Fix css
This commit is contained in:
parent
e85e0bca80
commit
4932741460
|
@ -876,6 +876,8 @@ div.progress-bar div.txt {
|
||||||
padding-left: 30px;
|
padding-left: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Jquery-ui */
|
||||||
|
|
||||||
body .ui-widget-content {
|
body .ui-widget-content {
|
||||||
/* margin-top: 15px; */
|
/* margin-top: 15px; */
|
||||||
}
|
}
|
||||||
|
@ -898,7 +900,6 @@ body .ui-state-active, body .ui-widget-content, body .ui-state-active, body .ui-
|
||||||
|
|
||||||
body .ui-state-active a, body .ui-state-active a:link {
|
body .ui-state-active a, body .ui-state-active a:link {
|
||||||
color: black;
|
color: black;
|
||||||
font-weight: none;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
body .ui-tabs .ui-tabs-panel {
|
body .ui-tabs .ui-tabs-panel {
|
||||||
|
@ -919,3 +920,6 @@ body .ui-dialog .ui-dialog-title {
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body .ui-widget-content a {
|
||||||
|
color: #0D5689;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue