Subversion-Projekte lars-tiefland.php_share

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
1 lars 1
/* CSS Document */
2
 
3
body {
4
font-family: Arial, Helvetica, sans-serif;
5
margin  :  40px 0 0 0;
6
padding :  0;
7
/*background: #8FB7DB url(login_glow_bg.jpg) no-repeat 30% 0;*/
8
background: #8FB7DB url(diag_lines_bg.gif) top left;
9
}
10
 
11
#login-container {
12
    margin-left: -225px;
13
    margin-top: -161px;
14
    position:absolute;
15
    top  :50%;
16
    /*left :50%;*/
17
    width:450px;
18
}
19
 
20
#cacheConfig-dayLabel, #cacheConfig-hourLabel, #cacheConfig-minuteLabel {
21
    float: left;
22
    padding-right: 8px;
23
}