Important: fix copy to input and textareas

This commit is contained in:
Gustavo Maximiliano Cortez 2015-01-31 20:30:33 -03:00
parent a65744bec2
commit 398b8f8dc7
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
@media (max-width: 1024px) {
/* disabling text selection */
* {
body {
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
@ -163,7 +163,7 @@
}
.status {
bottom: 66px;
bottom: 65px;
left: 0;
}