Merge branch 'Cosmetic-7100' into 'master'
index.css fix the size of the logo for small screen See merge request noalyss/noalyss!2
This commit is contained in:
commit
7aa7dcb2b9
1 changed files with 6 additions and 7 deletions
|
|
@ -256,13 +256,12 @@ BODY {
|
|||
display : block;
|
||||
}
|
||||
#logo_id {
|
||||
z-index:-1;
|
||||
position:absolute;
|
||||
/*! width:19%; */
|
||||
left:0%;
|
||||
top:22px;
|
||||
max-width: 125px;
|
||||
max-height: 125px;
|
||||
z-index: -1;
|
||||
position: absolute;
|
||||
width: 148px;
|
||||
left: 5px;
|
||||
top: 22px;
|
||||
height: 115px;
|
||||
}
|
||||
#login_frm {
|
||||
position:absolute;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue