Commit 9ec7aeac authored by Phil Hughes's avatar Phil Hughes

Tweaked position of badge in panel headings

Various UI tweaks
parent 96ee9758
...@@ -13,6 +13,11 @@ ...@@ -13,6 +13,11 @@
.dropdown-menu-toggle { .dropdown-menu-toggle {
line-height: 20px; line-height: 20px;
} }
.badge {
margin-top: -2px;
margin-left: 5px;
}
} }
.panel-body { .panel-body {
......
...@@ -94,7 +94,7 @@ ...@@ -94,7 +94,7 @@
} }
.select2-search-choice { .select2-search-choice {
margin: 8px 0 0 8px; margin: 5px 0 0 8px;
box-shadow: none; box-shadow: none;
border-color: $input-border; border-color: $input-border;
color: $gl-text-color; color: $gl-text-color;
......
...@@ -9,6 +9,10 @@ ...@@ -9,6 +9,10 @@
float: left; float: left;
width: 50%; width: 50%;
} }
strong {
font-weight: 600;
}
} }
.controls { .controls {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment