consistent fonts
This commit is contained in:
parent
68691ae92d
commit
906d111f64
|
@ -47,8 +47,8 @@
|
||||||
|
|
||||||
/* Component containers
|
/* Component containers
|
||||||
----------------------------------*/
|
----------------------------------*/
|
||||||
.ui-widget { font-family: Verdana,Arial,sans-serif; }
|
.ui-widget { font-family: Arial,Tahoma,Verdana,sans-serif; }
|
||||||
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; }
|
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Arial,Tahoma,Verdana,sans-serif; }
|
||||||
.ui-widget-content { border: 1px solid #aaaaaa; background: transparent 50% 50% repeat-x; color: #222222; }
|
.ui-widget-content { border: 1px solid #aaaaaa; background: transparent 50% 50% repeat-x; color: #222222; }
|
||||||
.ui-widget-content a { color: #222222; }
|
.ui-widget-content a { color: #222222; }
|
||||||
.ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; }
|
.ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; }
|
||||||
|
|
|
@ -262,6 +262,7 @@ tr.account {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
display:block;
|
display:block;
|
||||||
|
color: #555555;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* --- end of workaround for vertical tabs --- */
|
/* --- end of workaround for vertical tabs --- */
|
||||||
|
|
Loading…
Reference in New Issue