Oracle (ex_ioracle) wrote in changelog,
Oracle
ex_ioracle
changelog

[livejournal] r20076: LJSUP-9842: RTE default font

Committer: skomarov
LJSUP-9842: RTE default font
U   trunk/htdocs/js/ck/contents.css
U   trunk/htdocs/stc/entry.css
Modified: trunk/htdocs/js/ck/contents.css
===================================================================
--- trunk/htdocs/js/ck/contents.css	2011-09-20 03:28:04 UTC (rev 20075)
+++ trunk/htdocs/js/ck/contents.css	2011-09-20 03:52:36 UTC (rev 20076)
@@ -5,13 +5,11 @@
 @namespace lj "livejournal";
 
 BODY {
-	position: relative; /* Font */
-	font-family: Arial, Verdana, sans-serif;
-	font-size: 12px; /* Text color */
-	color: #222; /* Remove the background color to make it transparent */
-	background-color: #fff;
-}
-
+	position: relative;
+	background: #FFF;
+	font: 12px/16px 'Arial', sans-serif;
+	color: #222;
+	}
 ol, ul, dl {
 /* IE7: reset rtl list margin. (#7334) */
 	*margin-right: 0px; /* preserved spaces for rtl list item bullets. (#6249)*/

Modified: trunk/htdocs/stc/entry.css
===================================================================
--- trunk/htdocs/stc/entry.css	2011-09-20 03:28:04 UTC (rev 20075)
+++ trunk/htdocs/stc/entry.css	2011-09-20 03:52:36 UTC (rev 20076)
@@ -3,13 +3,19 @@
 .small {
     font-size: 85%;
     margin-left: 6px;
-}
-
+	}
 #draft-container TEXTAREA {
+	padding: 6px 8px;
+	#padding: 4px 0;
 	margin: 0;
+	-moz-box-sizing: border-box;
+	-webkit-box-sizing: border-box;
+	box-sizing: border-box;
 	border: 0;
+	outline: none;
+	font: 12px/16px 'Arial', sans-serif;
+	color: #222;
 	}
-
 #updateForm {
     font-family: arial, verdana, 'sans-serif';
     min-width: 620px;

Tags: css, ioracle, livejournal
Subscribe

  • Post a new comment

    Error

    Anonymous comments are disabled in this journal

    default userpic

    Your reply will be screened

    Your IP address will be recorded 

  • 1 comment