adding PHP Excel library
This commit is contained in:
28
style/_logon.scss
Executable file
28
style/_logon.scss
Executable file
@@ -0,0 +1,28 @@
|
||||
#logon, #logon .login_panel {
|
||||
position: fixed;
|
||||
top:0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
margin: auto;
|
||||
background:$color_bg;
|
||||
}
|
||||
|
||||
#logon .login_panel {
|
||||
width:325px;
|
||||
height:9.5em;
|
||||
background:url(../images/logo_centered.png) 50% 0 no-repeat;
|
||||
padding-top:184px;
|
||||
}
|
||||
|
||||
#logon #validate {
|
||||
text-align:right;
|
||||
}
|
||||
|
||||
#logon .login_panel input {
|
||||
width:calc(100% - 1em);
|
||||
}
|
||||
|
||||
#logon .login_panel input[type="button"] {
|
||||
width:auto;
|
||||
}
|
||||
Reference in New Issue
Block a user