diff options
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/conversation.css | 25 | ||||
-rw-r--r-- | view/css/mod_photos.css | 2 |
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%; } |