Project

General

Profile

« Previous | Next » 

Revision 1048

Added by Matthias almost 15 years ago

- Added PageID and SectionID to all backend themes (Thanks to Luiseshahne)

- Fixed some display issues in all backend themes (Thanks to Luisehahne)

View differences:

theme.css
1
html {overflow: -moz-scrollbars-vertical;} /* Force firefox to always show room for a vertical scrollbar */
1 2
body,td,th,input,textarea {
2 3
 font-family: Verdana, Arial, Helvetica, sans-serif;
3 4
 font-size: 12px;
......
171 172
 padding: 3px;
172 173
}
173 174

  
174
.pages_list ul li {
175
 padding: 2px 0px;
176
}
175
.pages_list ul {margin:0;font-weight:normal; padding: 0px;}
176
.pages_list ul li {list-style-type:none;margin:2px 0; padding:0px;}
177 177

  
178 178
.page_list {
179 179
 display: none;
......
191 191
 margin-bottom: 2px;
192 192
}
193 193

  
194
.content input {
195
	font-size: 12px;
196
}
194 197
.row_a {
195 198
 background-color: #ECF3F7;
196 199
}
......
325 328
.form_submit .right {
326 329
 text-align: right;
327 330
}
331

  
328 332
.input_small {
329 333
 width: 20px;
330 334
}
......
374 378
 text-indent: 7px;
375 379
}
376 380

  
377
.header_list_page_title {width:284px;text-align:left;}
381
.header_list_page_ID {width:15px;text-align:left;}
382
.header_list_page_title {width:272px;text-align:left;}
378 383
.header_list_menu_title {width:252px;text-align:left;}
379 384
.header_list_actions {text-align:left;}
380 385

  

Also available in: Unified diff