Merge pull request #5652 from jaredevantabor/ctit-ux-improvements

CTiT UX Improvements
This commit is contained in:
Jared Tabor
2017-03-07 14:56:24 -08:00
committed by GitHub
2 changed files with 4 additions and 9 deletions

View File

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

View File

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