Skip to content

Commit

Permalink
More Classes
Browse files Browse the repository at this point in the history
Added some Classes for the Keys content div.
  • Loading branch information
JurrijnP committed Dec 28, 2016
1 parent b02aeb3 commit 89ad707
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions css/arscreator.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,31 @@ html, body {
left: 5%;
}

.keycontent {
border-radius: 10px;
width: 90%;
min-width: 90%;
background: rgba(51,51,51,0.5);
padding: 20px 50px 20px 50px;
margin: 10px auto;
height: auto !important;
min-height: calc(100% - 30%);
z-index:10000;
position: absolute;
left: 5%;
}

.keycontent1 {
width: 100%;
background: rgba(51,51,51,0.5);
height: auto !important;
min-height: 10%;
z-index:10000;
position: initial;
left: 0;
}


.outputdiv {
border-radius: 10px;
width: 90%;
Expand Down

0 comments on commit 89ad707

Please sign in to comment.