diff options
author | friendica <info@friendica.com> | 2012-02-08 17:56:55 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-02-08 17:56:55 -0800 |
commit | 1f3b608af24abbe5e3435da72e109d89cc27a678 (patch) | |
tree | 9597410e0975e1e7e328a7c221b85cf804006d12 /view/theme/quattro | |
parent | b0ee8dd409f28f19ac0f9d0c4e2aa28afeab561d (diff) | |
parent | d8157f73ef3e5807c05213efb33e9cc546b759cb (diff) | |
download | volse-hubzilla-1f3b608af24abbe5e3435da72e109d89cc27a678.tar.gz volse-hubzilla-1f3b608af24abbe5e3435da72e109d89cc27a678.tar.bz2 volse-hubzilla-1f3b608af24abbe5e3435da72e109d89cc27a678.zip |
Merge branch 'pull'
Diffstat (limited to 'view/theme/quattro')
-rwxr-xr-x | view/theme/quattro/quattro.less | 47 | ||||
-rwxr-xr-x | view/theme/quattro/style.css | 47 |
2 files changed, 93 insertions, 1 deletions
diff --git a/view/theme/quattro/quattro.less b/view/theme/quattro/quattro.less index c9fda0e1d..0d58000e6 100755 --- a/view/theme/quattro/quattro.less +++ b/view/theme/quattro/quattro.less @@ -318,7 +318,51 @@ aside { } } - +/* group member */ +#contact-edit-drop-link, +.mail-list-delete-wrapper, +.group-delete-wrapper { + float: right; + margin-right: 50px; + .drophide { + background-image: url('../../../images/icons/22/delete.png'); + display: block; width: 22px; height: 22px; + opacity: 0.3; + position: relative; + top: -50px; + } + .drop { + background-image: url('../../../images/icons/22/delete.png'); + display: block; width: 22px; height: 22px; + position: relative; + top: -50px; + } +} +#group-members { + margin-top: 20px; + padding: 10px; + height: 250px; + overflow: auto; + border: 1px solid #ddd; +} +#group-members-end { + clear: both; +} +#group-all-contacts { + padding: 10px; + height: 450px; + overflow: auto; + border: 1px solid #ddd; +} +#group-all-contacts-end { + clear: both; + margin-bottom: 10px; +} +.contact-block-div { + float: left; + width: 52px; + height: 52px; +} /* widget */ .widget { margin-bottom: 2em; @@ -962,3 +1006,4 @@ footer { height: 100px; display: table-row; } margin-top: 25px; clear: both; } + diff --git a/view/theme/quattro/style.css b/view/theme/quattro/style.css index 41adcd8d2..49d57eb37 100755 --- a/view/theme/quattro/style.css +++ b/view/theme/quattro/style.css @@ -564,6 +564,53 @@ aside #profiles-menu { widht: 48px; height: 58px; } +/* group member */ +#contact-edit-drop-link, .mail-list-delete-wrapper, .group-delete-wrapper { + float: right; + margin-right: 50px; +} +#contact-edit-drop-link .drophide, .mail-list-delete-wrapper .drophide, .group-delete-wrapper .drophide { + background-image: url('../../../images/icons/22/delete.png'); + display: block; + width: 22px; + height: 22px; + opacity: 0.3; + position: relative; + top: -50px; +} +#contact-edit-drop-link .drop, .mail-list-delete-wrapper .drop, .group-delete-wrapper .drop { + background-image: url('../../../images/icons/22/delete.png'); + display: block; + width: 22px; + height: 22px; + position: relative; + top: -50px; +} +#group-members { + margin-top: 20px; + padding: 10px; + height: 250px; + overflow: auto; + border: 1px solid #ddd; +} +#group-members-end { + clear: both; +} +#group-all-contacts { + padding: 10px; + height: 450px; + overflow: auto; + border: 1px solid #ddd; +} +#group-all-contacts-end { + clear: both; + margin-bottom: 10px; +} +.contact-block-div { + float: left; + width: 52px; + height: 52px; +} /* widget */ .widget { margin-bottom: 2em; |