X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Fglobal.css;h=900df531467fbdbd4fcf34040635ee23ba1aa57a;hb=885dc1df81c9ab752f9f5d66894786944184a9c9;hp=29373941e33f37149e4f4182c14b51cd0909265c;hpb=96b764425ea38cdd0d2f5259549a58d4718315ef;p=friendica.git diff --git a/view/global.css b/view/global.css index 29373941e3..900df53146 100644 --- a/view/global.css +++ b/view/global.css @@ -288,28 +288,40 @@ 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; +} + +#live-community { + clear: both; +}