From 7e10cf1a09a5ead9693562dfdb63b2ebf8d69aab Mon Sep 17 00:00:00 2001 From: timdufrane Date: Fri, 28 Mar 2014 13:20:29 -0400 Subject: [PATCH] Get rid of ugly status box overlap Ideally it'd fully be displayed, but that would require a size change or alt-text. Hiding overflow is good enough --- html/css/styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/html/css/styles.css b/html/css/styles.css index 40f0c242a0..f3bbab8d42 100644 --- a/html/css/styles.css +++ b/html/css/styles.css @@ -488,6 +488,7 @@ a.list-device-disabled, a.list-device-disabled:visited { padding: 3px; width: 117px; height: 85px; + overflow: hidden; /* Rounded corners */ -moz-border-radius: 2pt 2pt 2pt 2pt;