mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
15506: Fix for ALFCOM-3274 - removed double-encoding of webview dashlet title when set from Configure dialog. 15543: Fixes for ETHREEOH-2596 and ETHREEOH-2392. Any Admin user now forced to enter old password when editing themselves in the Share User Admin console. 15620:Merged V3.1 to V3.2 15595: Merged DEV-TEMPORARY to V3.1 15446: Appropriate JSP page was modified to align radio buttons. 15597: Fix for ETHREEOH-2575 - all PNG files now appear in IE6, note that PNG transparency is not supported in IE6. 15598: Merged DEV-TEMPORARY to V3.1 15593: ETHREEOH-2445: Localization Issues [Email Templates and RSS Templates ACPs I18N] 15599: Merged DEV-TEMPORARY to V3.1 15491: ETHREEOH-2460: Localization Issues - Email template 15601: *RECORD ONLY* Merged V3.2 to V3.1 15504: ETHREEOH-2447: My Content page localisation failing. [backport from V3.2] 15613: *RECORD ONLY* Removed reference to portlets message bundle - as per CHK-8518 15784: Minor performance improvements to data dictionary classes relating to Permission evaluations. 15791: Merged V3.1 to V3.2 15693: Merged DEV-TEMPORARY to V3.1 15648: ETHREEOH-2549: Templates in 3.1 will need localising 15743: ETHREEOH-2586: JP:Layout error, the word "....." (cancel) should be in the same line 15745: ETHREEOH-2493 - HTML and XML encoding fixes to Alfresco OpenSearch keyword and person search HTML/ATOM/RSS feed templates. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@15793 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
256 lines
3.4 KiB
CSS
256 lines
3.4 KiB
CSS
.pickerSelectedItems
|
|
{
|
|
padding-left: 6px;
|
|
vertical-align: top;
|
|
}
|
|
|
|
.pickerSelectedItemsFocus
|
|
{
|
|
background-color: #faf7ce;
|
|
}
|
|
|
|
.pickerSelectedItemsActions div
|
|
{
|
|
padding: 4px;
|
|
}
|
|
|
|
.pickerSelectedItemsActions div img
|
|
{
|
|
vertical-align: -4px;
|
|
}
|
|
|
|
div.pickerSelectedItem
|
|
{
|
|
background-repeat: no-repeat;
|
|
background-position: 2px 2px;
|
|
margin: 2px;
|
|
padding: 2px;
|
|
border: 1px dashed #e7e7e7;
|
|
height: 16px;
|
|
}
|
|
|
|
span.pickerSelectedItemText
|
|
{
|
|
float: left;
|
|
margin-left: 18px;
|
|
}
|
|
|
|
span.pickerSelectedItemAction
|
|
{
|
|
float: right;
|
|
}
|
|
|
|
img.pickerSelectedIcon
|
|
{
|
|
margin-left: 4px;
|
|
vertical-align: -4px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
div.pickerSelector
|
|
{
|
|
width: 300px;
|
|
border: 1px solid #e7e7e7;
|
|
background-color: #DFE6ED;
|
|
padding: 4px;
|
|
margin-top: 5px;
|
|
display: none;
|
|
}
|
|
|
|
div.pickerResultsList
|
|
{
|
|
*width: 300px;
|
|
height: 168px;
|
|
overflow: auto;
|
|
clear: both;
|
|
}
|
|
|
|
div.pickerResults
|
|
{
|
|
background-color: white;
|
|
border: 1px solid #e7e7e7;
|
|
padding: 3px 3px 5px 3px;
|
|
margin-bottom: 4px;
|
|
-moz-border-radius: 8px;
|
|
}
|
|
|
|
div.pickerResultsHeader
|
|
{
|
|
margin-bottom: 2px;
|
|
float: left;
|
|
}
|
|
|
|
div.pickerAjaxWait
|
|
{
|
|
background-image: url(../images/icons/ajax_anim.gif);
|
|
background-position: center;
|
|
background-repeat: no-repeat;
|
|
background-position: 50% 65%;
|
|
width: 292px;
|
|
height: 168px;
|
|
overflow: hidden;
|
|
display: none;
|
|
position: absolute;
|
|
}
|
|
|
|
.pickerNavControls
|
|
{
|
|
float: left;
|
|
border-bottom: 1px solid #b2b2b2;
|
|
width: 292px;
|
|
}
|
|
|
|
.pickerNavControls a img, .pickerNavControls input
|
|
{
|
|
outline: none;
|
|
}
|
|
|
|
img.pickerActionButton
|
|
{
|
|
margin-left: 2px;
|
|
}
|
|
|
|
div.pickerResultsRow
|
|
{
|
|
clear: left;
|
|
padding: 4px;
|
|
height: auto;
|
|
}
|
|
|
|
.pickerResultsOddRow
|
|
{
|
|
background-color: #f1f1f1;
|
|
}
|
|
|
|
.pickerResultsEvenRow
|
|
{
|
|
background-color: #ffffff;
|
|
}
|
|
|
|
.pickerResultIcon
|
|
{
|
|
float: left;
|
|
margin-top: -2px;
|
|
}
|
|
|
|
.pickerResultName
|
|
{
|
|
margin-left: 6px;
|
|
padding-top: 2px;
|
|
}
|
|
|
|
.pickerResultActions
|
|
{
|
|
float: right;
|
|
}
|
|
|
|
div.pickerButtons
|
|
{
|
|
margin: 0 auto;
|
|
width: 60px;
|
|
padding: 3px;
|
|
background-color: #f1f1f1;
|
|
border: 1px solid #cccccc;
|
|
text-align: center;
|
|
}
|
|
|
|
div.pickerFinishControls
|
|
{
|
|
text-align: center;
|
|
padding: 0px 64px 0px 64px;
|
|
height: 2em;
|
|
}
|
|
|
|
.pickerNavBreadcrumb
|
|
{
|
|
float: left;
|
|
margin-left: 10px;
|
|
}
|
|
|
|
.pickerNavBreadcrumb img
|
|
{
|
|
vertical-align: -7px;
|
|
padding-left: 2px;
|
|
}
|
|
|
|
div.pickerNavBreadcrumbPanel
|
|
{
|
|
position: absolute;
|
|
max-width: 250px;
|
|
padding: 2px;
|
|
margin-top: 20px;
|
|
background-color: #f1f1f1;
|
|
border: 1px solid #cccccc;
|
|
display: none;
|
|
}
|
|
|
|
.pickerNavBreadcrumbText
|
|
{
|
|
float: left;
|
|
height: 16px;
|
|
padding: 3px 0px;
|
|
}
|
|
|
|
div.pickerNavBreadcrumbItem
|
|
{
|
|
padding: 2px;
|
|
}
|
|
|
|
.pickerNavUp
|
|
{
|
|
float: right;
|
|
margin-top: 2px;
|
|
margin-right: 15px;
|
|
text-align: right;
|
|
}
|
|
|
|
.pickerNavUp img
|
|
{
|
|
vertical-align: -4px;
|
|
}
|
|
|
|
.pickerNavAddTag
|
|
{
|
|
float: right;
|
|
}
|
|
|
|
.pickerAddTagIcon
|
|
{
|
|
background: url("../images/office/new_tag.gif") no-repeat;
|
|
float: left;
|
|
height: 16px;
|
|
width: 16px;
|
|
margin: 2px 4px;
|
|
}
|
|
|
|
.pickerAddTagLinkContainer
|
|
{
|
|
float: left;
|
|
height: 16px;
|
|
margin: 3px 0px;
|
|
}
|
|
|
|
.pickerAddTagFormContainer
|
|
{
|
|
display: none;
|
|
float: left;
|
|
}
|
|
|
|
.pickerAddTagBox
|
|
{
|
|
border: 1px solid #cccccc;
|
|
height: 16px;
|
|
margin: 0px;
|
|
padding: 1px;
|
|
color: #0073e6;
|
|
font-family: tahoma, sans-serif;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.pickerAddTagImage
|
|
{
|
|
cursor: pointer;
|
|
margin: 0px 0px -2px;
|
|
outline: none;
|
|
}
|