refine preset grid layout.

This commit is contained in:
Saman Bemel-Benrud
2013-03-21 12:13:43 -04:00
parent cdfd5dfc27
commit 345283e596
2 changed files with 3 additions and 2 deletions
+3
View File
@@ -806,12 +806,15 @@ a.selected:hover .toggle.icon { background-position: -40px -180px;}
}
.subgrid {
width: -webkit-calc(100% - 10px);
width: calc(100% - 10px);
overflow: hidden;
}
.subgrid .preset-grid {
background: #eee;
margin-top: 0px;
border: 0;
border-radius: 4px;
}