Refactored all device list components to its own module.

This commit is contained in:
Gunther Brunner
2014-09-18 20:27:37 +09:00
parent 6caf3217be
commit 208094a254
31 changed files with 180 additions and 159 deletions

View File

@@ -0,0 +1,15 @@
.stf-device-list .stf-device-details-customize {
white-space: nowrap;
padding: 10px;
padding-bottom: 0;
column-count: 2;
-moz-column-count: 2;
-webkit-column-count: 2;
max-width: 800px;
}
.stf-device-list .stf-device-details-customize .radio,
.stf-device-list .stf-device-details-customize .checkbox {
margin: 0;
margin-bottom: 10px;
}