aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-11-17 23:01:24 +0100
committerMario Vavti <mario@mariovavti.com>2015-11-17 23:01:24 +0100
commit6fa0807550f4e7a3da307afe9398e54c3d036228 (patch)
treee3f1bd57c57af0e7bd7320d11b29c0de39ee94e7 /view/theme
parent868a0d8a90c5e582bb783247fbf3a26f5226b126 (diff)
downloadvolse-hubzilla-6fa0807550f4e7a3da307afe9398e54c3d036228.tar.gz
volse-hubzilla-6fa0807550f4e7a3da307afe9398e54c3d036228.tar.bz2
volse-hubzilla-6fa0807550f4e7a3da307afe9398e54c3d036228.zip
more css fixes
Diffstat (limited to 'view/theme')
-rw-r--r--view/theme/redbasic/css/style.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index d747e9c3e..f089b8599 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -1856,7 +1856,18 @@ nav .dropdown-menu {
border-bottom-left-radius: $radiuspx;
}
+.dropdown-menu-img-sm {
+ float: left;
+ width: 36px;
+ height: 36px;
+ margin-right: 5px;
+}
+.dropdown-menu-img-xs {
+ height: 18px;
+ width: 18px;
+ margin-right: 5px;
+}
#usermenu-caret {
color: $nav_icon_colour;