first commit

This commit is contained in:
alazhar
2020-01-02 22:20:31 +07:00
commit 10eb3340ad
5753 changed files with 631345 additions and 0 deletions

View File

@ -0,0 +1,26 @@
#finder-filter-window {
margin: 10px 0 10px;
overflow: auto;
padding: 0;
width: 100%;
}
ul#finder-filter-select-dates {
list-style: none;
margin: 0;
padding: 0;
}
ul#finder-filter-select-dates li.filter-date {
background: none;
float: left;
list-style: none;
margin: 0;
padding: 5px 0;
text-align: left;
width: 49%;
}
ul#finder-filter-select-dates li.filter-date select.filter-date-operator {
margin-right: 10px;
}

View File

@ -0,0 +1,90 @@
#advanced-search {
text-align:left;
width:100%;
padding:5px 0 15px;
}
#advanced-search-toggle {
cursor:pointer;
}
#search-query-explained {
padding:10px 0;
}
#search-query-explained span.term,
#search-query-explained span.date,
#search-query-explained span.when,
#search-query-explained span.branch,
#search-query-explained span.node,
#search-query-explained span.op {
font-weight:bold;
}
#search-query-explained span.op {
text-transform:uppercase;
}
#search-results li.search-result .mime-pdf {
padding-left:20px;
background:url(../../system/images/pdf_button.png) no-repeat;
}
#search-results .search-pagination,
#search-results .pagination,
#search-results .search-pages-counter {
clear:both;
margin:0 auto;
}
#highlighter-start, #highlighter-end {
display:none;
height:0;
opacity:0;
}
span.highlight {
background-color:#FFFFCC;
font-weight:bold;
padding:1px 4px;
}
ul.autocompleter-choices {
position:absolute;
margin:0;
padding:0;
list-style:none;
border:1px solid #EEEEEE;
background-color:white;
border-right-color:#DDDDDD;
border-bottom-color:#DDDDDD;
text-align:left;
font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
z-index:50;
}
ul.autocompleter-choices li {
background:none;
position:relative;
padding:0.1em 1.5em 0.1em 1em;
cursor:pointer;
font-weight:normal;
font-size:1em;
}
ul.autocompleter-choices li.autocompleter-selected {
background-color:#444;
color:#fff;
}
ul.autocompleter-choices span.autocompleter-queried {
font-weight:bold;
}
ul.autocompleter-choices li.autocompleter-selected span.autocompleter-queried {
color:#9FCFFF;
}
ul#finder-filter-select-list {
top: 4em !important;
}

View File

@ -0,0 +1 @@
<!DOCTYPE html><title></title>

View File

@ -0,0 +1,17 @@
#finder-indexer-container {
text-align: center;
}
#finder-progress-container {
width: 350px;
margin: 0 auto;
}
h1.finder-error {
color: #FF0000;
}
p.finder-error {
color: #FF0000;
font-weight:bold;
}

View File

@ -0,0 +1,29 @@
#finder-filter-window {
width:100%;
padding:0;
margin:10px 0 10px;
overflow:auto;
}
#finder-filter-select-list {
clear: left;
list-style: none;
padding:0;
margin:0;
overflow:auto;
}
#finder-filter-select-list li, #finder-filter-select-list li.filter-branch {
list-style: none;
padding:5px 10px 5px 0;
margin:0;
float: left;
width:49%;
background: none;
text-align: left;
}
#finder-filter-select-list li label {
display:block;
clear:right;
}

View File

@ -0,0 +1,56 @@
#finder-filter-window {
width: 100%;
padding: 0;
margin: 10px 0 10px;
overflow: auto;
}
.checklist,
#branch-selectors {
border: 1px solid #ccc;
height: 220px;
overflow: auto;
width: 220px;
float: left;
margin: 0;
}
#finder-filter-window dl {
padding: 0;
margin: 0;
width: 220px;
}
.checklist {
border-left-width: 0;
}
#filter_lists div {
float: left;
}
.checklist dt,
#branch-selectors dt {
background-color: #F6F6F6;
border-bottom: 1px solid #ccc;
padding: 0 0 2px 2px;
width: 100%;
text-align: left;
}
.checklist,
.checklist dd,
#branch-selectors dd,
.checklist div.control-group,
#branch-selectors div.control-group {
margin: 0;
padding: 0 0 0 2px;
width: 100%;
text-align: left;
}
.checklist label:hover,
#branch-selectors label:hover {
background: #F6F6F6;
color: #000;
}