svn: /web/doc-editor/trunk/themes/ style.css
[email protected] (Yannick Torres)
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <[email protected]> |
yannick Wed, 02 Dec 2009 20:58:44 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=291605
Log:
Better css for line number into editor when file is greater than 1000 lines
Changed paths:
U web/doc-editor/trunk/themes/style.css
Modified: web/doc-editor/trunk/themes/style.css
===================================================================
--- web/doc-editor/trunk/themes/style.css 2009-12-02 20:34:20 UTC (rev 291604)
+++ web/doc-editor/trunk/themes/style.css 2009-12-02 20:58:44 UTC (rev 291605)
@@ -68,17 +68,15 @@
padding-top: 7px;
color: #849090;
} .CodeMirror-line-numbers {
- width: 1.7em;
+ width: 2.2em;
+ color: #aaa;
background-color: #eee;
text-align: right;
padding-right: .3em;
- padding-top: .4em;
- color: #aaa;
- font-size: 10pt !important;
+ font-size: 10pt;
font-family: monospace;
-}
-
-.flag {
+ padding-top: .4em;
+} .flag {
background-repeat: no-repeat ! important;
background-position: 3px 50% ! important;
padding-left: 24px ! important;