From 78c366885948a7ac01d5c523d877c656e44d53a3 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Thu, 9 May 2013 18:43:11 -0400 Subject: [PATCH] added model classes for remote control --- dashboard-ui/css/site.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dashboard-ui/css/site.css b/dashboard-ui/css/site.css index 6de317b95..3b4b6fc41 100644 --- a/dashboard-ui/css/site.css +++ b/dashboard-ui/css/site.css @@ -566,11 +566,11 @@ form, .readOnlyContent { } .tblConnections img { - height: 50px; + height: 60px; } .clientNowPlayingImage { - border: 1px solid #999; + border: 1px solid #aaa; padding: 1px; }