Have made the buttons always left aligned with the editing section, seems better since it's consistent on all screens and less right hand motion to click a button

This commit is contained in:
Shannon
2015-05-20 16:13:36 +10:00
parent a3b5996372
commit 6cfb5bc678

View File

@@ -160,7 +160,7 @@
}
.umb-tab-buttons{
padding-left: 240px;
padding-left: 0px;
}
@media (min-width: 1101px) {
@@ -169,13 +169,6 @@
}
}
@media (max-width: 767px) {
.umb-tab-buttons{
padding-left:0px;
}
}
.umb-tab-pane{padding-bottom: 90px}
.tab-content{overflow: visible; }