Project

General

Profile

« Previous | Next » 

Revision 1289

Added by kweitzel over 14 years ago

Branch 2.8.1 merged back into Trunk

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 {
89 91
 padding: 20px;
90 92
 height: 280px;
91
 width: 750px;
92
 text-align: left;
93
 width: 98%;
93 94
 vertical-align: top;
94 95
}
95 96

  
......
166 167
}
167 168

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

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

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

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

  
384
.list_page_title {text-align:left;}
385
.list_menu_title {width:240px;text-align:left;}
386
.list_page_id {width:40px;text-align:left;}
390
.list_menu_title {text-align:left;}
391
.list_page_title {width:300px;text-align:left; }
392

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

  
398

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

  
406

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

  
389 411
/* Ende */

Also available in: Unified diff