Autofix small errors
This commit is contained in:
+12
-12
@@ -68,7 +68,7 @@ input[type="checkbox"]:checked + label:before {
|
||||
background-repeat: no-repeat;
|
||||
background-position: top center;
|
||||
position: absolute;
|
||||
left: 0px;
|
||||
left: 0;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
@@ -79,7 +79,7 @@ input[type="checkbox"]:checked + label:before {
|
||||
background-repeat: no-repeat;
|
||||
background-position: top center;
|
||||
position: absolute;
|
||||
left: 0px;
|
||||
left: 0;
|
||||
z-index: 3;
|
||||
}
|
||||
|
||||
@@ -90,7 +90,7 @@ input[type="checkbox"]:checked + label:before {
|
||||
background-repeat: no-repeat;
|
||||
background-position: top center;
|
||||
position: absolute;
|
||||
right: 0px;
|
||||
right: 0;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
@@ -166,7 +166,7 @@ ul.dropdown .dropdown-inside a:hover { background: #3f423c; }
|
||||
background-repeat: repeat-y;
|
||||
background-position: top center;
|
||||
position: absolute;
|
||||
left: 0px;
|
||||
left: 0;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
@@ -179,7 +179,7 @@ ul.dropdown .dropdown-inside a:hover { background: #3f423c; }
|
||||
background-repeat: repeat-y;
|
||||
background-position: top center;
|
||||
position: absolute;
|
||||
right: 0px;
|
||||
right: 0;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
@@ -234,7 +234,7 @@ ul.dropdown .dropdown-inside a:hover { background: #3f423c; }
|
||||
background-repeat: no-repeat;
|
||||
background-position: top center;
|
||||
position: absolute;
|
||||
left: 0px;
|
||||
left: 0;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
@@ -246,7 +246,7 @@ ul.dropdown .dropdown-inside a:hover { background: #3f423c; }
|
||||
background-repeat: no-repeat;
|
||||
background-position: top center;
|
||||
position: absolute;
|
||||
right: 0px;
|
||||
right: 0;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
@@ -258,7 +258,7 @@ ul.dropdown .dropdown-inside a:hover { background: #3f423c; }
|
||||
background-repeat: no-repeat;
|
||||
background-position: top center;
|
||||
position: absolute;
|
||||
left: 0px;
|
||||
left: 0;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
@@ -270,7 +270,7 @@ ul.dropdown .dropdown-inside a:hover { background: #3f423c; }
|
||||
background-repeat: no-repeat;
|
||||
background-position: top center;
|
||||
position: absolute;
|
||||
right: 0px;
|
||||
right: 0;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
@@ -306,7 +306,7 @@ ul.dropdown .dropdown-inside a:hover { background: #3f423c; }
|
||||
.city-location-container .fireworks {
|
||||
position: absolute;
|
||||
left: 4px;
|
||||
right: 0px;
|
||||
right: 0;
|
||||
z-index: 1500;
|
||||
top: 5px;
|
||||
}
|
||||
@@ -388,7 +388,7 @@ ul.dropdown .dropdown-inside a:hover { background: #3f423c; }
|
||||
background-repeat: no-repeat;
|
||||
background-position: top center;
|
||||
position: absolute;
|
||||
left: 0px;
|
||||
left: 0;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
@@ -400,7 +400,7 @@ ul.dropdown .dropdown-inside a:hover { background: #3f423c; }
|
||||
background-repeat: no-repeat;
|
||||
background-position: top center;
|
||||
position: absolute;
|
||||
right: 0px;
|
||||
right: 0;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user