Project

General

Profile

« Previous | Next » 

Revision 2049

Added by Dietmar over 10 years ago

  1. /templates/wb_theme/css/screen.css Typofixes (Tks To jacobi22)

View differences:

branches/2.8.x/CHANGELOG
12 12
===============================================================================
13 13

  
14 14
20 Dec-2013 Build 2048 Dietmar Woellbrink (Luisehahne)
15
# /templates/wb_theme/css/screen.css Typofixes (Tks To jacobi22)
16
20 Dec-2013 Build 2048 Dietmar Woellbrink (Luisehahne)
15 17
+ /admin/pages/languages/ 20 Language Files added (Tks To jacobi22)
16 18
+ /admin/groups/languages/ 20 Language Files added (Tks To jacobi22)
17 19
+ /admin/settings/languages/ 20 Language Files added (Tks To jacobi22)
branches/2.8.x/wb/admin/interface/version.php
51 51

  
52 52
// check if defined to avoid errors during installation (redirect to admin panel fails if PHP error/warnings are enabled)
53 53
if(!defined('VERSION')) define('VERSION', '2.8.4');
54
if(!defined('REVISION')) define('REVISION', '2048');
54
if(!defined('REVISION')) define('REVISION', '2049');
55 55
if(!defined('SP')) define('SP', '');
branches/2.8.x/wb/templates/wb_theme/css/screen.css
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
/* */

Also available in: Unified diff