[livejournal] r20533: LJSUP-9873: RTE - lj-cut highlight
Committer: mchervonniy
LJSUP-9873: RTE - lj-cut highlightU trunk/htdocs/js/ck/contents.css
Modified: trunk/htdocs/js/ck/contents.css
===================================================================
--- trunk/htdocs/js/ck/contents.css 2011-11-15 04:08:46 UTC (rev 20532)
+++ trunk/htdocs/js/ck/contents.css 2011-11-15 05:33:26 UTC (rev 20533)
@@ -71,6 +71,24 @@
background-color: #d2d2d2;
min-height: 14px;
}
+.lj-cut {
+ display: block;
+ margin: 5px 0;
+ width: 100%;
+ cursor: pointer;
+ height: 9px!important;
+ background-color: #FFF;
+ border: 0 dashed #BCBCBC;
+ background: url(/js/ck/images/ljcut.png) no-repeat 0 0;
+ }
+.lj-cut-open {
+ background-position: 0 2px;
+ border-width: 0 0 1px;
+ }
+.lj-cut-close {
+ border-width: 1px 0 0;
+ background-position: 0 -8px;
+ }
/* fix inline behavior, for no IE */
.lj|cut ul, .lj|cut ol {
