mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 08:33:24 +02:00
Refactored all device list components to its own module.
This commit is contained in:
15
res/app/device-list/customize/device-list-customize.css
Normal file
15
res/app/device-list/customize/device-list-customize.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user