Hide Document Templates & UI Tweaks
Flag Document Templates as hidden. UI changes aim to improve visibility of used features in lists.
This commit is contained in:
@@ -981,32 +981,6 @@ div.logEventsViewport {
|
||||
}
|
||||
}
|
||||
// Device Batches
|
||||
#Config_DeviceBatches {
|
||||
#Config_DeviceBatches_List {
|
||||
tr.decommissioned {
|
||||
display: none;
|
||||
|
||||
& > td {
|
||||
background-color: darken(@white, 3%);
|
||||
color: #888;
|
||||
}
|
||||
|
||||
&:nth-child(odd) > td {
|
||||
background-color: darken(@TableDataRowBackgroundColor, 4%);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#Config_DeviceBatches_ShowDecommissioned {
|
||||
position: absolute;
|
||||
right: 30px;
|
||||
bottom: 8px;
|
||||
font-size: 0.5em;
|
||||
line-height: 1em;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.deviceBatches {
|
||||
#DeviceBatch_PurchaseDetails_Container {
|
||||
padding: 5px 0 5px 5px;
|
||||
|
||||
Reference in New Issue
Block a user