Benjamin Van Ryseghem 10 éve
szülő
commit
f6bee9b4e5
2 módosított fájl, 5 hozzáadás és 7 törlés
  1. 3 3
      css/darcula.css
  2. 2 4
      css/helios.css

+ 3 - 3
css/darcula.css

@@ -4,11 +4,11 @@
     padding-left: 8px;
 }
 .cm-s-darcula .CodeMirror-sizer{
-	padding-bottom: 90px;
+	padding-bottom: 0px;
 }
 
 .cm-s-darcula .CodeMirror-scroll{
-	margin-right: 5px;
+	margin-right: 0px;
 	border-color: #202020;
 }
 .cm-s-darcula .CodeMirror-vscrollbar{
@@ -64,7 +64,7 @@
 }
 .cm-s-darcula.CodeMirror .CodeMirror-linenumber {
 	color: #80939b;
-	padding-left: 15px;
+	padding-left: 5px;
 }
 .cm-s-darcula.CodeMirror .CodeMirror-activeline,
 .cm-s-darcula.CodeMirror.CodeMirror-focused .CodeMirror-activeline .CodeMirror-gutter-elt{

+ 2 - 4
css/helios.css

@@ -51,9 +51,7 @@ body[id="helios"] [class*=" icon-"] {
   margin-top: 0;
 }
 body[id="helios"] .CodeMirror {
-  position: absolute;
   height: 100%;
-  width: 100%;
 }
 body[id="helios"] .CodeMirror-hints {
   border-radius: 0;
@@ -441,7 +439,7 @@ body[id="helios"] .tool_container .splitter.horizontal {
   height: 5px;
   margin-top: -1px;
   width: 100%;
-  border-top: 1px solid #888;
+  border-top: 1px solid #666;
   cursor: ns-resize;
 }
 body[id="helios"] .tool_container .panes .pane .nav-pills {
@@ -1033,4 +1031,4 @@ body[id="helios"] .hl_debugger .head h2 {
   padding: 0 30px;
   margin: 0;
   color: white;
-}
+}