Show More
@@ -8005,6 +8005,7 b' h4 {' | |||
|
8005 | 8005 | min-height: 50px; |
|
8006 | 8006 | } |
|
8007 | 8007 | .panel-heading { |
|
8008 | padding: 14px; | |
|
8008 | 8009 | background: -moz-linear-gradient(top, rgba(252, 254, 255, 0) 0%, rgba(0, 0, 0, 0.05) 100%); |
|
8009 | 8010 | background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(252, 254, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.05))); |
|
8010 | 8011 | background: -webkit-linear-gradient(top, rgba(252, 254, 255, 0) 0%, rgba(0, 0, 0, 0.05) 100%); |
@@ -8167,12 +8168,12 b' h4 {' | |||
|
8167 | 8168 | } |
|
8168 | 8169 | .top-state-front_dashboard .pause_stream { |
|
8169 | 8170 | position: absolute; |
|
8170 |
top: |
|
|
8171 | top: 7px; | |
|
8171 | 8172 | right: 50px; |
|
8172 | 8173 | } |
|
8173 | 8174 | .top-state-front_dashboard .limit_stream { |
|
8174 | 8175 | position: absolute; |
|
8175 |
top: |
|
|
8176 | top: 7px; | |
|
8176 | 8177 | right: 10px; |
|
8177 | 8178 | } |
|
8178 | 8179 | .top-state-front_dashboard .combined-stat { |
@@ -8359,7 +8360,8 b' h4 {' | |||
|
8359 | 8360 | display: inline-block; |
|
8360 | 8361 | min-height: 33px; |
|
8361 | 8362 | min-width: 33px; |
|
8362 |
padding: 8px |
|
|
8363 | padding: 8px; | |
|
8364 | margin-top: 8px; | |
|
8363 | 8365 | text-align: center; |
|
8364 | 8366 | } |
|
8365 | 8367 | .top-state-front_dashboard #slow-statements .type { |
@@ -859,6 +859,7 b' h4 {' | |||
|
859 | 859 | } |
|
860 | 860 | |
|
861 | 861 | .panel-heading { |
|
862 | padding: 14px; | |
|
862 | 863 | background: -moz-linear-gradient(top, rgba(252, 254, 255, 0) 0%, rgba(0, 0, 0, 0.05) 100%); |
|
863 | 864 | background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(252, 254, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.05))); |
|
864 | 865 | background: -webkit-linear-gradient(top, rgba(252, 254, 255, 0) 0%, rgba(0, 0, 0, 0.05) 100%); |
@@ -8,13 +8,13 b'' | |||
|
8 | 8 | |
|
9 | 9 | .pause_stream { |
|
10 | 10 | position: absolute; |
|
11 |
top: |
|
|
11 | top: 7px; | |
|
12 | 12 | right: 50px; |
|
13 | 13 | } |
|
14 | 14 | |
|
15 | 15 | .limit_stream { |
|
16 | 16 | position: absolute; |
|
17 |
top: |
|
|
17 | top: 7px; | |
|
18 | 18 | right: 10px; |
|
19 | 19 | } |
|
20 | 20 | |
@@ -205,7 +205,8 b'' | |||
|
205 | 205 | display: inline-block; |
|
206 | 206 | min-height: 33px; |
|
207 | 207 | min-width: 33px; |
|
208 |
padding: 8px |
|
|
208 | padding: 8px; | |
|
209 | margin-top: 8px; | |
|
209 | 210 | text-align: center; |
|
210 | 211 | } |
|
211 | 212 | |
@@ -298,4 +299,4 b' form.graph-type.form-inline {' | |||
|
298 | 299 | select { |
|
299 | 300 | margin-right: 10px; |
|
300 | 301 | } |
|
301 |
} |
|
|
302 | } No newline at end of file |
General Comments 0
You need to be logged in to leave comments.
Login now