Created a login box

This commit is contained in:
Polonkai Gergely
2012-07-23 16:14:52 +02:00
parent 9194da5384
commit 7c36f93436
2 changed files with 48 additions and 0 deletions

View File

@@ -33,6 +33,11 @@ body {
padding: 5px;
}
#top-line #login-gomb {
float: left;
padding: 5px;
}
#top-line #profil-gomb {
float: left;
padding: 5px;
@@ -69,6 +74,23 @@ body {
right: 5px;
}
#login-box {
position: fixed;
left: 5px;
top: 32px;
width: 300px;
height: 100px;
background-color: #c4d3ff;
border: 2px solid #152967;
color: #152967;
display: none;
}
#login-belso {
position: relative;
padding: 5px;
}
#bottom-line {
position: fixed;
left: 0;