commit/galaxy-central: dannon: Remove toolForm styling from response box in cloudlaunch; strip unused page styles
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/e416f8c710b6/ Changeset: e416f8c710b6 User: dannon Date: 2013-10-01 23:32:17 Summary: Remove toolForm styling from response box in cloudlaunch; strip unused page styles Affected #: 1 file diff -r addd90e5adcd54cb5d78204093fba5519b95e059 -r e416f8c710b63d7fc9f682539929e9823c26f041 templates/webapps/galaxy/cloud/index.mako --- a/templates/webapps/galaxy/cloud/index.mako +++ b/templates/webapps/galaxy/cloud/index.mako @@ -13,41 +13,9 @@ ${parent.stylesheets()} ${h.css( "autocomplete_tagging" )} <style type="text/css"> - #new_history_p{ - line-height:2.5em; - margin:0em 0em .5em 0em; - } - #new_history_cbx{ - margin-right:.5em; - } - #new_history_input{ - display:none; - line-height:1em; - } - #ec_button_container{ - float:right; - } #hidden_options{ display:none; } - div.toolForm{ - margin-top: 10px; - margin-bottom: 10px; - } - div.toolFormTitle{ - cursor:pointer; - } - .title_ul_text{ - text-decoration:underline; - } - .step-annotation { - margin-top: 0.25em; - font-weight: normal; - font-size: 97%; - } - .workflow-annotation { - margin-bottom: 1em; - } #loading_indicator{ position:fixed; top:40px; @@ -285,7 +253,7 @@ </div></form></div> - <div id="responsePanel" class="toolForm" style="display:none;"> + <div id="responsePanel" style="display:none;"><div id="launchPending">Launch Pending, please be patient.</div><div id="launchSuccess" style="display:none;"><div id="keypairInfo" style="display:none;margin-bottom:20px;"> Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
commits-noreply@bitbucket.org