CodeMaid clean-up

This commit is contained in:
2016-12-21 07:27:25 +01:00
parent 577e8b4127
commit bc5c2bca6d
34 changed files with 152 additions and 175 deletions

View File

@@ -1,5 +1,4 @@
html {
html {
height: 100%;
}
@@ -84,7 +83,6 @@ h3 {
box-shadow: 0 0 10px rgb(0,0,0);
}
.formColumn {
display: inline-block;
font-size: 0;
@@ -101,6 +99,9 @@ h3 {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-size: 12px;
text-shadow: 0 1px 1px rgba(255,255,255,0.5);
text-align: right;
padding-right: 20px;
vertical-align: top;
}
.formLabel span:last-child::after {
@@ -144,7 +145,6 @@ textarea.textbox {
border: solid 1px black;
}
.button {
padding: 5px;
box-shadow: 0px 0px 10px rgba(0,0,0,0.5), inset 0 2px 5px rgba(255,255,255,1), inset 0 -2px 5px rgba(128,128,128,1);
@@ -212,4 +212,4 @@ textarea.textbox {
.width300px {
width: 300px !important;
max-width: 100% !important;
}
}