X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Fglobal.css;h=05940508ca49c5609a68d0f8071c646b18112daf;hb=c7d2d9570549d84503fc34079d7f008d50b66d38;hp=24d0819db5b82d81619351afc04dd1e0b844e2de;hpb=e43c7a44472ccdefd01104e8d919a72e10ec77c3;p=friendica.git diff --git a/view/global.css b/view/global.css index 24d0819db5..05940508ca 100644 --- a/view/global.css +++ b/view/global.css @@ -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; +.p-addr { + clear: both; }