CSS refactoring
Refactored CSS stylesheets. Broke down original CSS file into small, more logical parts Signed-off-by: Gergely POLONKAI <polesz@w00d5t0ck.info>
This commit is contained in:
24
app/Resources/public/css/loginbox.css
Normal file
24
app/Resources/public/css/loginbox.css
Normal file
@@ -0,0 +1,24 @@
|
||||
/*
|
||||
Document : loginbox
|
||||
Created on : 2012.08.15., 11:32:19
|
||||
Author : Gergely Polonkai
|
||||
Description:
|
||||
Login-box styling CSS
|
||||
*/
|
||||
|
||||
#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;
|
||||
}
|
Reference in New Issue
Block a user