add floaty right total vlans number

This commit is contained in:
Oliver Gorwits
2012-01-12 21:35:41 +00:00
parent 659b984fec
commit e817220856
3 changed files with 6 additions and 6 deletions

View File

@@ -137,7 +137,7 @@ form .clearfix.success input {
/* draw little up arrow to the right of a label for collapsed list */
.cell-arrow-up {
float: left;
margin-top: 4px;
margin-top: 5px;
margin-right: 6px;
border-left: 7px solid transparent;
border-right: 7px solid transparent;
@@ -147,7 +147,7 @@ form .clearfix.success input {
/* draw little down arrow to the right of a label for collapsed list */
.cell-arrow-down {
float: left;
margin-top: 4px;
margin-top: 5px;
margin-right: 6px;
border-left: 7px solid transparent;
border-right: 7px solid transparent;