mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
16725: Merged V3.1 to V3.2 16721: Merged DEV/BELARUS/V3.1 to V3.1 16483: Fix for ETHREEOH-2728 : WCM - Forms rendering issue using IE6 16889: Merged V3.1 to V3.2 16888: Merged V2.2 to V3.1 16694: Fix for ETHREEOH-1384/ACT 11135: Poor performance when using webscript based web forms 16787: Fixed Web-Client Eclipse project after recent chiba JAR file name change 16840: Resolution to issue in ETHREEOH-2633: Change to Common.js function implemented in CHK-5134 causes problems with missing icons in Navigator panel. Implemented configuration approach so that both modes can be supported. 16870: Fix for ETWOTWO-119 & ALFCOM-332: WCM config override issues where the OOTB web-client-config-wcm.xml file needed to be changed and the ability to define custom scripts to load to avoid the need to edit xforms.js or XFormsProcessor.java git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@16913 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
309 lines
4.3 KiB
CSS
309 lines
4.3 KiB
CSS
.xformsItem
|
|
{
|
|
/* border: 1px dashed blue; */
|
|
/* margin-right: 2px; */
|
|
clear: both;
|
|
}
|
|
|
|
.xformsItemRequiredImage
|
|
{
|
|
vertical-align: middle;
|
|
margin: 0px 5px;
|
|
width: 9px;
|
|
height: 9px;
|
|
}
|
|
|
|
.xformsItemLabelContainer
|
|
{
|
|
height: 100%;
|
|
line-height: 100%;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.xformsItemLabelSubmitError
|
|
{
|
|
color: red;
|
|
}
|
|
|
|
.xformsItemDOMContainer
|
|
{
|
|
position: relative;
|
|
top: 1px;
|
|
left: 0px;
|
|
padding: 0px;
|
|
margin: 5px 0px;
|
|
}
|
|
|
|
.xformsGroup
|
|
{
|
|
position: relative;
|
|
top: 5px;
|
|
left: 0px;
|
|
width: 100%;
|
|
border: 1px solid #d2d2d9;
|
|
clear: both;
|
|
}
|
|
|
|
.xformsGroupItem
|
|
{
|
|
position: relative;
|
|
margin: 0px 0px;
|
|
max-width: 100%;
|
|
clear: both;
|
|
}
|
|
|
|
.xformsGroupHeader
|
|
{
|
|
position: relative;
|
|
top: 0px;
|
|
left: 0px;
|
|
height: 20px;
|
|
line-height: 20px;
|
|
width: 100%;
|
|
background-color: #ececec;
|
|
font-weight: bold;
|
|
border-bottom: 1px solid #d2d2d9;
|
|
}
|
|
|
|
.xformsGroupDivider
|
|
{
|
|
border-bottom: 1px dotted #d9d9de;
|
|
margin: 5px 3px;
|
|
}
|
|
|
|
.xformsViewRoot
|
|
{
|
|
padding-bottom: 5px;
|
|
border-bottom: 1px dotted #d9d9de;
|
|
}
|
|
|
|
.xformsViewRootHeader
|
|
{
|
|
position: relative;
|
|
top: 0px;
|
|
left: 0px;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
width: 100%;
|
|
font-weight: bold;
|
|
font-size: 12px;
|
|
text-align: center;
|
|
padding-bottom: 5px;
|
|
border-bottom: 1px dotted #d9d9de;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.xformsTextArea
|
|
{
|
|
height: 200px;
|
|
}
|
|
|
|
.xformsRichTextEditorHoverLayer
|
|
{
|
|
position: absolute;
|
|
top: 0px;
|
|
left: 0px;
|
|
width: 100%;
|
|
height: 100%;
|
|
background-color: #d9d9de;
|
|
border: 2px inset black;
|
|
color: black;
|
|
z-index: 100;
|
|
font-weight: bolder;
|
|
font-size: 16px;
|
|
text-align: center;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.xformsRepeat
|
|
{
|
|
}
|
|
|
|
.xformsRepeatFocusedHeader
|
|
{
|
|
background-color: #d4e4f4;
|
|
}
|
|
|
|
.xformsRepeatItem
|
|
{
|
|
/* border-top: 1px solid #67a4e6; */
|
|
/* border-bottom: 1px solid #67a4e6; */
|
|
border-top: 1px solid #d2d2d9;
|
|
border-bottom: 1px solid #d2d2d9;
|
|
}
|
|
|
|
.xformsRepeatItemSelected
|
|
{
|
|
background-color: #ecf4fc;
|
|
}
|
|
|
|
.xformsRepeatControls
|
|
{
|
|
position: relative;
|
|
white-space: nowrap;
|
|
border: 1px solid #67a4e6;
|
|
height: 20px;
|
|
line-height: 20px;
|
|
margin: 0px auto;
|
|
}
|
|
|
|
.xformsRowEven
|
|
{
|
|
background-color: #f0f0ee;
|
|
zoom: 1;
|
|
}
|
|
|
|
.xformsRowOdd
|
|
{
|
|
background-color: #ffffff;
|
|
zoom: 1;
|
|
}
|
|
|
|
.xformsRowHover
|
|
{
|
|
background-color: #ffffcc;
|
|
zoom: 1;
|
|
}
|
|
|
|
.xformsError
|
|
{
|
|
padding: 2px;
|
|
border: 1px solid #003366;
|
|
}
|
|
|
|
.xformsAjaxLoader
|
|
{
|
|
position: absolute;
|
|
top: 0px;
|
|
right: 0px;
|
|
color: white;
|
|
background-color: red;
|
|
border: 1px solid #aa0000;
|
|
padding: 2px;
|
|
}
|
|
|
|
.xformsFilePicker
|
|
{
|
|
width: 100%;
|
|
max-width: 100%;
|
|
}
|
|
|
|
.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;
|
|
margin-right: 1px;
|
|
}
|
|
|
|
.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;
|
|
margin-right: 1px;
|
|
}
|
|
|
|
.xformsFilePickerFileList
|
|
{
|
|
position: relative;
|
|
overflow-y: auto;
|
|
background-color: white;
|
|
border: 1px solid #67a4e6;
|
|
margin-right: 1px;
|
|
}
|
|
|
|
/* begin picker table */
|
|
|
|
.xformsFilePickerWrapper
|
|
{
|
|
width:100%;
|
|
}
|
|
|
|
.xformsFilePickerTable
|
|
{
|
|
background-color: #e3effa;
|
|
border: 1px solid #67a4e6;
|
|
border-collapse: collapse;
|
|
width:99.5%;
|
|
/*background-image: url(../images/logo/AlfrescoFadedBG.png);*/
|
|
display: inline-table;
|
|
}
|
|
|
|
.headerTdLeft
|
|
{
|
|
/*background-color: #e3effa;*/
|
|
border: 1px solid #67a4e6;
|
|
border-right: 0;
|
|
width:50%;
|
|
height:22px;
|
|
}
|
|
|
|
.headerTdRight
|
|
{
|
|
/*background-color: #e3effa;*/
|
|
border: 1px solid #67a4e6;
|
|
border-left: 0;
|
|
text-align: right;
|
|
width:50%;
|
|
height:22px;
|
|
}
|
|
|
|
/* end picker table */
|
|
|
|
.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;
|
|
}
|
|
|
|
.xformsGhostText
|
|
{
|
|
color: grey;
|
|
}
|
|
|