]> git.mxchange.org Git - friendica.git/blobdiff - view/global.css
Merge pull request #2190 from annando/1512-getload
[friendica.git] / view / global.css
index 29373941e33f37149e4f4182c14b51cd0909265c..05940508ca49c5609a68d0f8071c646b18112daf 100644 (file)
@@ -288,28 +288,36 @@ ul.credits li {
 }
 
 /* forumlist widget */
-#hide-forum-list {
+.forumlist-img {
+  height: 20px;
+  width: 20px;
+  vertical-align: middle;
+}
+
+#forum-widget-collapse {
   opacity: 0.3;
-  filter:alpha(opacity=30);
 }
 
-#hide-forum-list:hover {
+#forum-widget-collapse:hover {
   opacity: 1.0;
-  filter:alpha(opacity=100);
 }
 
+.crepair-label {
+        margin-top: 10px;
+        float: left;
+        width: 250px;
+}
 
-#forumlist-settings-label, #forumlist-random-label, #forumlist-profile-label, #forumlist-network-label {
-  float: left;
-  width: 200px;
-  margin-bottom: 25px;
+.crepair-input {
+        margin-top: 10px;
+        float: left;
+        width: 200px;
 }
 
-#forumlist-max-forumlists, #forumlist-random, #forumlist-profile, #forumlist-network {
-  float: left;
+.renderinfo {
+       clear: both;
 }
 
-.forumlist-img {
-  height: 20px;
-  width: 20px;
-}
\ No newline at end of file
+.p-addr {
+       clear: both;    
+}