Skip to content

Commit

Permalink
Changed width on coursebox divs and changed .sideblock content margin…
Browse files Browse the repository at this point in the history
… to .sideblock .content padding
  • Loading branch information
Patrick Malley committed Apr 12, 2010
1 parent 4f68869 commit ab3169c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion theme/base/style/blocks.css
Expand Up @@ -5,7 +5,7 @@
.sideblock .header h2 {margin:4px;}
.sideblock .header .block_action {float:right;margin:0 4px;vertical-align:top;}
.sideblock .header .block_action input {margin-right:2px;}
.sideblock .content {margin:4px;}
.sideblock .content {padding:4px;}
.sideblock .footer {margin-bottom: 4px;}

.sideblock img.userpicture {width:16px;height:16px;margin-right:4px;}
Expand Down
4 changes: 2 additions & 2 deletions theme/base/style/course.css
Expand Up @@ -67,8 +67,8 @@
#page-course-report-participation-index .participationselectform label {margin-left:15px;margin-right:5px;}

.coursebox {width: 100%;margin-bottom: 15px;}
.coursebox .info {float: left;text-align:left;width: 48%;}
.coursebox .summary {float: right;text-align:left;width: 48%;}
.coursebox .info {float: left;text-align:left;width: 40%;}
.coursebox .summary {float: right;text-align:left;width: 55%;}
.coursebox .summary .category {text-align:right;}
.coursebox .teachers li {list-style-type:none;padding:0;margin:0;}

Expand Down

0 comments on commit ab3169c

Please sign in to comment.