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

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

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

Loading…
Cancel
Save