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;
- }