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;
|
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;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue