Bug 11578: (follow-up) add some CSS
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Signed-off-by: Galen Charlton <gmc@esilibrary.com>
This commit is contained in:
parent
56f3c32fe3
commit
4ba1f40f30
2 changed files with 13 additions and 0 deletions
|
@ -239,3 +239,10 @@ span.filter_column > input.text_filter {
|
|||
font-size: 80%;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/* Row grouping */
|
||||
td.group {
|
||||
background-color: #D1CFD0;
|
||||
border-bottom: 2px solid #A19B9E;
|
||||
border-top: 2px solid #A19B9E;
|
||||
}
|
||||
|
|
|
@ -1752,6 +1752,12 @@ div.lang {
|
|||
overflow:auto;
|
||||
}*/
|
||||
|
||||
table > caption span.actions {
|
||||
font-size: 66%;
|
||||
font-weight : normal;
|
||||
margin : 0 .5em 0 0;
|
||||
}
|
||||
|
||||
#CheckAll, #CheckNone, #CheckPending {
|
||||
font-weight : normal;
|
||||
margin : 0 .5em 0 0;
|
||||
|
|
Loading…
Reference in a new issue