Revision 1602
Added by Luisehahne almost 13 years ago
branches/2.8.x/CHANGELOG | ||
---|---|---|
11 | 11 |
! = Update/Change |
12 | 12 |
|
13 | 13 |
=========================== add small Features 2.8.2 ========================== |
14 |
08 Feb-2012 Build 1602 Dietmar Woellbrink (Luisehahne) |
|
15 |
! a quick simple stylesheet fix in wb_theme, |
|
14 | 16 |
07 Feb-2012 Build 1601 Dietmar Woellbrink (Luisehahne) |
15 | 17 |
! little designfix in forgot_form.php |
16 | 18 |
! fix media if uploading zip files with folder, than create FolderProtectFiles |
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.2'); |
54 |
if(!defined('REVISION')) define('REVISION', '1601');
|
|
54 |
if(!defined('REVISION')) define('REVISION', '1602');
|
|
55 | 55 |
if(!defined('SP')) define('SP', 'SP2'); |
branches/2.8.x/wb/templates/wb_theme/theme.css | ||
---|---|---|
23 | 23 |
div.box { width :100%; margin :-10px 0 0 0; font-size :small; text-align :right; } |
24 | 24 |
.header { width :900px; margin :0 auto; } |
25 | 25 |
.container { width :85%; margin :0 auto; background :url(images/bgtitle.png) #ffffff; background-repeat :repeat-x; } |
26 |
.content { padding :1.6em; margin :0 auto; min-height :300px; vertical-align :top; } |
|
26 |
.content { padding :1.6em; margin :0 auto; min-height :300px; vertical-align :top; width :900px; }
|
|
27 | 27 |
#content_container { text-align :center; width :900px; clear :both; margin :0 auto; } |
28 |
#admintools li { display :inline; float :left; list-style-type :none; margin :0 10px 0 0; width :48%; } |
|
28 |
#admintools ul { padding :0; margin :0 auto; width :100%; } |
|
29 |
#admintools li { list-style-type :none; display :inline; float :left; width :47%; margin :0 10px 0 0; } |
|
29 | 30 |
.description { padding :4px 4px 0 4px; text-align :left; vertical-align :top; } |
30 | 31 |
.graphic { border :4px solid #fdfdfd; height :50px; padding-left :3px; width :50px; } |
31 | 32 |
.graphic img { background-color :#ffffff; border :1px solid #d0d0d0; padding :4px; vertical-align :middle; } |
... | ... | |
49 | 50 |
.setting_value { width :80%; } |
50 | 51 |
.setting_value_permissions { width :50%; min-width :400px; } |
51 | 52 |
.setting_value textarea { height :50px; } |
52 |
.title { width :90%; padding :3px 5px 0px 0px; color :#003366; font-weight :bold; font-size :14px; text-align :left; height :16px; } |
|
53 |
.title { |
|
54 |
text-align :left; |
|
55 |
padding :4px 5px 0px 3px; |
|
56 |
font-weight :bold; |
|
57 |
font-size :14px; |
|
58 |
margin-bottom :5px; |
|
59 |
} |
|
60 |
span.title { display :block; } |
|
53 | 61 |
.tool_table ul { margin :0; padding :0; margin-left :20px; margin-bottom :2px; } |
54 | 62 |
.tool_table li { padding :1px; list-style-type :disc; } |
55 | 63 |
/* CSS STYLES FOR THE PAGES SECTION */ |
Also available in: Unified diff
a quick simple stylesheet fix in wb_theme