Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
arc12012 committed Apr 1, 2017
2 parents 7b24880 + e76b5f9 commit 4ac508d
Showing 1 changed file with 0 additions and 50 deletions.
50 changes: 0 additions & 50 deletions WebContent/html/webpages/adminLocation.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
</style>
<!-- Header -->
<nav class="navbar navbar-inverse navbar-fixed-top" id = "navbaruniversal">
Expand Down

0 comments on commit 4ac508d

Please sign in to comment.