Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/master' into Database
Browse files Browse the repository at this point in the history
  • Loading branch information
clj13001 committed Jan 27, 2017
2 parents f4b3e71 + 9afc5d4 commit 2fc2c1f
Show file tree
Hide file tree
Showing 3 changed files with 598 additions and 282 deletions.
48 changes: 48 additions & 0 deletions WebContent/html/css/stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,54 @@ div.displayDevice{
left: 300px;
}

div.modal{
display:none;
position: fixed;
z-index: 1;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgb(0,0,0);
background-color: rgba(0,0,0,0.4);
}

div.modal-content{
position: relative;
background-color: #fefefe;
margin: 5% auto;
padding: 10px;
border: 1px solid #888;
width: 80%;
max-height: 80%;
text-align: center;
vertical-align: center;
align-items: center;
}

div.modal-body{
padding: 10px;
overflow: auto;
}

input[type=text]{
width: 60%;
}


span.close{
color: #aaa;
float: right;
font-size: 28px;
font-weight: bold;
}
span.close:hover,
span.close:focus{
color: black;
text-decoration: none;
cursor: pointer;
}
ul.nav{
padding: 0px;
}
Expand Down
Loading

0 comments on commit 2fc2c1f

Please sign in to comment.