aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-10-14 22:14:19 +0200
committerMario Vavti <mario@mariovavti.com>2015-10-14 22:14:19 +0200
commitb4e83b65375e62259671749c089d9cd7a2a2967a (patch)
tree3c4b8e18b2dc439530f9515147af4424e1726be1 /view/theme
parentd616099de6984ad8d45e3b8908367bf5a0b8ab31 (diff)
downloadvolse-hubzilla-b4e83b65375e62259671749c089d9cd7a2a2967a.tar.gz
volse-hubzilla-b4e83b65375e62259671749c089d9cd7a2a2967a.tar.bz2
volse-hubzilla-b4e83b65375e62259671749c089d9cd7a2a2967a.zip
allow photo-items to appear full width if large photos feature is enabled. in prepare_body() split off mentions, tags, categories folders and attachments from body for easier theming. some other little fixes.
Diffstat (limited to 'view/theme')
-rw-r--r--view/theme/redbasic/css/style.css22
1 files changed, 5 insertions, 17 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 59b928ee9..b25ca333b 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -1529,22 +1529,6 @@ a .drop-icons:hover {
margin-right: 10px;
color: #FF0000;
}
-
-.attachlink {
- float: left;
- border: 1px solid black;
- padding: 5px;
- margin-right: 8px;
-}
-
-.attach-icons {
- font-size: 1.4em;
-}
-
-.attach-clip {
- margin-right: 3px;
- font-size: 1.8em;
-}
#menulist {
list-style-type: none;
@@ -1646,13 +1630,17 @@ img.mail-conv-sender-photo {
padding: 1em 10px;
}
+.wall-photo-item {
+ padding: 10px 0px;
+}
+
.wall-item-tools {
padding: 0px 10px 10px 10px;
}
.wall-item-title {
- font-size: $font_size;
+ font-size: $font_size;
}
.wall-item-content-wrapper {