# HG changeset patch # User bsw # Date 1405540392 -7200 # Node ID 187127e290f94cd3924a799ed06f0bea3c6eb581 # Parent f03fbffc18008d0560ffdb6b0b45fd4e3fef974d Style updates for suggestions and inline help for phases diff -r f03fbffc1800 -r 187127e290f9 static/lf3.less --- a/static/lf3.less Wed Jul 16 21:52:17 2014 +0200 +++ b/static/lf3.less Wed Jul 16 21:53:12 2014 +0200 @@ -308,29 +308,30 @@ } -.icon16 { - width: 16px; - height: 16px; -} - -.icon24 { - width: 24px; - height: 24px; -} -.icon32 { - width: 32px; - height: 32px; -} -.icon48 { - width: 48px; - height: 48px; -} - img.star { width: 24px; height: 24px; } + +img.icon16 { + width: 16px; + height: 16px; +} + +img.icon24 { + width: 24px; + height: 24px; +} +img.icon32 { + width: 32px; + height: 32px; +} +img.icon48 { + width: 48px; + height: 48px; +} + /* * Avatars @@ -577,6 +578,11 @@ min-height: 0; } + a.sidebarRow { + text-decoration: none; + color: @sidebar-color; + } + h1, h1 a, h2, h2 a, h3, h3 a { @@ -625,6 +631,10 @@ .revoked .initiative_name { text-decoration: line-through; } + + .rank1 .initiative_name { + font-weight: bold; + } li.highlighted { background-color: @main-highlight-bg-color; @@ -689,7 +699,7 @@ } a.area { - margin-left: 25px; + margin-left: 20px; display: block; } @@ -899,6 +909,7 @@ .rank1 .initiative_name { margin-left: 0; + font-weight: bold; } .revoked .initiative_name { @@ -1268,6 +1279,11 @@ z-index: 10; } + + .suggestion-details { + float: right; + } + .suggestion-more { display: none; } @@ -1322,6 +1338,11 @@ } .suggestion.folded { + .suggestion-text { + height: 150px; + overflow: hidden; + } + .suggestion-more { display: block; position: absolute; @@ -1331,6 +1352,13 @@ box-shadow: inset 0 -12ex 10ex -5ex #fff; padding-top: 5ex; } + + .suggestion-details { + position: absolute; + bottom: 0; + right: 0; + } + } .suggestion.unfolded {