display device name on RHS when sidebar hidden

This commit is contained in:
Oliver Gorwits
2012-01-22 19:14:33 +00:00
parent aad462e4ab
commit fb256f445e
3 changed files with 24 additions and 1 deletions

View File

@@ -45,11 +45,23 @@ form .clearfix.success input {
padding-top: 4px !important;
}
/* icolour for device name and ip in sidebar */
/* colour for device name and ip in sidebar */
.device_label {
color: #660033;
}
/* right hand side device label */
.device_label_right {
float: right !important;
margin-top: -3px !important;
display: none;
}
/* take a block element and force it inline */
.inline {
display: inline !important;
}
/* nudge content in the sidebar closer to the left */
.nd_sidesearchform {
padding-left: 0px;
@@ -208,3 +220,4 @@ so that its tooltip takes prescedence over the field tooltip */
.field_clear_icon > img {
padding: 6px;
}