aboutsummaryrefslogtreecommitdiffstats
path: root/view/css
diff options
context:
space:
mode:
Diffstat (limited to 'view/css')
-rw-r--r--view/css/bootstrap-red.css14
1 files changed, 12 insertions, 2 deletions
diff --git a/view/css/bootstrap-red.css b/view/css/bootstrap-red.css
index cb26910b0..ffc288962 100644
--- a/view/css/bootstrap-red.css
+++ b/view/css/bootstrap-red.css
@@ -4,13 +4,23 @@
nav .badge {
position: relative;
- top: -48px;
+ top: -49px;
float: left;
font-size: 10px;
- padding: 2px 6px;
+ line-height: 20px;
+ padding: 0px 5px;
+ height: 20px;
+ min-width: 20px;
+ border-radius: 10px;
cursor: pointer;
}
+@media screen and (max-width: 767px) {
+ nav .badge {
+ top: -46px;
+ }
+}
+
nav i {
font-size: 14px;
}