Revision 1198
Added by Luisehahne about 15 years ago
branches/2.8.x/CHANGELOG | ||
---|---|---|
12 | 12 |
|
13 | 13 |
------------------------------------- 2.8.1 ------------------------------------- |
14 | 14 |
28-Nov-2009 Dietmar Woellbrink (Luisehahne) |
15 |
! updated theme.css in wb_theme |
|
16 |
28-Nov-2009 Dietmar Woellbrink (Luisehahne) |
|
15 | 17 |
! Ticket #886 fix validation email, check tld between 2-4 letters |
16 | 18 |
28-Nov-2009 Dietmar Woellbrink (Luisehahne) |
17 | 19 |
! Ticket #874 add slovak lang in install |
branches/2.8.x/wb/templates/wb_theme/theme.css | ||
---|---|---|
174 | 174 |
} |
175 | 175 |
|
176 | 176 |
.pages_list table { |
177 |
width: 730px; |
|
178 |
background-color: #f0f0f0; |
|
177 |
width: 100%; |
|
178 |
margin: 0 auto; |
|
179 |
background-color: #DCDCDC; |
|
179 | 180 |
} |
180 | 181 |
|
181 | 182 |
.pages_list table td { |
... | ... | |
306 | 307 |
/* CSS STYLES FOR THE PAGES SECTION */ |
307 | 308 |
|
308 | 309 |
table.pages_view { |
309 |
width: 730px; |
|
310 |
width: 850px; |
|
311 |
margin: 0 auto; |
|
310 | 312 |
border: 0; |
311 | 313 |
border-spacing: 0px; |
312 | 314 |
background-color: #ECF3F7; |
... | ... | |
384 | 386 |
display: inline; |
385 | 387 |
} |
386 | 388 |
|
389 |
.header_title { |
|
390 |
width: 100%; |
|
391 |
} |
|
387 | 392 |
.header_list_menu_title {text-align:left;} |
388 |
.header_list_page_title {width:290px; text-align:left;}
|
|
389 |
.header_list_page_id {width:40px; text-align: left;}
|
|
393 |
.header_list_page_title {width:300px; text-align:left;}
|
|
394 |
.header_list_page_id {width:50px; text-align: right; padding-right:15px;}
|
|
390 | 395 |
.header_list_actions {width:150px; text-align:left;} |
391 | 396 |
|
392 | 397 |
.list_menu_title {text-align:left;} |
393 |
.list_page_title {width:290px;text-align:left; }
|
|
398 |
.list_page_title {width:300px;text-align:left; }
|
|
394 | 399 |
|
395 | 400 |
.list_page_id {width:30px;text-align: right; } |
396 | 401 |
.list_actions {width:20px;text-align:left;} |
Also available in: Unified diff
updated theme.css in wb_theme