Committer: skomarov
LJSUP-8974: RTE: Ability to add and display lj-like buttonsU trunk/htdocs/js/ck/contents.css
Modified: trunk/htdocs/js/ck/contents.css =================================================================== --- trunk/htdocs/js/ck/contents.css 2011-07-28 03:29:43 UTC (rev 19538) +++ trunk/htdocs/js/ck/contents.css 2011-07-28 03:32:09 UTC (rev 19539) @@ -3,8 +3,8 @@ For licensing, see LICENSE.html or http://ckeditor.com/license */ -body -{ +BODY { + position: relative; /* Font */ font-family: Arial, Verdana, sans-serif; font-size: 12px; @@ -81,7 +81,21 @@ background-color: #d2d2d2; font-style: italic; } - +/* Note popup */ +.note { + position: fixed; + top: 50%; + left: 50%; + padding: 8px; + background: #FFFFDD; + border: 1px solid #FFCC33; + color: #000; + display:block; + } + .note A { + color: #555; + cursor:pointer; + } /* LJ Like buttons */ .lj-like { overflow: hidden; @@ -91,7 +105,7 @@ border: 1px dotted #000; } .lj-like .lj-like-item { - float: left; + display: inline-block; margin-right: 15px; background: url(/js/ck/images/lj-like-buttons.png) no-repeat; vertical-align: middle;