New: Add styles for jquery in themes
This commit is contained in:
parent
571b58c09e
commit
886e5629a9
@ -1832,6 +1832,18 @@ A.none, A.none:active, A.none:visited, A.none:hover {
|
||||
line-height:1.5;
|
||||
zoom:1;
|
||||
font-weight: normal;
|
||||
font-family:Verdana,Arial,sans-serif;
|
||||
font-family:<?php echo $fontlist; ?>;
|
||||
font-size:1em;
|
||||
}
|
||||
.ui-widget {
|
||||
font-family:<?php echo $fontlist; ?>;
|
||||
font-size:<?php echo $fontsize; ?>px;
|
||||
}
|
||||
.ui-button { margin-left: -1px; }
|
||||
.ui-button-icon-only .ui-button-text { height: 8px; }
|
||||
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: 2px 0px 6px 0px; }
|
||||
.ui-button-text
|
||||
{
|
||||
line-height: 1em !important;
|
||||
}
|
||||
.ui-autocomplete-input { margin: 0; padding: 1px; }
|
||||
|
||||
@ -1965,6 +1965,19 @@ A.none, A.none:active, A.none:visited, A.none:hover {
|
||||
line-height:1.5;
|
||||
zoom:1;
|
||||
font-weight: normal;
|
||||
font-family:Verdana,Arial,sans-serif;
|
||||
font-family:<?php echo $fontlist; ?>;
|
||||
font-size:1em;
|
||||
}
|
||||
.ui-widget {
|
||||
font-family:<?php echo $fontlist; ?>;
|
||||
font-size:<?php echo $fontsize; ?>px;
|
||||
}
|
||||
.ui-button { margin-left: -1px; }
|
||||
.ui-button-icon-only .ui-button-text { height: 8px; }
|
||||
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: 2px 0px 6px 0px; }
|
||||
.ui-button-text
|
||||
{
|
||||
line-height: 1em !important;
|
||||
}
|
||||
.ui-autocomplete-input { margin: 0; padding: 1px; }
|
||||
|
||||
|
||||
@ -1831,8 +1831,18 @@ A.none, A.none:active, A.none:visited, A.none:hover {
|
||||
line-height:1.5;
|
||||
zoom:1;
|
||||
font-weight: normal;
|
||||
font-family:Verdana,Arial,sans-serif;
|
||||
font-family:<?php echo $fontlist; ?>;
|
||||
font-size:1em;
|
||||
}
|
||||
|
||||
|
||||
.ui-widget {
|
||||
font-family:<?php echo $fontlist; ?>;
|
||||
font-size:<?php echo $fontsize; ?>px;
|
||||
}
|
||||
.ui-button { margin-left: -1px; }
|
||||
.ui-button-icon-only .ui-button-text { height: 8px; }
|
||||
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: 2px 0px 6px 0px; }
|
||||
.ui-button-text
|
||||
{
|
||||
line-height: 1em !important;
|
||||
}
|
||||
.ui-autocomplete-input { margin: 0; padding: 1px; }
|
||||
|
||||
@ -1427,7 +1427,20 @@ A.none, A.none:active, A.none:visited, A.none:hover {
|
||||
line-height:1.5;
|
||||
zoom:1;
|
||||
font-weight: normal;
|
||||
font-family:Verdana,Arial,sans-serif;
|
||||
font-family:<?php echo $fontlist; ?>;
|
||||
font-size:1em;
|
||||
}
|
||||
.ui-widget {
|
||||
font-family:<?php echo $fontlist; ?>;
|
||||
font-size:<?php echo $fontsize; ?>px;
|
||||
}
|
||||
.ui-button { margin-left: -1px; }
|
||||
.ui-button-icon-only .ui-button-text { height: 8px; }
|
||||
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: 3px 0px 8px 0px; }
|
||||
.ui-button-text
|
||||
{
|
||||
line-height: 1em !important;
|
||||
}
|
||||
.ui-autocomplete-input { margin: 0; padding: 1px; }
|
||||
|
||||
|
||||
|
||||
@ -1477,6 +1477,19 @@ A.none, A.none:active, A.none:visited, A.none:hover {
|
||||
line-height:1.5;
|
||||
zoom:1;
|
||||
font-weight: normal;
|
||||
font-family:Verdana,Arial,sans-serif;
|
||||
font-family:<?php echo $fontlist; ?>;
|
||||
font-size:1em;
|
||||
}
|
||||
.ui-widget {
|
||||
font-family:<?php echo $fontlist; ?>;
|
||||
font-size:<?php echo $fontsize; ?>px;
|
||||
}
|
||||
.ui-button { margin-left: -1px; }
|
||||
.ui-button-icon-only .ui-button-text { height: 8px; }
|
||||
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: 2px 0px 6px 0px; }
|
||||
.ui-button-text
|
||||
{
|
||||
line-height: 1em !important;
|
||||
}
|
||||
.ui-autocomplete-input { margin: 0; padding: 1px; }
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user