Committer: vkurkin
LJSUP-9396: At HTML tab not view all source codeU trunk/htdocs/stc/entry.css
Modified: trunk/htdocs/stc/entry.css =================================================================== --- trunk/htdocs/stc/entry.css 2011-08-12 07:47:03 UTC (rev 19708) +++ trunk/htdocs/stc/entry.css 2011-08-12 07:47:57 UTC (rev 19709) @@ -7,7 +7,7 @@ #draft-container TEXTAREA { margin: 0; - border: none; + border: 0; } #updateForm { @@ -225,20 +225,13 @@ padding: 0; } #draft { - display: block; + display: inline-block; + line-height: 100%; width: 100%; - border: none; - font-size: 105%; + height: 280px; + border: 0; + font-size: 13px; } -* html #draft { - width: 99%; - margin: 0 auto; -} -/* IE7 only */ -*:first-child+html #draft { - width: 98%; - margin: 0 auto; -} #draftstatus { font-style: italic; font-size: 80%;