commit/galaxy-central: jgoecks: Fold tool panel styles back into base.css and include new style for tool panel in panel (w/o iframe).
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/727451613681/ changeset: 727451613681 user: jgoecks date: 2012-04-09 21:20:15 summary: Fold tool panel styles back into base.css and include new style for tool panel in panel (w/o iframe). affected #: 4 files diff -r 2514a9fe8d40e188f8964c5b838e6f46bdc4f66c -r 7274516136812ee0a84aa69f420348848d1b5b08 static/june_2007_style/base.less --- a/static/june_2007_style/base.less +++ b/static/june_2007_style/base.less @@ -1632,6 +1632,10 @@ margin-top: 5px; } +.unified-panel-body > .toolMenu { + padding: 10px; +} + div.toolSectionPad { margin: 0; @@ -1641,7 +1645,7 @@ } div.toolSectionWrapper { - // margin-bottom: 5px; + margin-bottom: 5px; } div.toolSectionDetailsInner @@ -1657,8 +1661,8 @@ div.toolPanelLabel { - //padding-top: 10px; - //padding-bottom: 5px; + padding-top: 10px; + padding-bottom: 5px; font-weight: bold; color: gray; text-transform: uppercase; @@ -1686,8 +1690,15 @@ div.toolTitleNoSection { - padding-bottom: 0px; + padding-bottom: 5px; font-weight: bold; } +#tool-search { + padding-top: 5px; + padding-bottom: 10px; + position: relative; +} + + @import "base_sprites"; diff -r 2514a9fe8d40e188f8964c5b838e6f46bdc4f66c -r 7274516136812ee0a84aa69f420348848d1b5b08 static/june_2007_style/blue/base.css --- a/static/june_2007_style/blue/base.css +++ b/static/june_2007_style/blue/base.css @@ -713,13 +713,16 @@ 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;} .toolMenuContainer{color:#303030;background:#dfe5f9;margin-top:5px;} +.unified-panel-body>.toolMenu{padding:10px;} div.toolSectionPad{margin:0;padding:0;height:5px;font-size:0px;} +div.toolSectionWrapper{margin-bottom:5px;} div.toolSectionDetailsInner{margin-left:5px;margin-right:5px;} div.toolSectionTitle{font-weight:bold;} -div.toolPanelLabel{font-weight:bold;color:gray;text-transform:uppercase;} +div.toolPanelLabel{padding-top:10px;padding-bottom:5px;font-weight:bold;color:gray;text-transform:uppercase;} div.toolTitle{padding-top:5px;padding-bottom:5px;margin-left:16px;margin-right:10px;display:list-item;list-style:square outside;} div.toolSectionBody div.toolPanelLabel{padding-top:5px;padding-bottom:5px;margin-left:16px;margin-right:10px;display:list-item;list-style:none outside;} -div.toolTitleNoSection{padding-bottom:0px;font-weight:bold;} +div.toolTitleNoSection{padding-bottom:5px;font-weight:bold;} +#tool-search{padding-top:5px;padding-bottom:10px;position:relative;} .icon-button.display{background:url(history-buttons.png) no-repeat 0px 0px;} .icon-button.display:hover{background:url(history-buttons.png) no-repeat 0px -26px;} .icon-button.display_disabled{background:url(history-buttons.png) no-repeat 0px -52px;} diff -r 2514a9fe8d40e188f8964c5b838e6f46bdc4f66c -r 7274516136812ee0a84aa69f420348848d1b5b08 static/june_2007_style/blue/tool_menu.css --- a/static/june_2007_style/blue/tool_menu.css +++ b/static/june_2007_style/blue/tool_menu.css @@ -1,4 +0,0 @@ -#tool-search{padding-top:5px;padding-bottom:10px;position:relative;} -div.toolSectionWrapper{margin-bottom:5px;} -div.toolPanelLabel{padding-top:10px;padding-bottom:5px;font-weight:bold;color:gray;text-transform:uppercase;} -div.toolTitleNoSection{padding-bottom:5px;font-weight:bold;} diff -r 2514a9fe8d40e188f8964c5b838e6f46bdc4f66c -r 7274516136812ee0a84aa69f420348848d1b5b08 static/june_2007_style/tool_menu.css.tmpl --- a/static/june_2007_style/tool_menu.css.tmpl +++ b/static/june_2007_style/tool_menu.css.tmpl @@ -1,23 +0,0 @@ -#tool-search { - padding-top: 5px; - padding-bottom: 10px; - position: relative; -} - -div.toolSectionWrapper { - margin-bottom: 5px; -} - -div.toolPanelLabel { - padding-top: 10px; - padding-bottom: 5px; - font-weight: bold; - color: gray; - text-transform: uppercase; -} - -div.toolTitleNoSection -{ - padding-bottom: 5px; - font-weight: bold; -} \ No newline at end of file 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)
-
Bitbucket