Bug 7031 follow-up typo fix & tab removed
* s/adsearch/advsearch/ as it was a typo * replaced tab by 4 spaces
This commit is contained in:
parent
52848003e3
commit
249b00d2e1
1 changed files with 16 additions and 16 deletions
|
@ -2054,38 +2054,38 @@ fieldset.rows+h3 {clear:both;padding-top:.5em;}
|
|||
padding-left:20px
|
||||
}
|
||||
|
||||
.adsearch {
|
||||
.advsearch {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.advsearch fieldset {
|
||||
border : 1px solid #EEE;
|
||||
-moz-border-radius : 3px;
|
||||
border-radius : 3px;
|
||||
border : 1px solid #EEE;
|
||||
-moz-border-radius : 3px;
|
||||
border-radius : 3px;
|
||||
}
|
||||
|
||||
.advsearch fieldset.action {
|
||||
border : 0;
|
||||
border : 0;
|
||||
}
|
||||
|
||||
.advsearch fieldset fieldset {
|
||||
border : 1px solid #EEE;
|
||||
margin : 0;
|
||||
padding : .3em .5em;
|
||||
-moz-border-radius : 0;
|
||||
border-radius : 0;
|
||||
border : 1px solid #EEE;
|
||||
margin : 0;
|
||||
padding : .3em .5em;
|
||||
-moz-border-radius : 0;
|
||||
border-radius : 0;
|
||||
}
|
||||
.advsearch fieldset fieldset+fieldset {
|
||||
border-top : 0;
|
||||
border-top : 0;
|
||||
}
|
||||
.advsearch table {
|
||||
border-spacing : 5px;
|
||||
border-collapse : separate;
|
||||
border-width : 0;
|
||||
border-spacing : 5px;
|
||||
border-collapse : separate;
|
||||
border-width : 0;
|
||||
}
|
||||
.advsearch td {
|
||||
border : 1px solid #EEE;
|
||||
padding : 0.3em 0.4em;
|
||||
border : 1px solid #EEE;
|
||||
padding : 0.3em 0.4em;
|
||||
}
|
||||
#circ_circulation_issue {
|
||||
position: relative;
|
||||
|
|
Loading…
Reference in a new issue