Files
alfresco-community-repo/source/web/css/opensearch.css
Kevin Roast 755abcca82 Merged V3.2 to HEAD
16798: Fix for ETHREEOH-1305. Null Path error if user clicks on Next Item icon on View Details page.
   16800: Fix for ETHREEOH-2884 - Language icon near the content is displayed as "NULL". User can't change any language.
   16805: Merged DEV-TEMPORARY to V3.2
      16789: ETHREEOH-1895: Performing "Done Editing" action simultaneously leads to NPE
   16806: ETHREEOH-1898 - Delete icon missing from Shortcut list in Shelf
   16807: Fix for ETHREEOH-2356 - Error message appears when user tries to apply template to locked content.
      - missed one of the actions with the evaluator wrapping first time around.
   16808: Minor javadoc update
   16815: XHTML compliance fixes. Dashboard pages etc. now render as fully compliant XHTML again.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@16943 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2009-10-15 08:11:27 +00:00

97 lines
1.2 KiB
CSS

.osSidebarPanel
{
background-color: #f5f5f5;
padding: 4px;
min-width: auto;
*width: 100%;
}
/* IE6 & IE7 fix */
.osSidebarPanel
{
*margin-right: -9px;
}
.osPanel
{
margin-bottom: 3px;
}
/* IE6 & IE7 fix */
.osPanel
{
*margin-right: 4px;
*padding-right: 4px;
}
.osControls
{
padding: 4px;
background-color: white;
border: 1px solid #babfc5;
-moz-border-radius: 7px;
}
.osOptions
{
margin-top: 6px;
margin-left: 4px;
}
.osResults
{
margin-top: 6px;
padding: 3px;
background-color: white;
border: 1px solid #babfc5;
-moz-border-radius: 7px;
*width: 100%;
}
.osEngineTitle
{
padding: 3px;
margin-bottom: 2px;
font-weight: bold;
color: #004488;
white-space: nowrap;
border-bottom: 1px dotted #bbb;
}
.osResultsPaging
{
padding: 6px 4px 4px 4px;
font-size: 9px;
text-align: center;
}
.osResultsPaging img
{
vertical-align: -4px;
}
.osResultNoMatch
{
padding: 4px;
}
.osResultIcon
{
padding: 4px 4px 0px 4px;
}
.osResultTitle
{
font-weight: bold;
padding-top: 4px;
}
.osResultTitle a, .osResultTitle a:hover, .osResultTitle a:link, .osResultTitle a:visited
{
font-weight: bold;
}
.osResultSummary
{
padding-bottom: 3px;
}