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