bootstrapify common tabs and make show aside/tabs buttons only appear if there is something to show

This commit is contained in:
marijus
2014-03-19 09:43:23 +01:00
parent 8c177fbc4b
commit 20d47c4478
7 changed files with 41 additions and 40 deletions
+2 -2
View File
@@ -18,7 +18,7 @@ aside#region_1 {
min-width: 210px;
display: table-cell;
vertical-align: top;
padding: 65px 7px 7px 7px;
padding: 65px 7px 13px 7px;
}
aside input[type='text'] {
@@ -29,5 +29,5 @@ section {
width: 100%;
display: table-cell;
vertical-align: top;
padding: 65px 15px 200px 7px;
padding: 65px 13px 200px 13px;
}