mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Alfresco iGoogle Gadgets - Browser and Tasks
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@7254 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
78
source/web/css/gg.css
Normal file
78
source/web/css/gg.css
Normal file
@@ -0,0 +1,78 @@
|
||||
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: 2 0 2 8;
|
||||
background-color: #DCE4EB;
|
||||
border-bottom: 1px solid #CCD4DB;
|
||||
}
|
||||
|
||||
div.dialog
|
||||
{
|
||||
padding: 6px;
|
||||
}
|
||||
|
||||
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;
|
||||
}
|
||||
|
||||
input
|
||||
{
|
||||
font-family: Trebuchet MS, Arial, sans-serif;
|
||||
font-size: 12px;
|
||||
margin: 2px;
|
||||
padding: 2px;
|
||||
color: #515D6B;
|
||||
background-color: #F8FCFD;
|
||||
border: 1px solid #CCD4DB;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
input.formItemError
|
||||
{
|
||||
border-color: red !important;
|
||||
}
|
BIN
source/web/images/parts/ggbrowser_headerbg.png
Normal file
BIN
source/web/images/parts/ggbrowser_headerbg.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.8 KiB |
BIN
source/web/images/parts/ggtasks_headerbg.png
Normal file
BIN
source/web/images/parts/ggtasks_headerbg.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.6 KiB |
Reference in New Issue
Block a user