Theme polishing

This commit is contained in:
Andrea Bicciolo
2010-09-09 19:02:17 +00:00
parent 18fa24aa92
commit 9c3ad72f6d
2 changed files with 15 additions and 7 deletions
+3 -3
View File
@@ -53,9 +53,9 @@ $THEME->sheets = array('dock','base','general','fw_corners','formalwhite','setti
////////////////////////////////////////////////////
$THEME->parents_exclude_sheets = array(
'canvas'=>array(
'tabs',
),
'canvas'=>array(
'tabs',
),
);
$THEME->resource_mp3player_colors =
+12 -4
View File
@@ -6,10 +6,10 @@ img.icon,
img.iconhelp {vertical-align:middle;}
#page {overflow:visible}
/*#page #page-content {background-color:#FFF;border:1px solid #697F55;}*/
/*#page #page-content {background-color:#FFF;border:1px solid #E3DFD4;}*/
/******************/
#page-header {background-color: #E3DFD4; color:#FFF;border:1px solid #697F55;border-bottom: none;}
#page-header {background-color: #E3DFD4; color:#FFF;border:1px solid #E3DFD4;border-bottom: none;}
.hasnavbar #page-header {border-bottom-width:0px;}
#page-header .headermain span {color:#C8C9C7;}
@@ -28,7 +28,7 @@ img.iconhelp {vertical-align:middle;}
.generalbox {border: 1px solid #DDDDDD;}
.generaltable td {border-width:0px;}
.sitetopic {border-width:0px;}
.headingblock {margin-bottom:10px;border-bottom:1px solid #697F55;background-color:#FFF;padding:4px 5px;}
.headingblock {margin-bottom:10px;border-bottom:1px solid #E3DFD4;background-color:#FFF;padding:4px 5px;}
.coursebox {width:100%;margin:10px 0px;border-bottom:1px solid #E3E3E3;overflow:hidden;padding-bottom:10px;}
.coursebox .info {width:35%;float:left;}
@@ -106,7 +106,7 @@ img.iconhelp {vertical-align:middle;}
.user th.header,
.group th.header,
.admin table tr th,
.admin table tr th.header {background-color:#697F55;color:#FFF;border:2px solid #697F55;border-bottom-color:#111;}
.admin table tr th.header {background-color:#E3DFD4;color:#FFF;border:2px solid #E3DFD4;border-bottom-color:#111;}
.user th a:link,
#categoryquestions th a:link,
@@ -128,6 +128,14 @@ img.iconhelp {vertical-align:middle;}
.group .r1 .cell,
.admin table .r1 .cell {background-color:#EEE;}
#categoryquestions th, .user th, .user th.header, .group th.header, .admin table tr th, .admin table tr th.header {color:black; border-width:1px;}
#permissions th, td {border-bottom:1px solid #000000; padding:0.5em;}
#permissions tr {background-color:#EEEEEE;}
#permissions tr.rolecapheading {border-top: 1px black; background-color:#E3DFD4;}
.user th a:link, #categoryquestions th a:link, .group th a:link, .admin table tr th a:link {
color:black;
}
.admin .plugincompattable .r1 .cell {background-color:#FFF;}
.singlebutton,