From e76b5f9b61531f6bfc961bd063cec7677587231a Mon Sep 17 00:00:00 2001 From: Connor L Jackson Date: Thu, 30 Mar 2017 10:59:43 -0400 Subject: [PATCH] Quick Fixes to Admin Location Stylings --- WebContent/html/webpages/adminLocation.jsp | 50 ---------------------- 1 file changed, 50 deletions(-) diff --git a/WebContent/html/webpages/adminLocation.jsp b/WebContent/html/webpages/adminLocation.jsp index 573f6aa..dab61a5 100644 --- a/WebContent/html/webpages/adminLocation.jsp +++ b/WebContent/html/webpages/adminLocation.jsp @@ -36,59 +36,9 @@ background-color: #E9EAEB; } - div.deviceContainer{ - border: solid; - border-width: thin; - padding: 15px; - background-color: #E9EAEB; - display: inline-block; - cursor: pointer; - position: relative; - } - - div.imgContainer{ - display: inline-block; - text-align: center; - } - - div.returnButtonContainer{ - text-align: right; - } - - img.device{ - display: block; - } - div.returnConfirm{ - display: none; - top: 50%; - left: 50%; - position: fixed; - width: 155px; - height: 85px; - line-height: 85px; - text-align: center; - background-color: #FBC600; - border: solid; - border-color: #3B3C43; - border-radius: 5px; - } - div.deviceInfo{ - display: inline-block; - vertical-align: top; - padding-top: 15px; - padding-left: 20px; - width: 200px; - } tbody{ text-align: left; } - input.deviceCheckbox{ - position: absolute; - left: 0px; - bottom: 0px; - height: 20px; - width: 20px; - }