aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarijus <mario@localhost.localdomain>2013-12-03 23:26:21 +0100
committermarijus <mario@localhost.localdomain>2013-12-03 23:26:21 +0100
commit6d4a265ab27ab16c4cd6404876c91cb3ca0d5265 (patch)
tree217aec1b426e60408b3ef03d3ba9b3762274b8fd
parent27e0f4e06123f3a3a9c6c064e21aec813585933a (diff)
downloadvolse-hubzilla-6d4a265ab27ab16c4cd6404876c91cb3ca0d5265.tar.gz
volse-hubzilla-6d4a265ab27ab16c4cd6404876c91cb3ca0d5265.tar.bz2
volse-hubzilla-6d4a265ab27ab16c4cd6404876c91cb3ca0d5265.zip
this should remain in style.css
-rw-r--r--view/css/mod_message.css2
-rw-r--r--view/theme/redbasic/css/style.css7
2 files changed, 7 insertions, 2 deletions
diff --git a/view/css/mod_message.css b/view/css/mod_message.css
index c65747477..c278f4d53 100644
--- a/view/css/mod_message.css
+++ b/view/css/mod_message.css
@@ -15,8 +15,6 @@ img.mail-list-sender-photo {
width: 24px;
float: left;
margin-right: 30px;
- -moz-border-radius: $radiuspx;
- border-radius: $radiuspx;
}
.mail-list-remove {
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 51654aeaa..8251db4a2 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -3237,3 +3237,10 @@ text-decoration: none;
color: $toolicon_colour;
margin-right: 10px;
}
+
+/* message */
+
+img.mail-list-sender-photo {
+ -moz-border-radius: $radiuspx;
+ border-radius: $radiuspx;
+}