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