move some more css into the base
This commit is contained in:
parent
88b58bdce9
commit
d98734b745
|
@ -98,22 +98,6 @@ body {
|
|||
padding: 0;
|
||||
}
|
||||
|
||||
#labels li {
|
||||
background-repeat: no-repeat;
|
||||
background-position: 0px 2px;
|
||||
padding-left: 16px;
|
||||
line-height: 20px;
|
||||
}
|
||||
#labels li:hover { text-decoration: underline; cursor: pointer; }
|
||||
|
||||
#labels .activestate {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#labels .activestate:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.moouiDataGrid {
|
||||
overflow: auto;
|
||||
margin: 5px;
|
||||
|
|
|
@ -104,16 +104,6 @@ body {
|
|||
padding: 0;
|
||||
}
|
||||
|
||||
#labels li:hover { text-decoration: underline; cursor: pointer; }
|
||||
|
||||
#labels .activestate {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#labels .activestate:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.moouiDataGrid {
|
||||
overflow: auto;
|
||||
margin: 5px;
|
||||
|
|
|
@ -57,6 +57,17 @@ html, body {
|
|||
padding-left: 24px;
|
||||
line-height: 20px;
|
||||
}
|
||||
|
||||
#labels li:hover { text-decoration: underline; cursor: pointer; }
|
||||
|
||||
#labels .activestate {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#labels .activestate:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#labels .all { background-image: url('/pixmaps/dht16.png'); }
|
||||
#labels .active { background-image: url('/pixmaps/active16.png'); }
|
||||
#labels .downloading { background-image: url('/pixmaps/downloading16.png'); }
|
||||
|
|
Loading…
Reference in New Issue