diff options
author | friendica <info@friendica.com> | 2015-01-27 11:48:39 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-01-27 11:48:39 -0800 |
commit | 525c62ab1d90ad7fed33267bc64cc85f0c4492f8 (patch) | |
tree | e73eb083ad0c416deef3ef02f60d55e6e604e47f /view/css | |
parent | f62383e648b50787a5456e452cf5b590d67d0ff4 (diff) | |
parent | 17c684e123157dc5cbfbc48854d6b9c0d1d0503b (diff) | |
download | volse-hubzilla-525c62ab1d90ad7fed33267bc64cc85f0c4492f8.tar.gz volse-hubzilla-525c62ab1d90ad7fed33267bc64cc85f0c4492f8.tar.bz2 volse-hubzilla-525c62ab1d90ad7fed33267bc64cc85f0c4492f8.zip |
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/conversation.css | 4 | ||||
-rw-r--r-- | view/css/mod_sharedwithme.css | 24 |
2 files changed, 28 insertions, 0 deletions
diff --git a/view/css/conversation.css b/view/css/conversation.css index 7a5ffc2f7..8bc71bb6d 100644 --- a/view/css/conversation.css +++ b/view/css/conversation.css @@ -195,6 +195,10 @@ a.wall-item-name-link { clear: both; } +.shared_header { + margin-bottom: 20px; +} + /* comment_item */ .comment-edit-text-empty, .comment-edit-text-full { diff --git a/view/css/mod_sharedwithme.css b/view/css/mod_sharedwithme.css new file mode 100644 index 000000000..79fe0d7a9 --- /dev/null +++ b/view/css/mod_sharedwithme.css @@ -0,0 +1,24 @@ +#cloud-index { + width: 100%; +} + +#cloud-index td:nth-child(1){ + padding: 7px 3px 7px 10px; +} + +#cloud-index th:nth-child(4), +#cloud-index td:nth-child(4){ + padding: 7px 3px; + white-space: nowrap; +} + +#cloud-index th:nth-child(5), +#cloud-index td:nth-child(5){ + padding: 7px 10px 7px 7px; + white-space: nowrap; +} + +.cloud-index-tool { + padding: 7px 10px; +} + |