aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-03-26 11:16:16 +0200
committerMario Vavti <mario@mariovavti.com>2017-03-26 11:16:16 +0200
commitd169ee658ebe449470430aa84f0a9771b7556618 (patch)
tree70ea4768e6bb22a2ea93901cf198d5e50b2a1669 /view
parent2115eb26a7fd2ca937286bd4e98ab74c7d6e9525 (diff)
downloadvolse-hubzilla-d169ee658ebe449470430aa84f0a9771b7556618.tar.gz
volse-hubzilla-d169ee658ebe449470430aa84f0a9771b7556618.tar.bz2
volse-hubzilla-d169ee658ebe449470430aa84f0a9771b7556618.zip
minor css cleanup
Diffstat (limited to 'view')
-rw-r--r--view/theme/redbasic/css/style.css27
1 files changed, 8 insertions, 19 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index d00547e36..10402f5d0 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -283,8 +283,6 @@ footer {
padding: 0px 10px 10px 10px;
background-color: rgba(254,254,254,0.5);
border: 1px solid rgba(254,254,254,0.5);
- -moz-border-radius: $radius;
- -webkit-border-radius: $radius;
border-radius: $radius;
word-wrap: break-word;
}
@@ -378,7 +376,6 @@ footer {
.photo,
.contact-block-img {
border-radius: $radius;
- -moz-border-radius: $radius;
box-shadow: $shadowpx $shadowpx $shadowpx 0 #444444;
}
@@ -393,7 +390,6 @@ footer {
.profile-match-photo img,
.directory-photo-img {
border-radius: $radius;
- -moz-border-radius: $radius;
box-shadow: $shadowpx $shadowpx $shadowpx 0 #444444;
}
@@ -975,7 +971,6 @@ th,td {
/* mail */
img.mail-conv-sender-photo {
- -moz-border-radius: $radius;
border-radius: $radius;
}
@@ -1099,23 +1094,21 @@ img.mail-conv-sender-photo {
border-top: 0px solid $comment_item_colour;
}
+
.wall-item-photo {
+ width: $top_photo;
+ height: $top_photo;
border: none;
- width: $top_photo !important;
- height: $top_photo !important;
-
+ border-radius: $radius;
+ box-shadow: $shadowpx $shadowpx $shadowpx 0 #444444;
}
.comment .wall-item-photo {
- width: $reply_photo !important;
- height: $reply_photo !important;
+ width: $reply_photo;
+ height: $reply_photo;
}
-.wall-item-photo {
- border-radius: $radius;
- -moz-border-radius: $radius;
- box-shadow: $shadowpx $shadowpx $shadowpx 0 #444444;
-}
+
.wall-item-ago,
a:hover .wall-item-ago,
@@ -1177,8 +1170,6 @@ a:active .dropdown-sub-text {
.widget {
background-color: rgba(254,254,254,.5);
border: 1px solid rgba(254,254,254,.5);
- -moz-border-radius: $radius;
- -webkit-border-radius: $radius;
border-radius: $radius;
}
@@ -1189,7 +1180,6 @@ a:active .dropdown-sub-text {
#note-text {
border: 1px solid #ccc;
border-radius: $radius;
- -moz-border-radius: $radius;
}
.fileas-ul {
@@ -1199,7 +1189,6 @@ a:active .dropdown-sub-text {
#datebrowse-sidebar select {
border: 1px solid #ccc;
border-radius: $radius;
- -moz-border-radius: $radius;
}
.thing-show img {