More responsive outfitting screen (still work to do though).

This commit is contained in:
Maverick
2015-06-04 20:29:38 +10:00
parent 7772880eff
commit 6e9990831d
3 changed files with 292 additions and 258 deletions

View File

@@ -7,8 +7,8 @@
.tablet({
width: 100%;
min-width: 750px;
font-size: 0.8em;
//min-width: 750px;
//font-size: 0.8em;
});
}
@@ -22,15 +22,16 @@
}
#summary {
.user-select-none();
width: 100%;
margin: 1em 0;
font-size: 0.8em;
border-collapse: collapse;
overflow-x: auto;
width: 100%;
margin: 1em 0 2em 0;
tbody td {
padding: 0 0.5em;
}
#summaryTable {
.user-select-none();
width: 100%;
border-collapse: collapse;
font-size: 0.8em;
}
}
#build {
@@ -65,4 +66,12 @@
.slot {
clear: left;
}
}
.outfit-button-label {
margin-left: 0.5em;
@media screen and (max-width: 640px) {
display: none;
}
}

View File

@@ -16,6 +16,18 @@
padding-left: 0.5em;
font-weight: normal;
}
@media screen and (max-width: 1000px) {
width: 50%;
h1 {
margin: 1em 0 0 0;
}
}
@media screen and (max-width: 610px) {
width: 100%;
}
}
.slot {