opac.css - add styling for tag classes
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
This commit is contained in:
parent
9e81acaa08
commit
5799585408
1 changed files with 3 additions and 4 deletions
|
@ -1270,8 +1270,7 @@ div#menu li.active a:hover {
|
|||
padding: 2px 2px 1px 2px;
|
||||
}
|
||||
|
||||
|
||||
#export,#further,#similars {
|
||||
#export,#further,#similars, .detailtagcell {
|
||||
margin-top : .5em;
|
||||
background-color : #F3F3F3;
|
||||
border : 1px solid #E8E8E8;
|
||||
|
@ -1280,14 +1279,14 @@ div#menu li.active a:hover {
|
|||
text-align : center;
|
||||
}
|
||||
|
||||
#export label {
|
||||
#export label, .detailtagcell label {
|
||||
display : block;
|
||||
font-weight : bold;
|
||||
font-size : 110%;
|
||||
margin-bottom : 2px;
|
||||
}
|
||||
|
||||
#export input {
|
||||
#export input, .detailtagcell input {
|
||||
padding : 2px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue