forked from p15670423/monkey
Merge pull request #211 from VakarisZ/island_config_navigation_ui_fix
Makes all tabs of equal height
This commit is contained in:
commit
3124f1eb5e
|
@ -138,12 +138,11 @@ body {
|
|||
padding-left: 40px;
|
||||
}
|
||||
}
|
||||
|
||||
.main .page-header {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.index img {
|
||||
margin: 40px auto;
|
||||
border-radius: 4px;
|
||||
|
@ -172,6 +171,9 @@ body {
|
|||
display: none;
|
||||
}
|
||||
|
||||
.nav-tabs > li > a {
|
||||
height: 63px
|
||||
}
|
||||
/*
|
||||
* Run Monkey Page
|
||||
*/
|
||||
|
@ -491,4 +493,5 @@ body {
|
|||
.label-danger {
|
||||
background-color: #d9534f !important;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue