merging opac.css and marc-editor.css, that is used in MARC view.
This commit is contained in:
parent
cb32ef4fc1
commit
a47efce802
2 changed files with 47 additions and 45 deletions
|
@ -1,44 +0,0 @@
|
||||||
div.tabs {
|
|
||||||
width:10px;
|
|
||||||
position:absolute;
|
|
||||||
display:block;
|
|
||||||
margin-left:50px;
|
|
||||||
margin-top:150px;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.tabs a {
|
|
||||||
display:block;
|
|
||||||
font-size: small;
|
|
||||||
border: thin solid black;
|
|
||||||
margin-right: 2px;
|
|
||||||
padding: 10px 10px;
|
|
||||||
-moz-border-radius: 5px 0px 0px 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.tab {
|
|
||||||
background-color: #ACE6E6;
|
|
||||||
display: block;
|
|
||||||
visibility:hidden;
|
|
||||||
position:absolute;
|
|
||||||
margin-left:72px;
|
|
||||||
margin-top:150px;
|
|
||||||
margin-right:10%;
|
|
||||||
}
|
|
||||||
td {
|
|
||||||
border:0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.MARCtag { /* style for tag definition (700 - Statement of responsability) */
|
|
||||||
font-weight:bold;
|
|
||||||
color:#FF6600;
|
|
||||||
background-color:FFFFFF;
|
|
||||||
background-image:none;
|
|
||||||
border-bottom: thin solid #FF6600;
|
|
||||||
margin-right:30%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.labelsubfield { /* style for each subfield (like : a Publication year), just before the biblio subfield */
|
|
||||||
float:left;
|
|
||||||
width: 12em;
|
|
||||||
margin-left:30px;
|
|
||||||
}
|
|
|
@ -354,4 +354,50 @@ select:hover {
|
||||||
.basketspacer {
|
.basketspacer {
|
||||||
padding-left:8pt;
|
padding-left:8pt;
|
||||||
float:left;
|
float:left;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* for MARC view */
|
||||||
|
div.tabs {
|
||||||
|
width:10px;
|
||||||
|
position:absolute;
|
||||||
|
display:block;
|
||||||
|
margin-left:50px;
|
||||||
|
margin-top:150px;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.tabs a {
|
||||||
|
display:block;
|
||||||
|
font-size: small;
|
||||||
|
border: thin solid black;
|
||||||
|
margin-right: 2px;
|
||||||
|
padding: 10px 10px;
|
||||||
|
-moz-border-radius: 5px 0px 0px 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.tab {
|
||||||
|
background-color: #ACE6E6;
|
||||||
|
display: block;
|
||||||
|
visibility:hidden;
|
||||||
|
position:absolute;
|
||||||
|
margin-left:72px;
|
||||||
|
margin-top:150px;
|
||||||
|
margin-right:10%;
|
||||||
|
}
|
||||||
|
td {
|
||||||
|
border:0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.MARCtag { /* style for tag definition (700 - Statement of responsability) */
|
||||||
|
font-weight:bold;
|
||||||
|
color:#FF6600;
|
||||||
|
background-color:FFFFFF;
|
||||||
|
background-image:none;
|
||||||
|
border-bottom: thin solid #FF6600;
|
||||||
|
margin-right:30%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.labelsubfield { /* style for each subfield (like : a Publication year), just before the biblio subfield */
|
||||||
|
float:left;
|
||||||
|
width: 12em;
|
||||||
|
margin-left:30px;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue