nicer login and got anon tabs working again

This commit is contained in:
Ralf Becker 2008-11-17 20:28:09 +00:00
parent bf8bae23e7
commit 2b14c3de30

View File

@ -60,7 +60,14 @@
}
#divUpperTabs {
display: none; /* todo: place it somewhere else, it's for anonymous login */
position: absolute;
top: 69px;
right: 6px;
}
#divUpperTabs li
{
border: 1px solid lightgray;
border-top: none;
}
#topmenu {
@ -105,3 +112,22 @@ a:link, a:visited, select, input, textarea {
.nextmatch_header table {
border: none !important;
}
/* login page */
#loginMainDiv {
padding: 0px;
background-position: center 64px;
height: 720px;
}
.divLoginbox {
border: 1px solid lightgray;
border-top: none;
}
.divLoginbox td {
padding-left: 8px;
}
.divLoginboxHeader {
background-image: url(../images/gradient22.png);
}