Project

General

Profile

« Previous | Next » 

Revision 1009

Added by Matthias almost 15 years ago

-Moved styles from admin/pages/sections.php to sections.htt in backend themes (Thanks to Luisehahne)

- Moved javascript files from admin/pages/index.php to external js files (Thanks to Luisehahne)

- Major improovements and changes to all backend files to get more valide Code output (Thanks to Luisehahne)

View differences:

theme.css
8 8
 background-color: #A8BCCB;
9 9
 /*background-image: url(images/background.png);*/
10 10
 background-repeat: repeat-x;
11
 margin: 0px;
11
 margin: auto;
12
 overflow-y: scroll;
13
 height: 1%;
12 14
}
13 15

  
16
img {
17
	border: 0px;
18
}
19

  
14 20
form {
15 21
 margin: 0;
16 22
}
......
321 327
.form_submit .right {
322 328
 text-align: right;
323 329
}
330
.input_small {
331
 width: 20px;
332
}
324 333

  
325 334
.input_narrow {
326 335
 width: 100px;

Also available in: Unified diff