Files
esx_core/html/style.css
T
2018-04-15 14:37:30 +02:00

48 lines
627 B
CSS

#cursor {
position: absolute;
z-index: 999999;
display: none;
}
.dialog {
width: 300px;
position: absolute;
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
padding: 10px;
box-shadow: 0px 0px 50px 0px #000;
overflow: hidden;
}
form {
margin: 0;
}
input[type=text] {
width: 93%;
padding: 7px;
text-align: center;
}
button {
display: block;
margin-top: 5px;
padding: 10px;
background-color: #506be6;
border: 0;
color: #fff;
width: 100%;
}
h1 {
display: block;
margin-top: 5px;
margin-right: 5px;
padding: 10px;
background-color: #506be6;
color: #fff;
width: 93%;
text-align: center;
}