]> git.mxchange.org Git - friendica.git/blobdiff - view/global.css
vier: fix little misspelling
[friendica.git] / view / global.css
index 24d0819db5b82d81619351afc04dd1e0b844e2de..63575ff21bade166439302e00edd7985f8a37763 100644 (file)
@@ -288,28 +288,28 @@ ul.credits li {
 }
 
 /* forumlist widget */
-#hide-forum-list {
-  opacity: 0.3;
-  filter:alpha(opacity=30);
+.forumlist-img {
+  height: 20px;
+  width: 20px;
+  vertical-align: middle;
 }
 
-#hide-forum-list:hover {
-  opacity: 1.0;
-  filter:alpha(opacity=100);
+#forum-widget-collapse {
+  opacity: 0.3;
 }
 
-
-#forumlist-settings-label, #forumlist-random-label, #forumlist-profile-label, #forumlist-network-label {
-  float: left;
-  width: 200px;
-  margin-bottom: 25px;
+#forum-widget-collapse:hover {
+  opacity: 1.0;
 }
 
-#forumlist-max-forumlists, #forumlist-random, #forumlist-profile, #forumlist-network {
-  float: left;
+.crepair-label {
+        margin-top: 10px;
+        float: left;
+        width: 250px;
 }
 
-.forumlist-img {
-  height: 20px;
-  width: 20px;
+.crepair-input {
+        margin-top: 10px;
+        float: left;
+        width: 200px;
 }