aboutsummaryrefslogtreecommitdiffstats
path: root/view/css
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-03-01 13:09:04 +0100
committerMario Vavti <mario@mariovavti.com>2016-03-01 13:09:04 +0100
commit0ebce75c7d53d209e47f4549105d27bbf1b5052a (patch)
tree420f1620b9347b8b65baf74caf8b05b3fb444667 /view/css
parent91bb4bdf508ab87951a3e01ac3632cffc7bff07d (diff)
downloadvolse-hubzilla-0ebce75c7d53d209e47f4549105d27bbf1b5052a.tar.gz
volse-hubzilla-0ebce75c7d53d209e47f4549105d27bbf1b5052a.tar.bz2
volse-hubzilla-0ebce75c7d53d209e47f4549105d27bbf1b5052a.zip
css fixes to make jot look better with background colors or images
Diffstat (limited to 'view/css')
-rw-r--r--view/css/conversation.css25
-rw-r--r--view/css/mod_photos.css2
2 files changed, 21 insertions, 6 deletions
diff --git a/view/css/conversation.css b/view/css/conversation.css
index 9063ffa60..92eafb4aa 100644
--- a/view/css/conversation.css
+++ b/view/css/conversation.css
@@ -19,20 +19,30 @@ code {
display:none;
}
+#jot-title-wrap,
+#jot-pagetitle-wrap,
+#jot-category-wrap {
+ border-bottom: 1px solid #ccc;
+}
+
+#jot-attachment-wrap {
+ border-top: 1px solid #ccc;
+}
+
#jot-title-wrap input,
#jot-pagetitle-wrap input {
- padding: 8px;
- margin-bottom: 5px;
+ padding: 10px;
}
.profile-jot-text {
height: 39px;
- padding: 8px;
+ padding: 11px;
width: 100%;
}
.jot-attachment {
- padding: 8px;
+ border: 0px;
+ padding: 11px;
width: 100%;
}
@@ -42,13 +52,18 @@ code {
}
#profile-jot-submit-wrapper {
- margin-top: 10px;
+ border-top: 1px solid #ccc;
+ padding: 10px;
}
#profile-jot-perms-end {
height: 30px;
}
+#profile-jot-form {
+ line-height: 1;
+}
+
#profile-jot-wrapper {
margin-bottom: 30px;
}
diff --git a/view/css/mod_photos.css b/view/css/mod_photos.css
index ae250bc1c..72dd7ffe7 100644
--- a/view/css/mod_photos.css
+++ b/view/css/mod_photos.css
@@ -25,7 +25,7 @@
}
#photos-upload-choose {
- padding: 4px;
+ padding: 7px 10px;
width: 100%;
}