schildi-web/css/templates/Login.css

12 lines
199 B
CSS
Raw Normal View History

2015-06-11 17:23:02 +00:00
.mx_Login {
width: 600px;
height: 350px;
margin-left: auto;
margin-right: auto;
padding: 10px;
text-align: center;
background-color: #eee;
border: 1px solid black;
}