login screen + Logo left top

width
position
height

=> if (.svg) max-width: 2560px - else width of choosen image;

Ticket #6982
This commit is contained in:
Stefan Reinhardt 2014-07-02 08:26:55 +00:00
parent 5182153eac
commit d06a39a154
2 changed files with 3 additions and 3 deletions

View File

@ -3306,7 +3306,7 @@ button.add {
text-shadow: none; text-shadow: none;
height: 24px; height: 24px;
/* height: auto;*/ /* height: auto;*/
background-image: none !important; background-image: none;
/*.border_radius_button_lefttop;*/ /*.border_radius_button_lefttop;*/
} }
button.add:before { button.add:before {
@ -3806,7 +3806,7 @@ table.nextmatch_header img {
background-color: #679fd2; background-color: #679fd2;
} }
#loginMainDiv #divAppIconBar #divLogo img { #loginMainDiv #divAppIconBar #divLogo img {
width: 70%; /*width: 70%;*/
/*margin-left: 15%;*/ /*margin-left: 15%;*/
margin: 0 auto; margin: 0 auto;
max-width: 400px; max-width: 400px;

View File

@ -55,7 +55,7 @@
background-color: @egw_color_2_e; background-color: @egw_color_2_e;
img { img {
width: 70%; /*width: 70%;*/
/*margin-left: 15%;*/ /*margin-left: 15%;*/
margin: 0 auto; margin: 0 auto;
max-width: 400px; max-width: 400px;