diff options
author | Mario <mario@mariovavti.com> | 2018-06-17 16:58:12 +0200 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2018-06-17 16:58:12 +0200 |
commit | 9c5df51141d68e50d3c1f5d3097160408debce48 (patch) | |
tree | d529d05124c26931a9b2c5ea097a6a4b03dd483a /view/theme/redbasic/css | |
parent | 9e29c136788fc14b9264843e11541bb6a2176e19 (diff) | |
download | volse-hubzilla-9c5df51141d68e50d3c1f5d3097160408debce48.tar.gz volse-hubzilla-9c5df51141d68e50d3c1f5d3097160408debce48.tar.bz2 volse-hubzilla-9c5df51141d68e50d3c1f5d3097160408debce48.zip |
some work on mod group
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 32 |
1 files changed, 6 insertions, 26 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 87c97f1f5..6ffccb4e9 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -693,31 +693,6 @@ nav .acpopup { margin-bottom: 15px; } -#group-members { - margin-top: 20px; - padding: 10px; - height: 250px; - overflow: auto; - border: 1px solid #ddd; -} - -#group-separator { - margin-top: 10px; - margin-bottom: 10px; -} - -#group-all-contacts { - padding: 10px; - height: 450px; - overflow: auto; - border: 1px solid #ddd; -} - -#group-edit-desc { - margin-top: 15px; -} - - #prof-members { margin-top: 20px; padding: 10px; @@ -830,7 +805,7 @@ div.jGrowl div.jGrowl-notification { .dropdown-notification, .notification, .member-item { - line-height: 1.1em; + line-height: 1.2em; font-size: 0.75rem; overflow: hidden; text-overflow: ellipsis; @@ -1177,6 +1152,7 @@ img.mail-conv-sender-photo { .wall-item-ago, .dropdown-sub-text { color: #777; + display: block; } .wall-item-content, @@ -1416,6 +1392,9 @@ main.fullscreen .generic-content-wrapper { main.fullscreen .section-title-wrapper { border-radius: 0px; + position: sticky; + top: 0; + z-index: 1020; } main.fullscreen .section-content-wrapper, @@ -1429,6 +1408,7 @@ main.fullscreen .section-content-wrapper-np { .atoken-index-row:hover td, .chatroom-index-row:hover td, +.group-index-row:hover td, .wikis-index-row:hover td, .locs-index-row:hover td, [id^="cloud-index-"]:hover td, |