lib/rack/insight/public/__insight__/insight.css in rack-insight-0.5.16 vs lib/rack/insight/public/__insight__/insight.css in rack-insight-0.5.17
- old
+ new
@@ -21,16 +21,22 @@
left:0;
right:0;
cursor: pointer;
}
.rack-insight_bottom #rack-insight_toolbar {
- bottom:0;
border-top: 2px solid #234f32;
+ height: auto;
+ clear: both;
+ position: relative;
+ z-index: 10;
+ margin-top: -3em;
}
+
.rack-insight_top #rack-insight_toolbar {
top:0;
border-bottom: 2px solid #234f32;
+ height: auto;
}
.rack-insight_error #rack-insight_toolbar {
background: #ff0000;
color: #fff;
@@ -103,14 +109,14 @@
z-index: 1000000;
overflow: auto;
}
#rack-insight.rack-insight_top .panel_content {
- top: 32px;
+ top: auto;
}
#rack-insight.rack-insight_bottom .panel_content {
- bottom: 32px;
+ bottom: auto;
}
#rack-insight .panel_content p a,
#rack-insight .panel_content dl a {
color: #40684c;