Remove obsolete property, fix paths
This commit is contained in:
parent
bff4701e6f
commit
b2d6a3f4c6
@ -368,7 +368,6 @@ label[for=user] {
|
|||||||
padding: 1em;
|
padding: 1em;
|
||||||
color: white;
|
color: white;
|
||||||
border: 1px solid #888;
|
border: 1px solid #888;
|
||||||
-moz-border-radius: 10px;
|
|
||||||
-webkit-border-radius: 10px;
|
-webkit-border-radius: 10px;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
background-color: rgba(102, 102, 102, 0.9);
|
background-color: rgba(102, 102, 102, 0.9);
|
||||||
@ -390,7 +389,6 @@ label[for=user] {
|
|||||||
margin: 0.8em 0;
|
margin: 0.8em 0;
|
||||||
padding: 0.4em;
|
padding: 0.4em;
|
||||||
border: 1px solid #ccc;
|
border: 1px solid #ccc;
|
||||||
-moz-border-radius: 5px;
|
|
||||||
-webkit-border-radius: 5px;
|
-webkit-border-radius: 5px;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
@ -423,7 +421,6 @@ button {
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
color: white;
|
color: white;
|
||||||
border: 1px solid white;
|
border: 1px solid white;
|
||||||
-moz-border-radius: 5px;
|
|
||||||
-webkit-border-radius: 5px;
|
-webkit-border-radius: 5px;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
background-color: #434343;
|
background-color: #434343;
|
||||||
@ -441,7 +438,6 @@ button > * {
|
|||||||
float: right;
|
float: right;
|
||||||
padding: 0.1em 0.4em;
|
padding: 0.1em 0.4em;
|
||||||
color: white;
|
color: white;
|
||||||
-moz-border-radius: 10px;
|
|
||||||
-webkit-border-radius: 10px;
|
-webkit-border-radius: 10px;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
background-color: red;
|
background-color: red;
|
||||||
@ -602,7 +598,7 @@ button > * {
|
|||||||
right: -10px;
|
right: -10px;
|
||||||
width: 30px;
|
width: 30px;
|
||||||
height: 30px;
|
height: 30px;
|
||||||
background-image: url(../images/close.svg) !important;
|
background-image: url(../../images/close.svg) !important;
|
||||||
background-repeat: no-repeat !important;
|
background-repeat: no-repeat !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -621,7 +617,7 @@ button > * {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.gm-style-iw button {
|
.gm-style-iw button {
|
||||||
background-image: url(../images/close.svg) !important;
|
background-image: url(../../images/close.svg) !important;
|
||||||
background-repeat: no-repeat !important;
|
background-repeat: no-repeat !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user