Fix wideness

This commit is contained in:
Rico Sta. Cruz 2015-04-17 16:33:59 +08:00
parent ada5cf67b4
commit 437b767441
1 changed files with 7 additions and 4 deletions

View File

@ -106,8 +106,8 @@
.greycode td:first-child code,
.greycode th:first-child code {
background: #f3f3f3;
padding: 5px 5px 4px 5px;
background: white;
padding: 6px 8px 5px 8px;
border-radius: 3px;
}
@ -124,14 +124,17 @@
@media (min-width: 768px) {
table.greycode {
width: calc(620px + 100px);
margin-left: -50px;
background: #fcfcfc;
border-radius: 4px;
border-top: 0;
border-bottom: solid 1px #c7d7ee;
}
table.greycode:not(.wide) {
width: calc(620px + 100px);
margin-left: -50px;
}
table.greycode thead:first-child > tr:first-child > th,
table.greycode thead:first-child > tr:first-child > td,
table.greycode tbody:first-child > tr:first-child > th,