mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
- adding comments to xforms.js
- minor ui tweaks. remove a pixel here and there - size things more precisely, get the repeat controls centered again, and change some border colors. still need to resolve some ui issues with ie - it behaves correctly, but does not size and position as accurately, mostly because it does not appear to respect line-height attributes. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@4841 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -1,6 +1,17 @@
|
|||||||
.xformsItem
|
.xformsItem
|
||||||
{
|
{
|
||||||
/* border: 1px dashed blue; */
|
/* border: 1px dashed blue; */
|
||||||
|
/* margin: 2px 0px; */
|
||||||
|
}
|
||||||
|
|
||||||
|
.xformsItemDOMContainer
|
||||||
|
{
|
||||||
|
position: relative;
|
||||||
|
top: 0px;
|
||||||
|
left: 0px;
|
||||||
|
padding: 0px;
|
||||||
|
margin: 0px;
|
||||||
|
/* margin: 5px 0px; */
|
||||||
}
|
}
|
||||||
|
|
||||||
.xformsGroup
|
.xformsGroup
|
||||||
@@ -15,6 +26,7 @@
|
|||||||
.xformsGroupItem
|
.xformsGroupItem
|
||||||
{
|
{
|
||||||
position: relative;
|
position: relative;
|
||||||
|
margin: 5px 0px;
|
||||||
margin-right: 2px;
|
margin-right: 2px;
|
||||||
/* border: 1px dashed #cccccc; */
|
/* border: 1px dashed #cccccc; */
|
||||||
}
|
}
|
||||||
@@ -26,6 +38,7 @@
|
|||||||
left: 0px;
|
left: 0px;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
|
/* background-color: #e3effa; */
|
||||||
background-color: #cddbe8;
|
background-color: #cddbe8;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@@ -36,11 +49,24 @@
|
|||||||
height: 200px;
|
height: 200px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.xformsRepeatControl
|
.xformsRepeat
|
||||||
|
{
|
||||||
|
border: 1px solid #67a4e6;
|
||||||
|
}
|
||||||
|
|
||||||
|
.xformsRepeatItem
|
||||||
|
{
|
||||||
|
border-top: 1px solid #67a4e6;
|
||||||
|
border-bottom: 1px solid #67a4e6;
|
||||||
|
}
|
||||||
|
|
||||||
|
.xformsRepeatControls
|
||||||
{
|
{
|
||||||
position: relative;
|
position: relative;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
border: 1px solid black;
|
/* background-color: white; */
|
||||||
|
border: 1px solid #67a4e6;
|
||||||
|
/* border: 1px solid black; */
|
||||||
height: 20px;
|
height: 20px;
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
}
|
}
|
||||||
|
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user