# HG changeset patch # User bsw # Date 1405540473 -7200 # Node ID 499429108d1a9d8f373cda92dec4059200676e85 # Parent 187127e290f94cd3924a799ed06f0bea3c6eb581 Compiled stylesheet diff -r 187127e290f9 -r 499429108d1a static/lf3.css --- a/static/lf3.css Wed Jul 16 21:53:12 2014 +0200 +++ b/static/lf3.css Wed Jul 16 21:54:33 2014 +0200 @@ -246,26 +246,26 @@ img { vertical-align: middle; } -.icon16 { - width: 16px; - height: 16px; -} -.icon24 { +img.star { width: 24px; height: 24px; } -.icon32 { +img.icon16 { + width: 16px; + height: 16px; +} +img.icon24 { + width: 24px; + height: 24px; +} +img.icon32 { width: 32px; height: 32px; } -.icon48 { +img.icon48 { width: 48px; height: 48px; } -img.star { - width: 24px; - height: 24px; -} /* * Avatars */ @@ -387,6 +387,9 @@ .head .nav input[name=q]:focus { outline: 2px solid #397ab6; } +.head .nav #member_menu a span { + margin-left: 5px; +} /* * title */ @@ -468,6 +471,10 @@ .sidebarSection .sidebarRow.moreLink { min-height: 0; } +.sidebarSection a.sidebarRow { + text-decoration: none; + color: #000000; +} .sidebarSection h1, .sidebarSection h1 a, .sidebarSection h2, @@ -508,6 +515,9 @@ .sidebarSection ul.initiatives .revoked .initiative_name { text-decoration: line-through; } +.sidebarSection ul.initiatives .rank1 .initiative_name { + font-weight: bold; +} .sidebarSection ul.initiatives li.highlighted { background-color: #e7f0ff; } @@ -553,7 +563,7 @@ font: normal 12pt / 125% sans-serif; } .sidebarSection a.area { - margin-left: 25px; + margin-left: 20px; display: block; } .sidebarSection .star { @@ -714,6 +724,7 @@ } .main ul.initiatives li .rank1 .initiative_name { margin-left: 0; + font-weight: bold; } .main ul.initiatives li .revoked .initiative_name { text-decoration: line-through; @@ -1009,6 +1020,9 @@ position: relative; z-index: 10; } +.suggestions .suggestion .suggestion-details { + float: right; +} .suggestions .suggestion .suggestion-more { display: none; } @@ -1051,6 +1065,10 @@ .suggestions .suggestion.rateable.unfolded .rating { border-top: 3px solid #397ab6; } +.suggestions .suggestion.folded .suggestion-text { + height: 150px; + overflow: hidden; +} .suggestions .suggestion.folded .suggestion-more { display: block; position: absolute; @@ -1060,6 +1078,11 @@ box-shadow: inset 0 -12ex 10ex -5ex #ffffff; padding-top: 5ex; } +.suggestions .suggestion.folded .suggestion-details { + position: absolute; + bottom: 0; + right: 0; +} .suggestions .suggestion.unfolded .suggestion-more { display: none; }