diff options
author | marijus <mario@mariovavti.com> | 2015-01-27 19:00:16 +0100 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2015-01-27 19:00:16 +0100 |
commit | 65aa6cf708a34e20ebad3c6b6dfc4088e927cce1 (patch) | |
tree | 29f2e7f364b1dee69b96084b94d878871f90a9fa /view/css | |
parent | efb6842d748ad35f2843619983a4e3e9b14617a9 (diff) | |
download | volse-hubzilla-65aa6cf708a34e20ebad3c6b6dfc4088e927cce1.tar.gz volse-hubzilla-65aa6cf708a34e20ebad3c6b6dfc4088e927cce1.tar.bz2 volse-hubzilla-65aa6cf708a34e20ebad3c6b6dfc4088e927cce1.zip |
move userReadableSize() and getIconFromType() from /include/RedDAV/RedBrowser.php to include/text.php and add template for mod/sharedwithme
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..f1c2f5350 --- /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(8), +#cloud-index td:nth-child(8){ + padding: 7px 3px; + white-space: nowrap; +} + +#cloud-index th:nth-child(9), +#cloud-index td:nth-child(9){ + padding: 7px 10px 7px 7px; + white-space: nowrap; +} + +.cloud-index-tool { + padding: 7px 10px; +} + |