Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Materialize search results pane
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed Jul 11, 2016
1 parent 3ba426f commit 60dcdcd
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
Expand Up @@ -141,6 +141,12 @@
border-right:1px solid #eee;
}

span.icon-save{
font-size: 0.8em;
display: inline-block;
margin:0 5px;
}

.close_results.icon-remove-sign,
.close_results.mdi-close {
position: absolute;
Expand All @@ -161,9 +167,11 @@
}

span.toggle_button.open,span.toggle_button.close{
transition: @bezier_transition;
display: inline-block;
padding: 5px 16px;
font-weight: 500;
font-size: 14px;
cursor: pointer;
border-radius: 1px;
span.icon-chevron-left{
Expand Down
7 changes: 7 additions & 0 deletions core/src/plugins/gui.ajax/res/themes/orbit/css/pydio.css
Expand Up @@ -2822,6 +2822,11 @@ div.selection_ctrl_key {
border-bottom: 1px solid #eee;
border-right: 1px solid #eee;
}
#search_container #search_results_cont span.icon-save {
font-size: 0.8em;
display: inline-block;
margin: 0 5px;
}
#search_container #search_results_cont .close_results.icon-remove-sign,
#search_container #search_results_cont .close_results.mdi-close {
position: absolute;
Expand All @@ -2842,9 +2847,11 @@ div.selection_ctrl_key {
}
#search_container #search_results_cont #basic_search span.toggle_button.open,
#search_container #search_results_cont #basic_search span.toggle_button.close {
transition: all 550ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
display: inline-block;
padding: 5px 16px;
font-weight: 500;
font-size: 14px;
cursor: pointer;
border-radius: 1px;
}
Expand Down

0 comments on commit 60dcdcd

Please sign in to comment.