Skip to content

Commit

Permalink
Merge branch 'MDL-33789_master' of git://github.com/kordan/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
danpoltawski committed Oct 2, 2012
2 parents c38e18e + 9e8e9eb commit 497359f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
12 changes: 3 additions & 9 deletions theme/formal_white/style/course.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;}
Expand All @@ -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;}
2 changes: 1 addition & 1 deletion theme/formal_white/style/formal_white.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ h2.main, h3.main, h4.main {margin:1em;padding:0;text-align:center;}
#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;}

Expand Down

0 comments on commit 497359f

Please sign in to comment.