// BlockLayered 1.5 backward compatibility

This commit is contained in:
Jerome Nadaud
2013-12-09 18:21:31 +01:00
parent cf77deeba2
commit fcf568b9ea
12 changed files with 1328 additions and 613 deletions
+52 -20
View File
@@ -1,21 +1,53 @@
#error-filter-name { display: none; }
#layered_container_left ul, #layered_container_right ul { list-style-type: none; padding-left: 0px; }
.ui-effects-transfer { border: 1px solid #CCC; }
.ui-state-highlight { height: 1.5em; line-height: 1.2em; }
ul#selected_filters, #layered_container_right ul { list-style-type: none; margin: 0; padding: 0; }
ul#selected_filters li, #layered_container_right ul li { width: 326px; font-size: 11px; padding: 8px 9px 7px 20px; height: 14px; margin-bottom: 5px; }
ul#selected_filters li span.ui-icon { position: absolute; margin-top: -2px; margin-left: -18px; }
#layered_container_right ul li span { display: none; }
#layered_container_right ul li { padding-left: 8px; position: relative; }
#layered_container_left ul li { cursor: move; position: relative; }
#layered-cat-counter { display: none; }
#layered-step-2, #layered-step-3 { display: none; }
#layered-step-2 h3 { margin-top: 0; }
#table-filter-templates tr th, #table-filter-templates tr td { text-align: center; }
.filter_type { width: 70px; position: absolute; right: 53px; top: 5px;}
.filter_show_limit { position: absolute; width: 40px; right: 5px; top: 5px; }
#layered-step-3 .alert { width: auto; }
#fancybox-content {
height: 400px !important;
overflow: auto !important;
.table-filter-templates, .table-configurations {
width: 100%;
}
.table-configurations td {
padding: 10px;
}
.table-configurations .label {
text-align: right;
font-weight: bold;
width: 30%;
vertical-align: top;
}
.help-block {
font-weight: normal;
font-style: italic;
font-size: 11px;
}
.text-right {
text-align: right;
}
.text-left {
text-align: left;
}
.filter_panel header {
margin-bottom: 10px;
font-weight: bold;
}
.filter_list {
background-color: #fff;
padding-top: 1px;
padding-bottom: 1px;
}
.filter_list_item {
background-color: #E9E9E9;
margin: 5px;
}
.filter_list_item td {
white-space: nowrap;
}
.filter_list_item .filter-title {
font-weight: bold;
width: 100%;
}