PR-52 Ошибка в поиске

Подредактировано main.css
remotes/origin/PR-58
booblegum 9 years ago
parent d3a86fce34
commit 237d33f875
  1. 68
      assets/css/main.css
  2. 2
      templates/partials/base.html

@ -1336,34 +1336,34 @@ footer:after {
margin: 33px 0 28px 0;
}
label {
width: 23px;
height: 23px;
display: block;
position: relative;
float: left;
margin-right: 10px;
}
/*label {*/
/*width: 23px;*/
/*height: 23px;*/
/*display: block;*/
/*position: relative;*/
/*float: left;*/
/*margin-right: 10px;*/
/*}*/
input[type="checkbox"] + span {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: url('../img/check.png') no-repeat center;
background-position: 0 0;
background-size: cover;
cursor: pointer;
}
/*input[type="checkbox"] + span {*/
/*position: absolute;*/
/*left: 0;*/
/*top: 0;*/
/*width: 100%;*/
/*height: 100%;*/
/*background: url('../img/check.png') no-repeat center;*/
/*background-position: 0 0;*/
/*background-size: cover;*/
/*cursor: pointer;*/
/*}*/
/*.sro input[type="checkbox"] {*/
/*opacity: 0;*/
/*}*/
input[type="checkbox"]:checked + span {
background-position: 0 -23px;
}
/*input[type="checkbox"]:checked + span {*/
/*background-position: 0 -23px;*/
/*}*/
.sro p {
font-size: 15px;
@ -4481,19 +4481,19 @@ label {
position: relative;
}
input[type="checkbox"] + span {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: url('../img/check.png') no-repeat;
cursor: pointer;
}
/*input[type="checkbox"] + span {*/
/*position: absolute;*/
/*left: 0;*/
/*top: 0;*/
/*width: 100%;*/
/*height: 100%;*/
/*background: url('../img/check.png') no-repeat;*/
/*cursor: pointer;*/
/*}*/
input[type="checkbox"]:checked + span {
background-position: 0 -23px;
}
/*input[type="checkbox"]:checked + span {*/
/*background-position: 0 -23px;*/
/*}*/
.text-block {
width: 100%;

@ -15,8 +15,6 @@
{# {% compress css %}#}
{% block old_css %}
<link rel='stylesheet' href='{% static "css/reset.css" %}'>
<link rel='stylesheet' href='{% static "css/bootstrap.css" %}'>
<link rel='stylesheet' href='{% static "css/font-awesome.min.css" %}'>
<link rel='stylesheet' href='{% static "lib/bootstrap-select/css/bootstrap-select.css" %}'>
<link rel='stylesheet' href='{% static "lib/select2/select2.css" %}'> <!-- Tmp -->
<link rel='stylesheet' href='{% static "css/swiper.min.css" %}'>

Loading…
Cancel
Save