1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/fb2f063768ee/ changeset: fb2f063768ee user: jgoecks date: 2012-04-09 19:31:08 summary: Simplify and generalize tool menu container style. affected #: 3 files diff -r 849fcfda099e3fb55a0cad7e0e478142930d2e8e -r fb2f063768ee4aa59cff90680baa5ad9195f17cf static/june_2007_style/base.less --- a/static/june_2007_style/base.less +++ b/static/june_2007_style/base.less @@ -1625,14 +1625,11 @@ // ==== Tool menu styles -body.toolMenuPage +.toolMenuContainer { - background: white; color: @base_text; background: @menu_bg_over; - margin: 5px; - margin-right: 10px; - margin-left: 10px; + margin-top: 5px; } div.toolSectionPad diff -r 849fcfda099e3fb55a0cad7e0e478142930d2e8e -r fb2f063768ee4aa59cff90680baa5ad9195f17cf static/june_2007_style/blue/base.css --- a/static/june_2007_style/blue/base.css +++ b/static/june_2007_style/blue/base.css @@ -712,7 +712,7 @@ div.historyItemBody div{padding-top:2px;} pre.peek{background:white;color:black;width:100%;font-size:10px;overflow:auto;}pre.peek th{color:white;background:#023858;} pre.peek table,pre.peek th,pre.peek tr,pre.peek td{font-family:Menlo,Monaco,"Courier New",monospace;font-size:10px;} -body.toolMenuPage{background:white;color:#303030;background:#dfe5f9;margin:5px;margin-right:10px;margin-left:10px;} +.toolMenuContainer{color:#303030;background:#dfe5f9;margin-top:5px;} div.toolSectionPad{margin:0;padding:0;height:5px;font-size:0px;} div.toolSectionDetailsInner{margin-left:5px;margin-right:5px;} div.toolSectionTitle{font-weight:bold;} diff -r 849fcfda099e3fb55a0cad7e0e478142930d2e8e -r fb2f063768ee4aa59cff90680baa5ad9195f17cf templates/root/tool_menu.mako --- a/templates/root/tool_menu.mako +++ b/templates/root/tool_menu.mako @@ -89,7 +89,7 @@ </%def> ## Default body -<body class="toolMenuPage"> +<body class="toolMenuContainer"><div class="toolMenu"> ## Feedback when search returns no results. 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.