Tidy top 10 displays

This commit is contained in:
Paul Gear
2013-11-26 15:32:53 +10:00
parent 8d63a2d368
commit ab23cbe144
4 changed files with 35 additions and 25 deletions
+24 -15
View File
@@ -499,11 +499,33 @@ a.list-device-disabled, a.list-device-disabled:visited {
}
.boxes {
width: 350px;
height: 200px;
vertical-align: center;
}
.box {
width: 350px;
height: 300px;
padding: 0px;
vertical-align: center;
}
.top10 {
padding: 0px;
margin: 0px;
}
.welcome {
padding-right: 25px;
}
table.simple {
border: 0px;
padding: 0px;
margin: 0px;
width: 100%;
text-align: left;
}
.left-2-col-fluid {
display: table-cell;
margin-right: 400px;
@@ -1560,16 +1582,3 @@ tr.search:nth-child(odd) {
margin: 2px;
}
.box {
}
.welcome {
padding-right: 25px;
}
.simple {
border: 0px;
width: 100%;
text-align: left;
}