moving Sub Category dropdown to left hand side for CTiT

and also fixed some styling for making our tabs more responsive
This commit is contained in:
jaredevantabor 2017-03-06 16:22:05 -08:00
parent 911dcc4cef
commit de8d27e930
2 changed files with 4 additions and 9 deletions

View File

@ -98,8 +98,8 @@
.Form-tabHolder{
display: flex;
margin-bottom: 20px;
min-height: 30px;
flex-wrap:wrap;
}
.Form-tabs {
@ -115,6 +115,7 @@
height: 30px;
border-radius: 5px;
margin-right: 20px;
margin-bottom: 20px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 5px;
@ -560,6 +561,8 @@ input[type='radio']:checked:before {
padding-left:15px;
padding-right: 15px;
margin-right: 20px;
min-height: 30px;
margin-bottom: 20px;
}
.Form-primaryButton:hover {

View File

@ -36,19 +36,11 @@
.Form-nav--dropdownContainer {
width: 285px;
margin-top: -52px;
margin-bottom: 22px;
margin-left: auto;
display: flex;
justify-content: space-between;
}
@media (max-width: 900px) {
.Form-nav--dropdownContainer {
margin: 0;
}
}
.Form-nav--dropdown {
width: 60%;
}