fix CSS coding style

This commit is contained in:
Morris Jobke 2014-07-16 14:30:58 +02:00
parent 934229d1fb
commit 384be680be
1 changed files with 6 additions and 5 deletions

View File

@ -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"] {