mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@7671 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
84 lines
1.1 KiB
CSS
84 lines
1.1 KiB
CSS
body
|
|
{
|
|
margin: 1px;
|
|
font-family: Trebuchet MS, Arial, sans-serif;
|
|
font-size: 12px;
|
|
color: #515D6B;
|
|
}
|
|
|
|
div
|
|
{
|
|
font-family: Trebuchet MS, Arial, sans-serif;
|
|
font-size: 12px;
|
|
color: #515D6B;
|
|
}
|
|
|
|
div.main
|
|
{
|
|
border: 1px solid #CCD4DB;
|
|
}
|
|
|
|
div.toolbar
|
|
{
|
|
height: 16px;
|
|
padding: 3px;
|
|
}
|
|
|
|
div.titlebar
|
|
{
|
|
font-weight: bold;
|
|
padding: 2px 0px 2px 8px;
|
|
background-color: #DCE4EB;
|
|
border-bottom: 1px solid #CCD4DB;
|
|
}
|
|
|
|
div.dialog
|
|
{
|
|
padding: 4px;
|
|
}
|
|
|
|
span.metaTitle
|
|
{
|
|
font-size: 11px;
|
|
color: #666677;
|
|
}
|
|
|
|
span.metaData
|
|
{
|
|
font-size: 11px;
|
|
}
|
|
|
|
a:link, a:visited
|
|
{
|
|
font-family: Trebuchet MS, Arial, sans-serif;
|
|
text-decoration: none;
|
|
color: #515D6B;
|
|
}
|
|
|
|
a:hover
|
|
{
|
|
color: #168ECE;
|
|
}
|
|
|
|
form
|
|
{
|
|
padding: 0px;
|
|
margin: 0px;
|
|
}
|
|
|
|
input
|
|
{
|
|
font-family: Trebuchet MS, Arial, sans-serif;
|
|
font-size: 12px;
|
|
margin: 2px;
|
|
padding: 1px 2px 1px 2px;
|
|
color: #515D6B;
|
|
background-color: #F8FCFD;
|
|
border: 1px solid #CCD4DB;
|
|
width: 97%;
|
|
}
|
|
|
|
input.formItemError
|
|
{
|
|
border-color: red !important;
|
|
} |