Removed unused files

This commit is contained in:
ElPumpo
2018-10-30 13:17:19 +01:00
parent b87bc89781
commit 1ef8df207a
8 changed files with 68 additions and 73 deletions
+67 -67
View File
@@ -5,9 +5,9 @@ html, body {
}
#cursor {
position: absolute;
z-index: 999999;
display: none;
position: absolute;
z-index: 999999;
display: none;
}
#console {
@@ -19,7 +19,7 @@ html, body {
background-color: rgba(0, 0, 0, 0.8);
color: white;
padding: 5px;
overflow-y: auto;
overflow-y: auto;
overflow-x: hidden;
}
@@ -40,13 +40,13 @@ html, body {
display: none;
}
#phone > .container {
#phone>.container {
position: absolute;
top: 59px;
left: 46px;
width: 207px;
height: 365px;
background-repeat: no-repeat;
top: 59px;
left: 46px;
width: 207px;
height: 365px;
background-repeat: no-repeat;
overflow: hidden;
}
@@ -54,17 +54,17 @@ html, body {
position: relative;
text-transform: uppercase;
text-align: center;
height: 20px;
line-height: 20px;
background-color: black;
height: 20px;
line-height: 20px;
background-color: black;
z-index: 5;
}
#phone-icon {
display: block;
position: absolute;
height: 12px;
line-height: 20px;
height: 12px;
line-height: 20px;
top: 4px;
right: 5px;
}
@@ -72,17 +72,17 @@ html, body {
#phone-number {
display: block;
position: absolute;
height: 20px;
line-height: 20px;
height: 20px;
line-height: 20px;
top: 0;
left: 5px;
color: white;
}
#phone .menu {
max-height: 320px;
overflow-y: scroll;
z-index: 1;
max-height: 320px;
overflow-y: scroll;
z-index: 1;
}
#phone .menu .home {
@@ -124,8 +124,8 @@ html, body {
background-image: url("../img/icons/msg.png");
}
#phone .menu::-webkit-scrollbar {
display: none;
#phone .menu::-webkit-scrollbar {
display: none;
}
#phone .menu .phone-icon.selected, #phone .menu .phone-icon:hover {
@@ -148,7 +148,7 @@ html, body {
left: 0;
}
.screen > .container {
.screen>.container {
position: absolute;
top: 50px;
left: 0;
@@ -282,19 +282,19 @@ html, body {
}
.actions .gps {
display: none;
width: 24px;
height: 24px;
background: transparent url(../img/icons/location.png) no-repeat 50%;
cursor: pointer;
display: none;
width: 24px;
height: 24px;
background: transparent url(../img/icons/location.png) no-repeat 50%;
cursor: pointer;
}
.actions .ok-btn {
display: none;
width: 24px;
height: 24px;
background: transparent url(../img/icons/ok.png) no-repeat 50%;
cursor: pointer;
display: none;
width: 24px;
height: 24px;
background: transparent url(../img/icons/ok.png) no-repeat 50%;
cursor: pointer;
}
.actions .new-msg.anonyme, .contact .actions .new-msg {
@@ -310,37 +310,37 @@ html, body {
}
#writer textarea {
width: 207px;
min-width: 207px;
max-width: 207px;
height: 255px;
min-height: 255px;
max-height: 255px;
background-color: #f1f1f1;
border: none;
box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.1) inset;
padding: 5px;
width: 207px;
min-width: 207px;
max-width: 207px;
height: 255px;
min-height: 255px;
max-height: 255px;
background-color: #f1f1f1;
border: none;
box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.1) inset;
padding: 5px;
outline: none;
}
#writer label {
display: block;
width: 100%;
height: 30px;
line-height: 34px;
background-color: #f1f1f1;
border: none;
box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.1) inset;
font-size: 14px;
font-weight: 600;
color: #6b6b6b;
display: block;
width: 100%;
height: 30px;
line-height: 34px;
background-color: #f1f1f1;
border: none;
box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.1) inset;
font-size: 14px;
font-weight: 600;
color: #6b6b6b;
}
#writer label input {
top: 2px;
position: relative;
left: 5px;
margin-right: 10px;
top: 2px;
position: relative;
left: 5px;
margin-right: 10px;
}
#writer button, #contact button {
@@ -379,14 +379,14 @@ html, body {
}
#contact input {
display: block;
width: 100%;
height: 30px;
line-height: 30px;
padding: 2px 5px;
background-color: #f1f1f1;
border: none;
border-bottom: 1px solid rgba(0, 0, 0, 0.3);
outline: none;
box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.1) inset;
display: block;
width: 100%;
height: 30px;
line-height: 30px;
padding: 2px 5px;
background-color: #f1f1f1;
border: none;
border-bottom: 1px solid rgba(0, 0, 0, 0.3);
outline: none;
box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.1) inset;
}