Css fixes

This commit is contained in:
ksjdragon 2016-04-20 23:28:21 -04:00
parent 13a3cfe3f1
commit 60713a7b0a

View File

@ -248,6 +248,11 @@ img {
color: #FF746B; color: #FF746B;
} }
.tabletitle {
margin-left:25%;
}
.key { .key {
margin-left: 18%; margin-left: 18%;
margin-bottom: -20%; margin-bottom: -20%;
@ -267,9 +272,9 @@ img {
} }
.legendholder { .legendholder {
margin-bottom: -17%; position:absolute;
margin-top: 17%; top: 15%;
margin-left: 28%; left: 30%;
} }
.legend { .legend {
@ -286,16 +291,18 @@ img {
display: flex; display: flex;
} }
.maxlegend {
margin-top: -4.5%;
margin-left: 26.5%;
}
.minlegend { .minlegend {
margin-left: -2%; position: relative;
margin-top: 1%; right:10%;
bottom:10;
} }
.maxlegend {
position: relative;
right: 85%;
bottom:50;
}
.normal { .normal {
border: 1px hidden; border: 1px hidden;