aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-03-17 20:48:06 +0100
committerMario Vavti <mario@mariovavti.com>2017-03-17 20:48:06 +0100
commit828028259c71e9454a4a5b25c88cc81672511d79 (patch)
tree53e76e9a6fc5bf14de2f83de286a0431af473b4f /view/theme
parentd10525a375884850b1b643796b839747cbc623b2 (diff)
downloadvolse-hubzilla-828028259c71e9454a4a5b25c88cc81672511d79.tar.gz
volse-hubzilla-828028259c71e9454a4a5b25c88cc81672511d79.tar.bz2
volse-hubzilla-828028259c71e9454a4a5b25c88cc81672511d79.zip
css fixes
Diffstat (limited to 'view/theme')
-rw-r--r--view/theme/redbasic/css/style.css12
1 files changed, 6 insertions, 6 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index f0b08a738..3b0afb267 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -1419,14 +1419,11 @@ img.mail-conv-sender-photo {
/* nav bootstrap */
-nav img {
- border-radius: $radiuspx;
-}
-
.menu-img-3 {
width: 3.3em;
height: 3.3em;
margin-right: 5px;
+ border-radius: $radiuspx;
float: left;
}
@@ -1434,18 +1431,21 @@ nav img {
height: 2.2em;
width: 2.2em;
margin-right: 5px;
+ border-radius: $radiuspx;
float: left;
}
.menu-img-1 {
- height: 1.1em;
- width: 1.1em;
+ height: 1.5em;
+ width: 1.5em;
margin-right: 5px;
+ border-radius: $radiuspx;
}
.usermenu {
width: 2.2rem;
height: 2.2rem;
+ border-radius: $radiuspx;
}
.usermenu img {