more css stuffs

This commit is contained in:
ksjdragon 2016-04-21 20:45:56 -04:00
parent 60713a7b0a
commit 156f6cfcfe

View File

@ -256,7 +256,7 @@ img {
.key { .key {
margin-left: 18%; margin-left: 18%;
margin-bottom: -20%; margin-bottom: -20%;
margin-top: 10%; margin-top: 15%;
} }
.keycolor { .keycolor {
@ -271,10 +271,15 @@ img {
text-align: left; text-align: left;
} }
#keylegend {
position: absolute;
top: 16%;
}
.legendholder { .legendholder {
position:absolute; position:absolute;
top: 15%; top: 16%;
left: 30%; left: 35%;
} }
.legend { .legend {
@ -299,7 +304,7 @@ img {
.maxlegend { .maxlegend {
position: relative; position: relative;
right: 85%; left: 85%;
bottom:50; bottom:50;
} }
@ -315,6 +320,7 @@ img {
} }
.infoBox { .infoBox {
margin-bottom: 5%;
display: flex; display: flex;
cursor: text; cursor: text;
-webkit-touch-callout: text; -webkit-touch-callout: text;