margins & height fix

This commit is contained in:
Rick Companje 2015-06-02 14:41:23 +02:00
parent 67fbbc59b6
commit e6e48c8ecc
1 changed files with 11 additions and 8 deletions

View File

@ -5,26 +5,28 @@
margin-left: -@center-panel-width/2; margin-left: -@center-panel-width/2;
width: @center-panel-width; width: @center-panel-width;
height: 100%; height: 100%;
padding-top: 3%; padding-top: 1%;
} }
#logopanel { #logopanel {
height: 15%; // height: 15%;
text-align: center; text-align: center;
width: 40%; width: 40%;
margin-left: 30%; margin-left: 30%;
cursor: pointer; cursor: pointer;
// border: 1px solid black;
margin-bottom: 1%;
img#pencil { img#pencil {
margin-top: 2%; // margin-top: 2%;
max-width: 50%; max-width: 50%;
max-height: 50%; // max-height: 50%;
} }
img#logo { img#logo {
max-width: 90%; max-width: 90%;
margin-bottom: 2%; // margin-bottom: 2%;
max-height: 45%; // max-height: 45%;
} }
} }
@ -33,12 +35,13 @@
position: relative; position: relative;
width: 100%; width: 100%;
// height: 79%; // height: 79%;
height: 65%; // height: 65%;
height: 81%;
background-color: #fff; background-color: #fff;
border: 3px solid black; border: 3px solid black;
border-radius: 15px; border-radius: 15px;
box-sizing: border-box; box-sizing: border-box;
margin-top: 3%; // margin-top: 3%;
} }
#canvasContainers { #canvasContainers {