Reformat code

This commit is contained in:
2018-03-18 02:31:31 +01:00
parent 2ce6891569
commit 150a11a2a6
11 changed files with 24 additions and 28 deletions

View File

@@ -12,4 +12,4 @@ input[type="submit"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner {
padding: 0 !important;
border: 0 none !important;
}
}

View File

@@ -213,4 +213,4 @@ textarea.textbox {
.width300px {
width: 300px !important;
max-width: 100% !important;
}
}

View File

@@ -36,4 +36,4 @@
.boardBanner .formRow:first-child {
margin: 0;
}
}

View File

@@ -161,4 +161,4 @@
border-radius: 3px;
box-shadow: 0 2px 4px rgba(0,0,0,0.4) inset, 0 -2px 3px rgba(255,255,255,1) inset;
padding: 2px;
}
}

View File

@@ -57,7 +57,7 @@
padding: 5px;
}
.divChatContainer{
.divChatContainer {
transition-property: width, height, opacity;
transition-duration: 0.3s;
overflow: hidden;
@@ -164,4 +164,4 @@
.chatButton:active {
background-color: rgb(220,220,220);
box-shadow: inset 0 2px 5px rgba(255,255,255,1), inset 0 -2px 5px rgba(128,128,128,1);
}
}