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;
......
170 171
 padding: 3px;
171 172
}
172 173

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

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

  
193
.content input {
194
	font-size: 12px;
195
}
193 196
.row_a {
194 197
 background-color: #ECF3F7;
195 198
}
......
374 377
 text-indent: 7px;
375 378
}
376 379

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

  

Also available in: Unified diff