aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authormarijus <mario@localhost.localdomain>2013-12-11 22:02:46 +0100
committermarijus <mario@localhost.localdomain>2013-12-11 22:02:46 +0100
commitebc788a69af4ee93bf683a856ac02956d413aec8 (patch)
treeeb9acc39367771c97ca6179be428ce5367a6ab41 /view
parent169266b4547460296355b63c06dd0643667093d0 (diff)
downloadvolse-hubzilla-ebc788a69af4ee93bf683a856ac02956d413aec8.tar.gz
volse-hubzilla-ebc788a69af4ee93bf683a856ac02956d413aec8.tar.bz2
volse-hubzilla-ebc788a69af4ee93bf683a856ac02956d413aec8.zip
also add group widget to widgets.css
Diffstat (limited to 'view')
-rw-r--r--view/css/widgets.css28
-rw-r--r--view/theme/redbasic/css/style.css36
2 files changed, 33 insertions, 31 deletions
diff --git a/view/css/widgets.css b/view/css/widgets.css
index 117751e43..2008b10e0 100644
--- a/view/css/widgets.css
+++ b/view/css/widgets.css
@@ -45,6 +45,10 @@
opacity: 1;
}
+.savedsearchterm {
+ margin-left: 10px;
+}
+
.savedsearchdrop {
opacity: 0;
}
@@ -84,3 +88,27 @@
.categories-all {
margin-left: 0px;
}
+
+/* group */
+
+#group-sidebar {
+ margin-bottom: 10px;
+}
+
+#sidebar-group-list .icon, #sidebar-group-list .iconspacer {
+ display: inline-block;
+ height: 12px;
+ width: 12px;
+}
+
+#sidebar-group-list li {
+ margin-top: 3px;
+}
+
+.groupsideedit {
+ margin-right: 10px;
+}
+
+.group-edit-icon {
+ opacity: 0;
+}
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index ce13fa94c..4df791e73 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -327,11 +327,7 @@ footer {
margin-bottom: 15px;
}
-#group-sidebar {
- margin-bottom: 10px;
-}
-
-/*TODO: we should use .active class for all this, nets-selected probably obsolete */
+/*TODO: we should use .selected class for all this, nets-selected probably obsolete */
.group-selected, /* .nets-selected, */ .fileas-selected, .categories-selected, .search-selected, .active {
color: #444444 !important;
}
@@ -738,20 +734,6 @@ footer {
#netsearch-box { margin-bottom: 5px; }
-#sidebar-group-list ul {
- list-style-type: none;
-}
-
-#sidebar-group-list .icon, #sidebar-group-list .iconspacer {
- display: inline-block;
- height: 12px;
- width: 12px;
-}
-
-#sidebar-group-list li {
- margin-top: 3px;
-}
-
/* might be obsolete
.nets-ul {
list-style-type: none;
@@ -772,14 +754,6 @@ footer {
#search-save {
margin-left: 5px;
}
-.groupsideedit {
- margin-right: 10px;
-}
-
-.savedsearchterm {
- margin-left: 10px;
-}
-
#side-follow-wrapper {
margin-top: 20px;
@@ -2199,10 +2173,6 @@ text-decoration: none;
list-style-type: none;
}
-.group-edit-icon {
- opacity: 0;
-}
-
.admin-icons {
color: $toolicon_colour;
margin-right: 10px;
@@ -2510,3 +2480,7 @@ img.mail-list-sender-photo {
.categories-ul {
list-style-type: none;
}
+
+#sidebar-group-list ul {
+ list-style-type: none;
+}