Przeglądaj źródła

Add console-output CSS definition

Kristan Kenney 6 lat temu
rodzic
commit
7ef4461e4f

+ 7 - 0
web/css/styles.min.css

@@ -3312,6 +3312,13 @@ div.l-content.collapsed .l-sort {
   height: 225px;
   height: 225px;
 }
 }
 
 
+.console-output {
+  font-family: 'Courier New', Courier, monospace;
+  font-size: 0.8rem;
+  color: #202020;
+  letter-spacing: -0.01em;
+}
+
 form#vstobjects {
 form#vstobjects {
   padding-top: 240px;
   padding-top: 240px;
 }
 }

+ 1 - 1
web/templates/admin/list_server_info.html

@@ -41,4 +41,4 @@
   <!-- /.l-header -->
   <!-- /.l-header -->
 
 
   <div style="color: #cc3366; padding: 10px 0 20px 20px; background: #fff; ">.</div><div class="l-center">
   <div style="color: #cc3366; padding: 10px 0 20px 20px; background: #fff; ">.</div><div class="l-center">
-  <pre style="color: #555">
+  <pre class="console-output">