aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/css
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/theme/redbasic/css
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/theme/redbasic/css')
-rw-r--r--view/theme/redbasic/css/style.css36
1 files changed, 5 insertions, 31 deletions
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;
+}