Updating some visual styles

This commit is contained in:
oleonard 2004-04-09 19:16:18 +00:00
parent 8c526aef14
commit e43854cb76

View file

@ -164,7 +164,7 @@ body {
caption {
color : #000066;
font-size : 16px;
font-size : 20px;
font-weight : bold;
margin-top : 5px;
text-align : left;
@ -428,6 +428,15 @@ h3.alert {
padding: 3px;
}
h3.title {
background-color: #EEF0DB;
font-size : 18px;
display : block;
padding : 5px;
width : 95%;
margin: 0px auto;
}
h4 {
color : #000066;
font-size : 14px;
@ -541,6 +550,31 @@ tr.highlight {
background-color : #FFFFFF;
}
table.marc {
background-color : #FFFFCC;
border-collapse : collapse;
margin : 3px 0px 5px 0px;
padding : 0px;
width : 95%;
}
table.marc th {
background-color: #E7E7CA;
border : 0px;
text-align : left;
font-weight : normal;
}
table.marc td.label {
color : #000000;
font-weight : bold;
width : 25%;
}
table.marc td.data {
background-color : #FFFFFF;
}
/*.barcode {
display : block;
text-align : right;
@ -600,6 +634,10 @@ tr.highlight {
padding : 4px;
}
.help {
cursor: help;
}
.inline {
display : inline;
}
@ -630,7 +668,7 @@ input.unfocus {
.submit {
background-color : #669999;
color : #FFFFCC;
color : #EEF0DB;
font-size : 12px;
font-weight : bold;
padding : 2px;