no more pixels for font size
This commit is contained in:
parent
d74ade3b3a
commit
208ec53c06
|
@ -418,14 +418,12 @@ div.statusError {
|
||||||
|
|
||||||
/* H2 (MessageHeadline) font size, family, color, and some more settings for the different Status Messages */
|
/* H2 (MessageHeadline) font size, family, color, and some more settings for the different Status Messages */
|
||||||
div.statusTitle {
|
div.statusTitle {
|
||||||
font-size: 12pt;
|
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
margin: 3px 3px 3px 15px;
|
margin: 3px 3px 3px 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* P (MessageText) font size, family, color, and some more settings for the different Status Messages */
|
/* P (MessageText) font size, family, color, and some more settings for the different Status Messages */
|
||||||
p.statusText {
|
p.statusText {
|
||||||
font-size: 10pt;
|
|
||||||
margin: 3px 3px 3px 25px;
|
margin: 3px 3px 3px 25px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -442,10 +440,10 @@ input.smallImageButton {
|
||||||
th.help {
|
th.help {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
padding-bottom: 10px;
|
padding-bottom: 10px;
|
||||||
font-size: 9pt;
|
font-size: 85%;
|
||||||
}
|
}
|
||||||
td.help {
|
td.help {
|
||||||
font-size: 10pt;
|
font-size: 85%;
|
||||||
}
|
}
|
||||||
|
|
||||||
img.photo {
|
img.photo {
|
||||||
|
|
Loading…
Reference in New Issue