Merge pull request #989 from duckduckgo/zaahir/bpm-css-update

Improve Table CSS for mobile displays
master
Jag Talon 2015-02-10 16:49:07 -05:00
commit 805ee758b1
1 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,10 @@
@media (max-width: 600px) {
@media (max-width: 300px) {
.bpmto_ms table td {
word-wrap: break-word;
}
}
@media (min-width: 400px) {
.bpmto_ms table {
table-layout: fixed;
width: 100%;
@ -7,12 +13,6 @@
.bpmto_ms table td {
word-wrap: break-word;
}
.bpmto_ms .record td.record__cell__key {
width: 100px;
border-top: solid 1px #DDD;
border-bottom: solid 1px #DDD;
}
}
.bpmto_ms .maintable td {
@ -42,4 +42,4 @@
.bpmto_ms .record .record__cell__key {
text-transform: capitalize;
width: 150px;
}
}