[hg] galaxy 3249: redo panel template change
details: http://www.bx.psu.edu/hg/galaxy/rev/85d032d94db1 changeset: 3249:85d032d94db1 user: Kanwei Li <kanwei@gmail.com> date: Tue Jan 19 13:41:53 2010 -0500 description: redo panel template change diffstat: static/june_2007_style/panel_layout.css.tmpl | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diffs (27 lines): diff -r 08e1f40f2b93 -r 85d032d94db1 static/june_2007_style/panel_layout.css.tmpl --- a/static/june_2007_style/panel_layout.css.tmpl Fri Jan 15 17:29:19 2010 -0500 +++ b/static/june_2007_style/panel_layout.css.tmpl Tue Jan 19 13:41:53 2010 -0500 @@ -139,12 +139,13 @@ display: inline-block; cursor: pointer; margin: -1px; padding: 1px; + margin-top: -0.2em; + border: solid #999 1px; padding-right: 0.5em; padding-left: 0.5em; -moz-border-radius: 0.5em; -webkit-border-radius: 0.5em; border-radius: 0.5em; - background: #bbb; } .panel-header-button.popup { @@ -154,7 +155,7 @@ .panel-header-button:hover { color: black; - background-color: #aaaaaa; + background-color: #ccc; } .panel-header-button:active {
participants (1)
-
Greg Von Kuster