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
 overflow-y: scroll;
12
 margin: auto;
13
 height: 1%;
12 14
}
13 15

  
16
img {
17
	border: 0;
18
}
19

  
14 20
form {
15 21
 margin: 0;
16 22
}
......
321 327
 text-align: right;
322 328
}
323 329

  
330
.input_small {
331
 width: 20px;
332
}
333

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

Also available in: Unified diff