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

Commit

Permalink
Fix search form in settings pane
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed Dec 15, 2013
1 parent 3542e5c commit 952fd83
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 13 deletions.
4 changes: 3 additions & 1 deletion core/src/plugins/access.ajxp_conf/ajxp_conf.css
Expand Up @@ -96,7 +96,9 @@
}

.settings_search_container #search_form a{
color: #ffffff;
color: rgba(92, 92, 92, 0.61);
position: relative;
left: -32px;
}

.settings_search_container #search_form input{
Expand Down
3 changes: 0 additions & 3 deletions core/src/plugins/access.ajxp_conf/manifest.xml
Expand Up @@ -68,9 +68,6 @@
})
window.setTimeout(function(){ $("get_my_feed_button").hide(); }, 10);
$("browser").ajxpPaneObject.resize();
document.observeOnce("ajaxplorer:repository_list_refreshed",function(){
if(ajaxplorer.repositoryId == 'ajxp_conf') return;
});
});
</script>
]]></template_part>
Expand Down
9 changes: 0 additions & 9 deletions core/src/plugins/access.ajxp_user/manifest.xml
Expand Up @@ -120,17 +120,8 @@
<script>
document.observeOnce("ajaxplorer:context_changed", function(){
try{
$("global_toolbar").insert({bottom: $("search_container_settings")});
$("search_container_settings").show();
$("browser").ajxpPaneObject.resize();
}catch(e){}
document.observeOnce("ajaxplorer:repository_list_refreshed",function(){
if(ajaxplorer.repositoryId == 'ajxp_user') return;
try{
$("global_toolbar").down("#search_container_settings").ajxpPaneObject.destroy();
$("global_toolbar").down("#search_container_settings").remove();
}catch(e){}
});
});
window.setTimeout(function(){
try{ $("browser").ajxpPaneObject.resize(); }catch(e){}
Expand Down

0 comments on commit 952fd83

Please sign in to comment.