mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
- 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
179 lines
2.4 KiB
CSS
179 lines
2.4 KiB
CSS
.xformsItem
|
|
{
|
|
/* border: 1px dashed blue; */
|
|
/* margin: 2px 0px; */
|
|
}
|
|
|
|
.xformsItemDOMContainer
|
|
{
|
|
position: relative;
|
|
top: 0px;
|
|
left: 0px;
|
|
padding: 0px;
|
|
margin: 0px;
|
|
/* margin: 5px 0px; */
|
|
}
|
|
|
|
.xformsGroup
|
|
{
|
|
position: relative;
|
|
top: 0px;
|
|
left: 0px;
|
|
width: 100%;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.xformsGroupItem
|
|
{
|
|
position: relative;
|
|
margin: 5px 0px;
|
|
margin-right: 2px;
|
|
/* border: 1px dashed #cccccc; */
|
|
}
|
|
|
|
.xformsGroupHeader
|
|
{
|
|
position: relative;
|
|
top: 0px;
|
|
left: 0px;
|
|
height: 20px;
|
|
line-height: 20px;
|
|
/* background-color: #e3effa; */
|
|
background-color: #cddbe8;
|
|
font-weight: bold;
|
|
width: 100%;
|
|
}
|
|
|
|
.xformsTextArea
|
|
{
|
|
height: 200px;
|
|
}
|
|
|
|
.xformsRepeat
|
|
{
|
|
border: 1px solid #67a4e6;
|
|
}
|
|
|
|
.xformsRepeatItem
|
|
{
|
|
border-top: 1px solid #67a4e6;
|
|
border-bottom: 1px solid #67a4e6;
|
|
}
|
|
|
|
.xformsRepeatControls
|
|
{
|
|
position: relative;
|
|
white-space: nowrap;
|
|
/* background-color: white; */
|
|
border: 1px solid #67a4e6;
|
|
/* border: 1px solid black; */
|
|
height: 20px;
|
|
line-height: 20px;
|
|
}
|
|
|
|
.xformsRowEven
|
|
{
|
|
background-color: #f0f0ee;
|
|
}
|
|
|
|
.xformsRowOdd
|
|
{
|
|
background-color: #ffffff;
|
|
}
|
|
|
|
.xformsRowHover
|
|
{
|
|
background-color: #ffffcc;
|
|
}
|
|
|
|
.xformsError
|
|
{
|
|
padding: 2px;
|
|
border: 1px solid #003366;
|
|
}
|
|
|
|
.xformsAjaxLoader
|
|
{
|
|
position: absolute;
|
|
top: 0px;
|
|
right: 0px;
|
|
color: white;
|
|
background-color: red;
|
|
}
|
|
|
|
.xformsFilePicker
|
|
{
|
|
width: 100%;
|
|
max-width: 400px;
|
|
}
|
|
|
|
.xformsFilePickerStatus
|
|
{
|
|
padding: 2px;
|
|
border: 1px solid #003366;
|
|
margin: 2px 5%;
|
|
text-align: center;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.xformsFilePickerHeader
|
|
{
|
|
position: relative;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
padding-left: 2px;
|
|
background-color: #e3effa;
|
|
border: 1px solid #67a4e6;
|
|
}
|
|
|
|
.xformsFilePickerHeaderMenuTrigger
|
|
{
|
|
padding: 2px;
|
|
font-weight: bold;
|
|
text-decoration: none;
|
|
border: 1px solid lightgrey;
|
|
}
|
|
|
|
.xformsFilePickerFooter
|
|
{
|
|
text-align: center;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
background-color: #e3effa;
|
|
border: 1px solid #67a4e6;
|
|
}
|
|
|
|
.xformsFilePickerFileList
|
|
{
|
|
overflow-y: auto;
|
|
background-color: white;
|
|
border-left: 1px solid #67a4e6;
|
|
border-right: 1px solid #67a4e6;
|
|
}
|
|
|
|
.xformsFilePickerRow
|
|
{
|
|
position: relative;
|
|
height: 20px;
|
|
line-height: 20px;
|
|
}
|
|
|
|
.xformsFilePickerAddContent
|
|
{
|
|
background-color: #ffffcc;
|
|
position: relative;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
}
|
|
|
|
.xformsFilePickerParentPathMenu
|
|
{
|
|
position: absolute;
|
|
background-color: #fefefe;
|
|
border-style: outset;
|
|
border: 1px solid #67a4e6;
|
|
line-height: 20px;
|
|
min-width: 100px;
|
|
}
|