]> git.mxchange.org Git - friendica.git/blobdiff - view/global.css
count unread forum items for forumlist widget (ping.php)
[friendica.git] / view / global.css
index 24d0819db5b82d81619351afc04dd1e0b844e2de..115fab27119ca710cabfe615b661204aa27c454f 100644 (file)
@@ -288,28 +288,16 @@ ul.credits li {
 }
 
 /* forumlist widget */
-#hide-forum-list {
-  opacity: 0.3;
-  filter:alpha(opacity=30);
-}
-
-#hide-forum-list:hover {
-  opacity: 1.0;
-  filter:alpha(opacity=100);
-}
-
-
-#forumlist-settings-label, #forumlist-random-label, #forumlist-profile-label, #forumlist-network-label {
-  float: left;
-  width: 200px;
-  margin-bottom: 25px;
+.forumlist-img {
+  height: 20px;
+  width: 20px;
+  vertical-align: middle;
 }
 
-#forumlist-max-forumlists, #forumlist-random, #forumlist-profile, #forumlist-network {
-  float: left;
+#forum-widget-collapse {
+  opacity: 0.3;
 }
 
-.forumlist-img {
-  height: 20px;
-  width: 20px;
+#forum-widget-collapse:hover {
+  opacity: 1.0;
 }