display device name on RHS when sidebar hidden
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user