fix CSS coding style
This commit is contained in:
parent
934229d1fb
commit
384be680be
1 changed files with 6 additions and 5 deletions
|
@ -12,16 +12,17 @@ tr:hover>td.remove>img { visibility:visible; cursor:pointer; }
|
|||
#addMountPoint>td.applicable { visibility:hidden; }
|
||||
|
||||
#selectBackend {
|
||||
margin-left:-10px;
|
||||
width : 150px;
|
||||
margin-left: -10px;
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
#externalStorage td.configuration, #externalStorage td.backend {
|
||||
white-space : normal;
|
||||
#externalStorage td.configuration,
|
||||
#externalStorage td.backend {
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
#externalStorage td.configuration input.added {
|
||||
margin-right : 6px;
|
||||
margin-right: 6px;
|
||||
}
|
||||
|
||||
#externalStorage label > input[type="checkbox"] {
|
||||
|
|
Loading…
Reference in a new issue