Merge pull request #211 from VakarisZ/island_config_navigation_ui_fix

Makes all tabs of equal height
This commit is contained in:
Daniel Goldberg 2018-11-21 06:29:56 -08:00 committed by GitHub
commit 3124f1eb5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 2 deletions

View File

@ -138,12 +138,11 @@ body {
padding-left: 40px; padding-left: 40px;
} }
} }
.main .page-header { .main .page-header {
margin-top: 0; margin-top: 0;
} }
.index img { .index img {
margin: 40px auto; margin: 40px auto;
border-radius: 4px; border-radius: 4px;
@ -172,6 +171,9 @@ body {
display: none; display: none;
} }
.nav-tabs > li > a {
height: 63px
}
/* /*
* Run Monkey Page * Run Monkey Page
*/ */
@ -491,4 +493,5 @@ body {
.label-danger { .label-danger {
background-color: #d9534f !important; background-color: #d9534f !important;
} }
} }