eric7/DebugClients/Python/coverage/htmlfiles/style.scss

branch
eric7
changeset 9099
0e511e0e94a3
parent 8775
0802ae193343
--- a/eric7/DebugClients/Python/coverage/htmlfiles/style.scss	Tue May 24 10:22:46 2022 +0200
+++ b/eric7/DebugClients/Python/coverage/htmlfiles/style.scss	Tue May 24 11:00:52 2022 +0200
@@ -156,6 +156,10 @@
     }
 }
 
+.hidden {
+    display: none;
+}
+
 // Page structure
 header {
     background: $light-gray1;
@@ -174,6 +178,13 @@
         font-size: 1em;
     }
 
+    p.text {
+        margin: .5em 0 -.5em;
+        color: $light-gray5;
+        @include color-dark($dark-gray5);
+        font-style: italic;
+    }
+
     &.sticky {
         position: fixed;
         left: 0;
@@ -208,19 +219,15 @@
     z-index: 1;
 }
 
-.indexfile footer {
+footer {
     margin: 1rem $left-gutter;
-}
 
-.pyfile footer {
-    margin: 1rem 1rem;
-}
-
-footer .content {
-    padding: 0;
-    color: $light-gray5;
-    @include color-dark($dark-gray5);
-    font-style: italic;
+    .content {
+        padding: 0;
+        color: $light-gray5;
+        @include color-dark($dark-gray5);
+        font-style: italic;
+    }
 }
 
 #index {
@@ -351,6 +358,12 @@
     padding: .75em;
     border: 1px solid #883;
 
+    color: #333;
+
+    .keyhelp p {
+        margin-top: .75em;
+    }
+
     .legend {
         font-style: italic;
         margin-bottom: 1em;
@@ -358,12 +371,10 @@
 
     .indexfile & {
         width: 25em;
-        //min-height: 4em;
     }
 
     .pyfile & {
         width: 18em;
-        //min-height: 8em;
     }
 
     #help_panel_state:checked ~ & {
@@ -371,10 +382,6 @@
     }
 }
 
-.keyhelp {
-    margin-top: .75em;
-}
-
 kbd {
     border: 1px solid black;
     border-color: #888 #333 #333 #888;

eric ide

mercurial