Minor - added a margin in css of dashboard to align the blocks

skala
Ricardo Rodriguez 15 years ago
parent ec508203dc
commit c095cf2140
  1. 3
      plugin/dashboard/block_course/css/default.css

@ -29,11 +29,12 @@
overflow: hidden; overflow: hidden;
width: 100%; width: 100%;
height: 30px; height: 30px;
line-height: 30px; line-height: 10px;
} }
.widget .widget-head h3 { .widget .widget-head h3 {
padding: 0 5px; padding: 0 5px;
float: left; float: left;
margin: 0px;
} }
.widget .widget-content { .widget .widget-content {
background: #FFF url(img/widget-content-bg.png) repeat-x; background: #FFF url(img/widget-content-bg.png) repeat-x;

Loading…
Cancel
Save