diff options
author | zotlabs <mike@macgirvin.com> | 2018-06-17 17:47:04 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-06-17 17:47:04 -0700 |
commit | 1cb60c7f5e97fb5c78fea4f910ec0e7d5076aab5 (patch) | |
tree | 38a19fb0a28877d3324378c10caaadcf056249ae /view/css | |
parent | e4ed0f8acd5a994d7098e89e4408698d3b7a6129 (diff) | |
parent | 28043726e64f750e646b42aa6f649e277fc3767e (diff) | |
download | volse-hubzilla-1cb60c7f5e97fb5c78fea4f910ec0e7d5076aab5.tar.gz volse-hubzilla-1cb60c7f5e97fb5c78fea4f910ec0e7d5076aab5.tar.bz2 volse-hubzilla-1cb60c7f5e97fb5c78fea4f910ec0e7d5076aab5.zip |
Merge branch 'dev' of https://framagit.org/hubzilla/core into xdev_merge
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/mod_group.css | 75 |
1 files changed, 14 insertions, 61 deletions
diff --git a/view/css/mod_group.css b/view/css/mod_group.css index b828e551d..215064706 100644 --- a/view/css/mod_group.css +++ b/view/css/mod_group.css @@ -1,66 +1,19 @@ - -#group-new-submit-wrapper { - margin-top: 30px; -} -/* -#group-edit-form > label { - float: left; - width: 300px; -} - -#group-edit-form input { - float: left; - width: 175px; -} - -#group-edit-form .field { - clear: both; -} -*/ -#group-edit-submit-wrapper input { - clear: both; - width: 100px; -} - -#group-edit-select-end { - clear: both; -} -/* -#group-edit-name-label { - float: left; - width: 175px; - margin-top: 20px; - margin-bottom: 20px; +.mpall, +.mpgroup { + line-height: 1.2; + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; } -#group-edit-name { - float: left; - width: 225px; - margin-top: 20px; - margin-bottom: 20px; +#groups-index th:nth-child(1), +#groups-index td:nth-child(1){ + white-space: nowrap; + padding: 7px 3px 7px 10px; } -#group-edit-name-wrapper { - - -} -*/ - -#group_members_select_label { - display: block; - float: left; - width: 175px; -} - -.group_members_select { - float: left; - width: 230px; - overflow: auto; -} - -#group_members_select_end { - clear: both; -} -#group-edit-name-end { - clear: both; +#groups-index th:nth-child(2), +#groups-index td:nth-child(2){ + text-align: center; + padding: 7px 10px 7px 7px; } |