aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/quattro/quattro.less
diff options
context:
space:
mode:
authorFabio Comuni <fabrix.xm@gmail.com>2012-02-23 16:17:36 +0100
committerFabio Comuni <fabrix.xm@gmail.com>2012-02-23 16:17:36 +0100
commitfd3274ff5342491e9cec4fe9c628bfccfeeaa517 (patch)
tree3956cf5eb79b96feea5ecc97b9580fe018133bec /view/theme/quattro/quattro.less
parentd45e26d6d9976141f8a63e25f5f6b5dd87a2f766 (diff)
downloadvolse-hubzilla-fd3274ff5342491e9cec4fe9c628bfccfeeaa517.tar.gz
volse-hubzilla-fd3274ff5342491e9cec4fe9c628bfccfeeaa517.tar.bz2
volse-hubzilla-fd3274ff5342491e9cec4fe9c628bfccfeeaa517.zip
less html in mod/group.php, template for group members editor, quattro theme for group edit.
Diffstat (limited to 'view/theme/quattro/quattro.less')
-rwxr-xr-xview/theme/quattro/quattro.less27
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;
}