mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +01:00
nicer login and got anon tabs working again
This commit is contained in:
parent
bf8bae23e7
commit
2b14c3de30
@ -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);
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user