aboutsummaryrefslogtreecommitdiffstats
path: root/view/css
diff options
context:
space:
mode:
authormarijus <mario@mariovavti.com>2014-10-07 13:09:30 +0200
committermarijus <mario@mariovavti.com>2014-10-07 13:09:30 +0200
commitd1dea61b7972bb1af819c25450d520372209778b (patch)
tree10044e7efaf73ee38c9f3ead9f1a82a31b538e5c /view/css
parent9df4ceb74672eccf28b28d8daddf911b73f9aeae (diff)
downloadvolse-hubzilla-d1dea61b7972bb1af819c25450d520372209778b.tar.gz
volse-hubzilla-d1dea61b7972bb1af819c25450d520372209778b.tar.bz2
volse-hubzilla-d1dea61b7972bb1af819c25450d520372209778b.zip
take away some boldness, some css fixes and some photo work
Diffstat (limited to 'view/css')
-rw-r--r--view/css/conversation.css4
-rw-r--r--view/css/mod_photos.css4
-rw-r--r--view/css/widgets.css2
3 files changed, 7 insertions, 3 deletions
diff --git a/view/css/conversation.css b/view/css/conversation.css
index 7b0d87030..9cde6052f 100644
--- a/view/css/conversation.css
+++ b/view/css/conversation.css
@@ -93,6 +93,10 @@
float: left;
}
+a.wall-item-name-link {
+ font-weight: bold;
+}
+
.wall-item-author {
white-space: nowrap;
overflow: hidden;
diff --git a/view/css/mod_photos.css b/view/css/mod_photos.css
index 0c4c25bae..5f8ed6124 100644
--- a/view/css/mod_photos.css
+++ b/view/css/mod_photos.css
@@ -135,7 +135,7 @@
margin-left: 200px;
}
-div[id^='photo-album-contents-'] {
- margin-bottom: 3px;
+#photos-usage-message {
+ line-height: 22px;
}
diff --git a/view/css/widgets.css b/view/css/widgets.css
index 96b4c1d60..8d8c9dba1 100644
--- a/view/css/widgets.css
+++ b/view/css/widgets.css
@@ -2,7 +2,6 @@
/* Easiest way to indent the widget body - indent the entire widget and then shift the header label back to the left */
.widget {
- word-wrap: break-word;
margin-bottom: 10px;
padding: 10px 10px 10px 20px;
}
@@ -125,6 +124,7 @@
.group-edit-icon {
opacity: 0;
+ z-index: 1;
}
li:hover .group-edit-icon {