Styling fixes

This commit is contained in:
2015-06-28 01:36:03 +02:00
parent e02a16d7ac
commit f623367de5
2 changed files with 13 additions and 3 deletions

View File

@@ -112,3 +112,13 @@ form{
height: calc(100% - 35px);
border: solid 1px rgb(32,32,32);
}
.width100px {
width: 100px;
max-width: 100%;
}
.width50px {
width: 50px;
max-width: 100%;
}