fixes #1 -- also minor changes to style.css and searchform.php
This commit is contained in:
@@ -1,43 +1,6 @@
|
||||
@import url("//ajax.googleapis.com/ajax/libs/jqueryui/1.8.9/themes/smoothness/jquery-ui.css");
|
||||
|
||||
.clearfix:before,
|
||||
.clearfix:after {
|
||||
content: ".";
|
||||
display: block;
|
||||
height: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
.clearfix:before, .clearfix:after { content: "."; display: block; height: 0; overflow: hidden; }
|
||||
.clearfix:after { clear: both; }
|
||||
.clearfix { zoom: 1; } /* IE < 8 */
|
||||
|
||||
/* theme options */
|
||||
#tabs { margin-top: 1em; }
|
||||
body.toplevel_page_roots .ui-widget { font-size: 1em !important; font-family: inherit !important; }
|
||||
body.toplevel_page_roots .ui-widget-header {
|
||||
/* match #wp-head */
|
||||
background: #d9d9d9;
|
||||
background: -moz-linear-gradient(bottom, #d7d7d7, #e4e4e4) !important;
|
||||
background: -webkit-gradient(linear, left bottom, left top, from(#d7d7d7), to(#e4e4e4)) !important;
|
||||
}
|
||||
|
||||
body.toplevel_page_roots .ui-state-default,
|
||||
body.toplevel_page_roots .ui-widget-content .ui-state-default,
|
||||
body.toplevel_page_roots .ui-widget-header .ui-state-default {
|
||||
/* match #adminmenu a.menu-top */
|
||||
background: url(../images/menu-bits.gif) repeat-x scroll left -379px #F1F1F1 !important;
|
||||
}
|
||||
body.toplevel_page_roots .ui-state-active,
|
||||
body.toplevel_page_roots .ui-widget-content .ui-state-active,
|
||||
body.toplevel_page_roots .ui-widget-header .ui-state-active { background: #fff !important; }
|
||||
|
||||
ul.options li { clear: both; margin-bottom: 8px; }
|
||||
ul.options label.settings-label { font-size: 1em; font-weight: 700; float: left; width: 250px; margin: 3px 0 0 0; }
|
||||
ul.options input.text { float: left; width: 300px; }
|
||||
ul.options span.note { clear: both; float: left; margin: 2px 0 8px 250px; display: block; font-size: 0.8em; line-height: 1.5em; }
|
||||
|
||||
ul.options div.address { float: left; }
|
||||
ul.options div.address label { clear: both; float: left; width: 160px; margin: 3px 10px 0 0; }
|
||||
ul.options div.address input.text { float: left; width: 200px; }
|
||||
.clearfix { zoom: 1; }
|
||||
|
||||
/* search engines blocked message to match .button-primary */
|
||||
#privacy-on-link {
|
||||
|
||||
28
includes/css/options.css
Normal file
28
includes/css/options.css
Normal file
@@ -0,0 +1,28 @@
|
||||
/* theme options */
|
||||
#tabs { margin-top: 1em; }
|
||||
body.toplevel_page_roots .ui-widget { font-size: 1em !important; font-family: inherit !important; }
|
||||
body.toplevel_page_roots .ui-widget-header {
|
||||
/* match #wp-head */
|
||||
background: #d9d9d9;
|
||||
background: -moz-linear-gradient(bottom, #d7d7d7, #e4e4e4) !important;
|
||||
background: -webkit-gradient(linear, left bottom, left top, from(#d7d7d7), to(#e4e4e4)) !important;
|
||||
}
|
||||
|
||||
body.toplevel_page_roots .ui-state-default,
|
||||
body.toplevel_page_roots .ui-widget-content .ui-state-default,
|
||||
body.toplevel_page_roots .ui-widget-header .ui-state-default {
|
||||
/* match #adminmenu a.menu-top */
|
||||
background: url(../images/menu-bits.gif) repeat-x scroll left -379px #F1F1F1 !important;
|
||||
}
|
||||
body.toplevel_page_roots .ui-state-active,
|
||||
body.toplevel_page_roots .ui-widget-content .ui-state-active,
|
||||
body.toplevel_page_roots .ui-widget-header .ui-state-active { background: #fff !important; }
|
||||
|
||||
ul.options li { clear: both; margin-bottom: 8px; }
|
||||
ul.options label.settings-label { font-size: 1em; font-weight: 700; float: left; width: 250px; margin: 3px 0 0 0; }
|
||||
ul.options input.text { float: left; width: 300px; }
|
||||
ul.options span.note { clear: both; float: left; margin: 2px 0 8px 250px; display: block; font-size: 0.8em; line-height: 1.5em; }
|
||||
|
||||
ul.options div.address { float: left; }
|
||||
ul.options div.address label { clear: both; float: left; width: 160px; margin: 3px 10px 0 0; }
|
||||
ul.options div.address input.text { float: left; width: 200px; }
|
||||
Reference in New Issue
Block a user