Autofix small errors
This commit is contained in:
+13
-13
@@ -69,7 +69,7 @@ input[type="checkbox"]:checked + label:before {
|
||||
background-repeat: no-repeat;
|
||||
background-position: top center;
|
||||
position: absolute;
|
||||
left: 0px;
|
||||
left: 0;
|
||||
z-index: 2;
|
||||
}
|
||||
#bk-logo-top
|
||||
@@ -80,7 +80,7 @@ input[type="checkbox"]:checked + label:before {
|
||||
background-repeat: no-repeat;
|
||||
background-position: top center;
|
||||
position: absolute;
|
||||
left: 0px;
|
||||
left: 0;
|
||||
z-index: 3;
|
||||
}
|
||||
#bk-body-top-right
|
||||
@@ -91,7 +91,7 @@ input[type="checkbox"]:checked + label:before {
|
||||
background-repeat: no-repeat;
|
||||
background-position: top center;
|
||||
position: absolute;
|
||||
right: 0px;
|
||||
right: 0;
|
||||
z-index: 2;
|
||||
}
|
||||
#bk-body-menu
|
||||
@@ -159,7 +159,7 @@ ul.dropdown li { text-align: center; display: table-cell; }
|
||||
background-repeat: repeat-y;
|
||||
background-position: top center;
|
||||
position: absolute;
|
||||
left: 0px;
|
||||
left: 0;
|
||||
z-index: 1;
|
||||
}
|
||||
#bk-body-right
|
||||
@@ -171,7 +171,7 @@ ul.dropdown li { text-align: center; display: table-cell; }
|
||||
background-repeat: repeat-y;
|
||||
background-position: top center;
|
||||
position: absolute;
|
||||
right: 0px;
|
||||
right: 0;
|
||||
z-index: 1;
|
||||
}
|
||||
#bk-chat-body
|
||||
@@ -222,7 +222,7 @@ ul.dropdown li { text-align: center; display: table-cell; }
|
||||
background-repeat: no-repeat;
|
||||
background-position: top center;
|
||||
position: absolute;
|
||||
left: 0px;
|
||||
left: 0;
|
||||
z-index: 2;
|
||||
}
|
||||
#bk-chat-hr-left
|
||||
@@ -233,7 +233,7 @@ ul.dropdown li { text-align: center; display: table-cell; }
|
||||
background-repeat: no-repeat;
|
||||
background-position: top center;
|
||||
position: absolute;
|
||||
right: 0px;
|
||||
right: 0;
|
||||
z-index: 2;
|
||||
}
|
||||
#bk-chat-hr-right
|
||||
@@ -244,7 +244,7 @@ ul.dropdown li { text-align: center; display: table-cell; }
|
||||
background-repeat: no-repeat;
|
||||
background-position: top center;
|
||||
position: absolute;
|
||||
left: 0px;
|
||||
left: 0;
|
||||
z-index: 2;
|
||||
}
|
||||
#bk-chat-right
|
||||
@@ -255,7 +255,7 @@ ul.dropdown li { text-align: center; display: table-cell; }
|
||||
background-repeat: no-repeat;
|
||||
background-position: top center;
|
||||
position: absolute;
|
||||
right: 0px;
|
||||
right: 0;
|
||||
z-index: 2;
|
||||
}
|
||||
#bk-location-frame
|
||||
@@ -279,7 +279,7 @@ ul.dropdown li { text-align: center; display: table-cell; }
|
||||
.city-location-container .fireworks {
|
||||
position: absolute;
|
||||
left: 4px;
|
||||
right: 0px;
|
||||
right: 0;
|
||||
z-index: 1500;
|
||||
top: 5px;
|
||||
}
|
||||
@@ -351,7 +351,7 @@ ul.dropdown li { text-align: center; display: table-cell; }
|
||||
background-repeat: no-repeat;
|
||||
background-position: top center;
|
||||
position: absolute;
|
||||
left: 0px;
|
||||
left: 0;
|
||||
z-index: 2;
|
||||
}
|
||||
#bk-buttons-right
|
||||
@@ -362,7 +362,7 @@ ul.dropdown li { text-align: center; display: table-cell; }
|
||||
background-repeat: no-repeat;
|
||||
background-position: top center;
|
||||
position: absolute;
|
||||
right: 0px;
|
||||
right: 0;
|
||||
z-index: 2;
|
||||
}
|
||||
input
|
||||
@@ -416,7 +416,7 @@ input:focus::-webkit-input-placeholder
|
||||
#bk-buttons-panel-right
|
||||
{
|
||||
position: absolute;
|
||||
right: 0px;
|
||||
right: 0;
|
||||
margin-top: 10px;
|
||||
z-index: 3;
|
||||
}
|
||||
+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