Files
alfresco-community-repo/source/web/css/opensearch.css
Gavin Cornwell 7a187e6a9a - Updated OpenSearch UI after Linton review
- Multiple OpenSearch clients can now be added to a single page
- Configured OpenSearch as a dashlet
- Made the lookup for beans in portal session more rigorous for AJAX invoke command
- Updated paging graphics

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@4942 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-01-26 15:26:59 +00:00

85 lines
1.1 KiB
CSS

.osSidebarPanel
{
background-color: #f5f5f5;
padding: 4px;
min-width: 212px;
*width: 100%;
}
.osPanel
{
margin-bottom: 3px;
}
.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: 1px 2px 2px 2px;
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: right;
}
.osResultsPaging img
{
vertical-align: -4px;
}
.osResultNoMatch
{
padding: 4px;
}
.osResultIcon
{
padding-right: 6px;
padding-top: 6px;
}
.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;
}