- 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:
Ariel Backenroth
2007-01-16 01:12:04 +00:00
parent 3bcea2653f
commit 23003e9f3b
2 changed files with 1125 additions and 505 deletions

View File

@@ -1,6 +1,17 @@
.xformsItem
{
/* border: 1px dashed blue; */
/* margin: 2px 0px; */
}
.xformsItemDOMContainer
{
position: relative;
top: 0px;
left: 0px;
padding: 0px;
margin: 0px;
/* margin: 5px 0px; */
}
.xformsGroup
@@ -15,6 +26,7 @@
.xformsGroupItem
{
position: relative;
margin: 5px 0px;
margin-right: 2px;
/* border: 1px dashed #cccccc; */
}
@@ -26,6 +38,7 @@
left: 0px;
height: 20px;
line-height: 20px;
/* background-color: #e3effa; */
background-color: #cddbe8;
font-weight: bold;
width: 100%;
@@ -36,11 +49,24 @@
height: 200px;
}
.xformsRepeatControl
.xformsRepeat
{
border: 1px solid #67a4e6;
}
.xformsRepeatItem
{
border-top: 1px solid #67a4e6;
border-bottom: 1px solid #67a4e6;
}
.xformsRepeatControls
{
position: relative;
white-space: nowrap;
border: 1px solid black;
/* background-color: white; */
border: 1px solid #67a4e6;
/* border: 1px solid black; */
height: 20px;
line-height: 20px;
}

File diff suppressed because it is too large Load Diff