mirror of
https://github.com/seigler/dash-docs
synced 2025-07-28 02:06:13 +00:00
41 lines
559 B
Text
41 lines
559 B
Text
/* Clients.less
|
|
* Styles used on the Clients page
|
|
* ---------------------------------------------------------------------------- */
|
|
|
|
.best {
|
|
background-color: #dfffdf;
|
|
}
|
|
|
|
.good {
|
|
background-color: #dfffff;
|
|
}
|
|
|
|
.ugly {
|
|
background-color: #ffdfdf;
|
|
}
|
|
|
|
#oslist {
|
|
border-right: 1px solid black;
|
|
vertical-align: top;
|
|
width: 14ex;
|
|
}
|
|
|
|
#oslist ul {
|
|
list-style-type: none;
|
|
width: 12ex;
|
|
}
|
|
|
|
#oslist,#oslist ul {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
#oslist li a {
|
|
padding: 1ex;
|
|
display: block;
|
|
width: 100%;
|
|
}
|
|
|
|
th.clients:first-child {
|
|
max-width: 16ex;
|
|
}
|