move some more css into the base

This commit is contained in:
Damien Churchill 2008-10-14 09:17:50 +00:00
parent 88b58bdce9
commit d98734b745
3 changed files with 11 additions and 26 deletions

View File

@ -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;

View File

@ -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;

View File

@ -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'); }