Styling changes

This commit is contained in:
2015-08-28 06:59:39 +02:00
parent d350f154b7
commit a7c8a698f2
3 changed files with 40 additions and 6 deletions

View File

@@ -4,11 +4,21 @@
box-sizing: border-box;
}
html {
height: 100%;
}
body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-size: 12px;
background-color: grey;
color: black;
height: 100%;
}
form {
height: 100%;
}
p {
@@ -63,8 +73,9 @@ h3 {
}
.divContent {
padding-left: 10px;
padding-right: 10px;
padding: 1px;
box-shadow: 0 0 10px black inset;
min-height: calc(100% - 40px);
}
.divCode {
@@ -123,6 +134,11 @@ h3 {
box-shadow: 0px 0px 10px rgba(255,255,255,0.5), inset 0px -2px 5px rgba(255,255,255,1), inset 0px 2px 5px rgba(0,0,0,0.5);
}
textarea.textbox{
height: 64px;
resize: vertical;
}
.textboxInvalid {
box-shadow: 0px 0px 10px rgba(255,0,0,0.5), inset 0px -2px 5px rgba(255,255,255,1), inset 0px 2px 5px rgba(0,0,0,0.5);
border: solid 1px rgb(255,0,0);