mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@4649 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
145 lines
1.8 KiB
CSS
145 lines
1.8 KiB
CSS
.xformsItem
|
|
{
|
|
/* border: 1px dashed blue; */
|
|
}
|
|
|
|
.xformsGroup
|
|
{
|
|
position: relative;
|
|
top: 0px;
|
|
left: 0px;
|
|
width: 100%;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.xformsGroupItem
|
|
{
|
|
position: relative;
|
|
margin-right: 2px;
|
|
/* border: 1px dashed #cccccc; */
|
|
}
|
|
|
|
.xformsGroupHeader
|
|
{
|
|
position: relative;
|
|
top: 0px;
|
|
left: 0px;
|
|
height: 20px;
|
|
line-height: 20px;
|
|
background-color: #cddbe8;
|
|
font-weight: bold;
|
|
width: 100%;
|
|
}
|
|
|
|
.xformsTextArea
|
|
{
|
|
height: 200px;
|
|
}
|
|
|
|
.xformsRepeatControl
|
|
{
|
|
position: relative;
|
|
white-space: nowrap;
|
|
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%;
|
|
}
|
|
|
|
.xformsFilePickerStatus
|
|
{
|
|
padding: 2px;
|
|
border: 1px solid #003366;
|
|
font-weight: bold;
|
|
margin: 2px 5%;
|
|
text-align: center;
|
|
}
|
|
|
|
.xformsFilePickerHeader
|
|
{
|
|
position: relative;
|
|
width: 100%;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
background-color: lightgrey;
|
|
padding-left: 2px;
|
|
}
|
|
|
|
.xformsFilePickerHeaderMenuTrigger
|
|
{
|
|
padding: 2px;
|
|
font-weight: bold;
|
|
text-decoration: none;
|
|
border: 1px solid lightgrey;
|
|
}
|
|
|
|
.xformsFilePickerFooter
|
|
{
|
|
background-color: lightgrey;
|
|
text-align: center;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
}
|
|
|
|
.xformsFilePickerRow
|
|
{
|
|
position: relative;
|
|
height: 20px;
|
|
line-height: 20px;
|
|
}
|
|
|
|
.xformsFilePickerAddContent
|
|
{
|
|
background-color: lightgrey;
|
|
position: absolute;
|
|
left: 10%;
|
|
right: 10%;
|
|
width: 80%;
|
|
margin-left: 4px;
|
|
line-height: 20px;
|
|
}
|
|
|
|
.xformsFilePickerParentPathMenu
|
|
{
|
|
position: absolute;
|
|
background-color: lightgrey;
|
|
border-style: outset;
|
|
border-width: 1px;
|
|
line-height: 20px;
|
|
min-width: 100px;
|
|
}
|