MDL-33789 theme_formal_white: fixed the heigh of the navigation bar even with "theme_formal_white | fontsizereference" set to 16 pixel
This commit is contained in:
@@ -91,9 +91,7 @@
|
||||
.categorylist .category .name,
|
||||
.categorylist .category .image,
|
||||
.categorylist .course .name,
|
||||
.categorylist .course .info {
|
||||
margin: 0.1em;
|
||||
}
|
||||
.categorylist .course .info {margin: 0.1em;}
|
||||
|
||||
/* Course and category combo list on front page */
|
||||
.course_category_tree .controls {margin-bottom:5px;text-align:right;float:right;}
|
||||
@@ -115,14 +113,10 @@
|
||||
|
||||
/* Publication */
|
||||
#page-course-publish-metadata .metadatatext {width:400px;}
|
||||
#page-course-publish-metadata .hubscreenshot {
|
||||
display:inline;
|
||||
float:left;
|
||||
margin-right:10px;
|
||||
}
|
||||
#page-course-publish-metadata .hubscreenshot {display:inline;float:left;margin-right:10px;}
|
||||
#page-course-publish-metadata .hubscreenshot img {vertical-align:bottom;}
|
||||
#page-course-publish-metadata .hubdescription {}
|
||||
#page-course-publish-metadata .hubinfo {display:block; margin-bottom:20px;}
|
||||
#page-course-publish-metadata .hublink {}
|
||||
#page-course-publish-backup .courseuploadtextinfo {text-align:center;}
|
||||
#page-course-publish-backup .sharecoursecontinue {text-align:center;}
|
||||
#page-course-publish-backup .sharecoursecontinue {text-align:center;}
|
||||
|
||||
@@ -45,7 +45,7 @@ p {margin:0}
|
||||
#dock #dockeditempanel .dockeditempanel_hd .commands {position:absolute;right:0.3em;top:0.25em;}
|
||||
|
||||
/* navbar */
|
||||
.navbar {width:auto;padding-top:0.35em;padding-bottom:0.15em;background-image:url([[pix:theme|bg_bread]]);background-color:#AB9D80;}
|
||||
.navbar {width:auto;background-image:url([[pix:theme|bg_bread]]);background-repeat:repeat-x;line-height:29px;} /* 30 pixel is the height if bg_bread */
|
||||
.navbar li span {color:#E3DFD4;}
|
||||
.navbar li a:link, .navbar li a:visited {color:white;}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user