6 |
6 |
div.main { border :0px none #666666; margin :0px auto 1em auto; min-width :75em; max-width :90em; font-size :1.0em; padding :10px 15px; width :83%; overflow :hidden; }
|
7 |
7 |
.td { clear :both; font-size :1.0em; margin :0 auto; text-align :center; width :100%; }
|
8 |
8 |
div.main .table { background :url(../images/bgtitle.png) #ffffff repeat-x; margin :0 auto; overflow :auto; width :100%; }
|
9 |
|
.wrapper { position :relative; display :block; overflow :auto; width :inherit; }
|
|
9 |
.wrapper { position:relative; display:block; overflow:auto; width:inherit;}
|
10 |
10 |
.content { padding :25px 15px; text-align :left; overflow :hidden; }
|
11 |
11 |
img { border :none; }
|
12 |
12 |
.input_small { width :20px; }
|
... | ... | |
133 |
133 |
.tool_table li { padding :1px; list-style-type :disc; }
|
134 |
134 |
/* new tablelayout without table attribute */
|
135 |
135 |
div.settings_table { margin :0 auto; width :90%; }
|
136 |
|
form.settings_table { border :1px none #eeee; font-family :verdana,arial,helvetica,sans-serif; margin :5px auto; padding :5px; }
|
|
136 |
form.settings_table { border :1px none #eee; font-family :verdana,arial,helvetica,sans-serif; margin :5px auto; padding :5px; }
|
137 |
137 |
form.settings_table fieldset { border :2px none #eeeeee; display :block; line-height :1.0em; margin :1px auto; padding :3px 0px 3px 0px; }
|
138 |
138 |
input[type="file"] { max-width :75%; border :1px solid #000000; background-color :#ccccff; }
|
139 |
139 |
legend.settings_table ,
|
... | ... | |
261 |
261 |
div.page-settings [type=checkbox] { width :2.5em; }
|
262 |
262 |
div.page-settings [type=reset],
|
263 |
263 |
div.page-settings [type=submit] { padding :2px; width :auto; }
|
264 |
|
div.page-settings-leftcol { float :left; padding :10px 10px 10px 10px; border-right :groove 0px #a8bccb; border: 0 solid 1px #a8bccb :; }
|
|
264 |
div.page-settings-leftcol { float :left; padding :10px 10px 10px 10px; border-right :groove 0px #a8bccb; border: solid 1px #a8bccb; }
|
265 |
265 |
div.page-settings-leftcol div.page-settings-tab { border :solid 1px #a8bccb; padding :8px; margin-bottom :8px; }
|
266 |
266 |
div.page-settings-leftcol div { padding :2px 0 3px 0; vertical-align :top; }
|
267 |
267 |
div.page-settings-leftcol label { width :170px; vertical-align :top; }
|
... | ... | |
308 |
308 |
div.admintools { display :block; border :0px none #333333; margin :auto 2%; min-height :1%; padding :2px; text-align :center; overflow :auto; }
|
309 |
309 |
div.admintools .section { width :100%; }
|
310 |
310 |
div.admintools ul { padding :0; min-height :100px; overflow :hidden; }
|
311 |
|
div.admintools ul li { float :left; border :0px none #666666 solid; max-height :7em; list-style-type :none; padding :1px; margin :2px 1% auto 1%; width :46%; }
|
|
311 |
div.admintools ul li { float :left; border :0px #666666 solid; max-height :7em; list-style-type :none; padding :1px; margin :2px 1% auto 1%; width :46%; }
|
312 |
312 |
div.admintools li span { display :block; float :none; line-height :1em; font-size :1.2em; }
|
313 |
313 |
div.admintools span.title { font-size :1.1em; }
|
314 |
314 |
/* */
|