diff options
author | fabrixxm <fabrix.xm@gmail.com> | 2012-03-02 00:00:03 -0800 |
---|---|---|
committer | fabrixxm <fabrix.xm@gmail.com> | 2012-03-02 00:00:03 -0800 |
commit | 3a609adfb77a94d5b8681496a9306d9cf4efcafb (patch) | |
tree | 153968c7a8ac649be69438ff5374863735699bab /view/theme/quattro/quattro.less | |
parent | f55ffcd48ce5c0b3254ae1a02fda7b29d875fa09 (diff) | |
parent | b6b7742579d16a4eab97249758a62c5ff33bd07d (diff) | |
download | volse-hubzilla-3a609adfb77a94d5b8681496a9306d9cf4efcafb.tar.gz volse-hubzilla-3a609adfb77a94d5b8681496a9306d9cf4efcafb.tar.bz2 volse-hubzilla-3a609adfb77a94d5b8681496a9306d9cf4efcafb.zip |
Merge pull request #55 from fabrixxm/master
Some minor and one majior mod in templates
Diffstat (limited to 'view/theme/quattro/quattro.less')
-rwxr-xr-x | view/theme/quattro/quattro.less | 27 |
1 files changed, 26 insertions, 1 deletions
diff --git a/view/theme/quattro/quattro.less b/view/theme/quattro/quattro.less index 9d2608261..27c48f195 100755 --- a/view/theme/quattro/quattro.less +++ b/view/theme/quattro/quattro.less @@ -890,6 +890,31 @@ ul.tabs { } +/** group editor **/ +#group-edit-desc { margin-top: 1em; color: @FieldHelpColor; } +#group-update-wrapper{ + height: auto; overflow: auto; + #group { + width:300px; + float:left; + margin-right:20px; + } + #contacts { + width:300px; + float:left; + } + #group-separator { display: none; } + .contact_list { + height: 300px; + border: 1px solid @MenuBorder; + overflow: auto; + .contact-block-div { + width: 50px; height: 50px; + float: left; + } + } +} + /** * Form fields */ @@ -913,7 +938,7 @@ ul.tabs { .field_help { display: block; margin-left: 200px; - color: #666666; + color: @FieldHelpColor; } |