Committer: egeraskin
LJSUP-14157: Add 'limit social capital' param to paid repost settingsU trunk/htdocs/stc/entry.css
Modified: trunk/htdocs/stc/entry.css =================================================================== --- trunk/htdocs/stc/entry.css 2012-11-02 12:28:53 UTC (rev 23248) +++ trunk/htdocs/stc/entry.css 2012-11-02 12:33:53 UTC (rev 23249) @@ -945,12 +945,19 @@ /* paid repost */ .b-updatepage-paidrepost { } + #entryform-paid_repost-wrapper { + display: inline-block; + padding: 5px 10px; + background: #DDD; + } .b-updatepage-paidrepost-agreement { display: none; + padding: 0 0 5px 0; font-size: 11px; } .b-updatepage-paidrepost-fields { display: none; + overflow: hidden; padding: 5px 0; font-size: 11px; } @@ -958,7 +965,9 @@ .b-updatepage-paidrepost-enabled .b-updatepage-paidrepost-fields { display: block; } - .b-updatepage-paidrepost-label { + .b-updatepage-paidrepost-fields .b-updatepage-paidrepost-label { + float: left; + width: 8em; } .b-updatepage-paidrepost-check { margin: 0 0.5em 0 0; @@ -971,6 +980,9 @@ padding: 0 20px 0 0; background: url(/img/icons/paidrepost.png?v=1) no-repeat 100% 50%; } + .b-updatepage-paidrepost-cs { + margin: 0 0 0 0.5em; + } .b-updatepage-paidrepost-unchecked .b-updatepage-paidrepost-fields { opacity: 0.3; }