Project

General

Profile

« Previous | Next » 

Revision 1206

Added by Dietmar over 14 years ago

next step to validate backend themes

View differences:

theme.css
83 83
.container {
84 84
 background: #fff url(images/bgtitle.png);
85 85
 background-repeat: repeat-x;
86
 width: 85%;
87
 margin: 0 auto;
86 88
}
87 89

  
88 90
.content {
......
166 168
}
167 169

  
168 170
.pages_list table {
169
 width: 730px;
171
  width: 100%;
172
 margin: 0 auto;
170 173
 background-color: #f0f0f0;
171 174
}
172 175

  
......
298 301
/* CSS STYLES FOR THE PAGES SECTION */
299 302

  
300 303
table.pages_view {
301
 width: 730px;
304
 width: 100%;
305
 margin: 0 auto;
302 306
 border: 0;
303 307
 border-spacing: 0px;
304 308
 background-color: #ECF3F7;
......
376 380
 text-indent: 7px;
377 381
}
378 382

  
383
.header_title {
384
	width: 100%;
385
}
379 386
.header_list_menu_title {text-align:left;}
380
.header_list_page_title {width:290px; text-align:left;}
381
.header_list_page_id {width:30px; text-align: right;}
387
.header_list_page_title {width:300px; text-align:left;}
388
.header_list_page_id {width:50px; text-align: right; padding-right:15px;}
382 389
.header_list_actions {width:150px; text-align:left;}
383 390

  
384 391
.list_menu_title {text-align:left;}
385
.list_page_title {width:290px;text-align:left; }
392
.list_page_title {width:300px;text-align:left; }
386 393

  
387 394
.list_page_id {width:30px;text-align: right; }
388 395
.list_actions {width:20px;text-align:left;}
396
.sections_list {font-weight:bold;padding-left:10px;}
397
.sections_list table {width:900px;}
389 398

  
399

  
400
.header_list_type {text-align:left;}
401
.header_list_block {text-align:left;width:180px;}
402
.header_list_pubdate_start {text-align:left;width:200px;}
403
.header_list_pubdate_end {text-align:left;width:200px;}
404
.header_list_sections_actions {text-align:left;width:30px;}
405
.header_list_section_id {width:30px;text-align:right;}
406

  
407

  
408
.list_section_id {width:30px;text-align:right;}
409
.list_pubdate_start {text-align:left;width:200px;}
410
.list_pubdate_end {text-align:left;width:200px;}
411

  
390 412
/* Ende */

Also available in: Unified diff