Revision 1289
Added by kweitzel almost 16 years ago
| theme.css | ||
|---|---|---|
| 1 |
html {overflow: -moz-scrollbars-vertical;} /* Force firefox to always show room for a vertical scrollbar */
|
|
| 2 | 1 |
|
| 2 |
html {
|
|
| 3 |
overflow: -moz-scrollbars-vertical; /* Force firefox to always show room for a vertical scrollbar */ |
|
| 4 |
} |
|
| 5 |
|
|
| 3 | 6 |
body,td,th,input,textarea {font-family:verdana,arial,helvetica,sans-serif;font-size:11px;color:#333;}
|
| 4 | 7 |
body {background:#f9f9f9 url(images/background.jpg) 0 0 repeat-x;margin:0;text-align:center;}
|
| 5 | 8 |
img { border: 0px;}
|
| ... | ... | |
| 68 | 71 |
.modify_link {padding:4px 0 0 7px;}
|
| 69 | 72 |
|
| 70 | 73 |
.settings_table td {vertical-align:top;text-align:left;padding:5px;}
|
| 71 |
.setting_name {width:180px;min-width:180px;}
|
|
| 72 |
.setting_value {}
|
|
| 74 |
.setting_name {width:10%;min-width:180px;}
|
|
| 75 |
.setting_value { width: 90%}
|
|
| 73 | 76 |
.setting_value input, .setting_value select, .setting_value textarea {width:100%;}
|
| 74 | 77 |
.setting_value textarea {height:50px;}
|
| 75 | 78 |
|
| ... | ... | |
| 99 | 102 |
.sections_list {font-weight:bold;padding-left:10px;}
|
| 100 | 103 |
.sections_list table {width:900px;}
|
| 101 | 104 |
|
| 102 |
.header_list_page_title {text-align:left;}
|
|
| 103 |
.header_list_menu_title {width:300px;text-align:left;}
|
|
| 104 |
.header_list_page_id{width:50px;text-align:left;}
|
|
| 105 |
.header_list_actions {text-align:left;width:150px;}
|
|
| 106 | 105 |
|
| 107 | 106 |
.header_list_type {text-align:left;}
|
| 108 | 107 |
.header_list_block {text-align:left;width:180px;}
|
| ... | ... | |
| 111 | 110 |
.header_list_sections_actions {text-align:left;width:30px;}
|
| 112 | 111 |
.header_list_section_id {width:30px;text-align:right;}
|
| 113 | 112 |
|
| 113 |
|
|
| 114 |
.list_section_id {width:30px;text-align:right;}
|
|
| 115 |
.list_pubdate_start {text-align:left;width:200px;}
|
|
| 116 |
.list_pubdate_end {text-align:left;width:200px;}
|
|
| 117 |
/* |
|
| 118 |
.header_list_page_title {text-align:left;}
|
|
| 119 |
.header_list_menu_title {width:300px;text-align:left;}
|
|
| 120 |
.header_list_page_id{width:50px;text-align:left;}
|
|
| 114 | 121 |
.list_page_title {text-align:left;}
|
| 115 | 122 |
.list_menu_title {width:300px;text-align:left;}
|
| 116 | 123 |
.list_page_id {width:50px;text-align:left;}
|
| 117 |
.list_section_id {width:30px;text-align:right;}
|
|
| 118 |
.list_actions {width:25px;}
|
|
| 119 |
.list_pubdate_start {text-align:left;width:200px;}
|
|
| 120 |
.list_pubdate_end {text-align:left;width:200px;}
|
|
| 124 |
*/ |
|
| 125 |
.header_list_menu_title {text-align:left;}
|
|
| 126 |
.header_list_page_title {width:300px; text-align:left;}
|
|
| 127 |
.header_list_page_id {width:50px; text-align: right; padding-right:15px;}
|
|
| 128 |
.header_list_actions {width:150px; text-align:left;}
|
|
| 129 |
|
|
| 130 |
.list_menu_title {text-align:left;}
|
|
| 131 |
.list_page_title {width:300px;text-align:left; }
|
|
| 132 |
|
|
| 133 |
.list_page_id {width:50px;text-align: right; padding-right:15px;}
|
|
| 134 |
.list_actions {width:25px;text-align:left;}
|
|
| 135 |
|
|
| 136 |
.value_page_code {color: #006400; font-weight: 400; width: 240px; }
|
|
| 137 |
.list_page_code { width: 240px; }
|
|
| 138 |
.list_page_language { width: 240px; }
|
|
| 139 |
#multi_lingual { font-weight: bolder; }
|
|
Also available in: Unified diff
Branch 2.8.1 merged back into Trunk