[livejournal] r19523: LJSUP-8974: RTE: Ability to add and disp...
Committer: skomarov
LJSUP-8974: RTE: Ability to add and display lj-like buttonsU trunk/htdocs/js/ck/contents.css U trunk/htdocs/js/ck/skins/v2/editor.css
Modified: trunk/htdocs/js/ck/contents.css
===================================================================
--- trunk/htdocs/js/ck/contents.css 2011-07-25 09:53:30 UTC (rev 19522)
+++ trunk/htdocs/js/ck/contents.css 2011-07-26 03:29:30 UTC (rev 19523)
@@ -84,15 +84,17 @@
/* LJ Like buttons */
.lj-like {
+ overflow: hidden;
padding: 13px 20px;
margin-top: 20px;
background: #D2D2D2;
border: 1px dotted #000;
}
.lj-like .lj-like-item {
- display: inline-block;
+ float: left;
margin-right: 15px;
background: url(/js/ck/images/lj-like-buttons.png) no-repeat;
+ border: 1px dotted #D2D2D2;
vertical-align: middle;
text-indent: -3333px;
cursor: pointer;
@@ -122,19 +124,3 @@
height: 24px;
background-position: 0 -21px;
}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Modified: trunk/htdocs/js/ck/skins/v2/editor.css
===================================================================
--- trunk/htdocs/js/ck/skins/v2/editor.css 2011-07-25 09:53:30 UTC (rev 19522)
+++ trunk/htdocs/js/ck/skins/v2/editor.css 2011-07-26 03:29:30 UTC (rev 19523)
@@ -1388,27 +1388,3 @@
height: 24px;
background-position: 0 -21px;
}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
