mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
6556: AVM performance tweaks 6557: WCM-758. 6558: Fixes WCM-753. 6559: better handling of rename, copy and paste for form instance data and renditions. addresses WCM-752 and partially addresses WCM-559. 6560: Renamed JndiTest.java until we decide to keep it or not. 6561: Oops. 6562: probable fix WCM-669 6563: Build fix after the removal of flushing suport 6564: Fix for WCM-728 6566: Support for avm index clustering via tracking - WCM-762 6567: Test fix after flush changes 6568: Fixed AWC-1517: Can now create space based on existing top-level space 6569: misc IE fixes. 6570: Various changes to improve AVM import performance and submit performance. 6571: Session flushing is now deprecated and doesn't fail with an exception. 6572: Reduced the iteration count to stress nextResults calls a bit more 6573: WS query sessions put back into cache after more results have been fetched. 6574: AR-1347: RepositoryServiceSoapBindingStub.queryAssociated() returns nothing when direction=target 6575: Fixed AR-1680: XPath metadata extraction now handles Node, NodeList and String return values 6577: Fix for AWC-1518 (User Homes renaming issue, and unreported issue with client config overriding of users home location) git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6745 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
258 lines
3.7 KiB
CSS
258 lines
3.7 KiB
CSS
.xformsItem
|
|
{
|
|
/* border: 1px dashed blue; */
|
|
margin-right: 2px;
|
|
clear: both;
|
|
}
|
|
|
|
.xformsItemRequiredImage
|
|
{
|
|
vertical-align: middle;
|
|
margin: 0px 5px;
|
|
left: 0px;
|
|
position: relative;
|
|
top: 0px;
|
|
}
|
|
|
|
.xformsItemLabelSubmitError
|
|
{
|
|
color: red;
|
|
}
|
|
|
|
.xformsItemDOMContainer
|
|
{
|
|
position: relative;
|
|
top: 0px;
|
|
left: 0px;
|
|
padding: 0px;
|
|
margin: 0px;
|
|
}
|
|
|
|
.xformsGroup
|
|
{
|
|
position: relative;
|
|
top: 0px;
|
|
left: 0px;
|
|
width: 100%;
|
|
/* margin-bottom: 10px; */
|
|
/* border: 1px solid #67a4e6; */
|
|
border: 1px solid #d2d2d9;
|
|
clear: both;
|
|
}
|
|
|
|
.xformsGroupItem
|
|
{
|
|
position: relative;
|
|
margin: 5px 0px;
|
|
max-width: 100%;
|
|
clear: both;
|
|
}
|
|
|
|
.xformsGroupHeader
|
|
{
|
|
position: relative;
|
|
top: 0px;
|
|
left: 0px;
|
|
height: 20px;
|
|
line-height: 20px;
|
|
width: 100%;
|
|
/* background-color: #cddbe8; */
|
|
background-color: #ececec;
|
|
font-weight: bold;
|
|
/* border-bottom: 1px solid #67a4e6; */
|
|
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;
|
|
font-weight: bold;
|
|
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;
|
|
color: black;
|
|
z-index: 100;
|
|
font-weight: bolder;
|
|
font-size: 16px;
|
|
text-align: center;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
.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
|
|
{
|
|
position: relative;
|
|
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;
|
|
}
|
|
|
|
.xformsGhostText
|
|
{
|
|
color: grey;
|
|
}
|
|
|