Redmine locale fix. Some RAL tweaks. Added line numbers to code-mirror.
[redakcja.git] / project / static / css / master.css
index de79989..b413b2c 100644 (file)
@@ -341,4 +341,15 @@ text#commit-dialog-message {
 
 #split-dialog .container-box fieldset {
     margin: 0.5em;
+}
+
+.CodeMirror-line-numbers
+{
+    text-align: right;
+    padding-top: 0.4em;
+    padding-right: 2px;
+    width: 28px;
+    font-size: 10pt;
+    background: black;
+    color: white;
 }
\ No newline at end of file