Title: [opsview] [11249] Removed the thin dark grey border around cells in keywords, which was making the other shaded cells look too thick.
- Revision
- 11249
- Author
- pknight
- Date
- 2013-01-25 17:51:02 +0000 (Fri, 25 Jan 2013)
Log Message
Removed the thin dark grey border around cells in keywords, which was making the other shaded cells look too thick. Reinstated that shading.
Combined those two same-but-separate CSS sections.
Modified Paths
Modified: trunk/opsview-core/share/stylesheets/opsview2.css
===================================================================
--- trunk/opsview-core/share/stylesheets/opsview2.css 2013-01-25 17:24:16 UTC (rev 11248)
+++ trunk/opsview-core/share/stylesheets/opsview2.css 2013-01-25 17:51:02 UTC (rev 11249)
@@ -420,15 +420,13 @@
table.common td.critical,
table.common td.up,
table.common td.down,
-table.common td.unreachable
-{
+table.common td.unreachable,
+div.status_box_common {
color: #222222;
text-shadow:none;
- /* We don't apply box shadows here - keyword detail pages look strange with it enabled
-webkit-box-shadow:inset 0 0 3px #111111;
-moz-box-shadow:inset 0 0 3px #111111;
box-shadow:inset 0 0 3px #111111;
- */
padding:4px 6px 4px 6px;
-webkit-border-radius: 5px;
@@ -735,7 +733,6 @@
}
div#viewport td {
padding: 8px;
- border: solid 1pt #999999;
}
div#viewport .output, div#viewport .acknowledgement, div#viewport .duration { font-size: 12px; }
@@ -1692,18 +1689,6 @@
}
div#toolbar_hostlimit_summary.error p a { color: red }
-
-div.status_box_common {
- text-shadow:none;
- -webkit-box-shadow:inset 0 0 3px #111111;
- -moz-box-shadow:inset 0 0 3px #111111;
- box-shadow:inset 0 0 3px #111111;
-
- padding:4px 6px 4px 6px;
- -webkit-border-radius: 5px;
- -moz-border-radius: 5px;
- border-radius: 5px;
-}
div.status_box_common a {
color:#313030;
}
_______________________________________________
Opsview-checkins mailing list
[email protected]
http://lists.opsview.org/lists/listinfo/opsview-checkins