[hg] galaxy 3227: Tweaking style of panel header buttons
details: http://www.bx.psu.edu/hg/galaxy/rev/892199a8078e changeset: 3227:892199a8078e user: James Taylor <james@jamestaylor.org> date: Tue Jan 12 11:42:22 2010 -0500 description: Tweaking style of panel header buttons diffstat: static/june_2007_style/blue/panel_layout.css | 4 ++-- static/june_2007_style/panel_layout.css.tmpl | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diffs (42 lines): diff -r a7deb5c197ad -r 892199a8078e static/june_2007_style/blue/panel_layout.css --- a/static/june_2007_style/blue/panel_layout.css Tue Jan 12 11:37:45 2010 -0500 +++ b/static/june_2007_style/blue/panel_layout.css Tue Jan 12 11:42:22 2010 -0500 @@ -24,9 +24,9 @@ .unified-panel-header-inner{padding-top:0.45em;} .menu-bg{background:#C1C9E5 url(menu_bg.png) top repeat-x;} div.unified-panel-body{position:absolute;top:2em;bottom:0;width:100%;margin-top:1px;} -.panel-header-button{color:#333;text-decoration:none;display:inline-block;cursor:pointer;margin:-1px;padding: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{color:#333;text-decoration:none;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;} .panel-header-button.popup{padding-right:1.75em;background:url(../images/dropdownarrow.png) no-repeat right 7px;} -.panel-header-button:hover{color:black;background-color:#aaaaaa;} +.panel-header-button:hover{color:black;background-color:#ccc;} .panel-header-button:active{color:white;background-color:#aaaaaa;} #overlay{position:fixed;top:0;left:0;width:100%;height:100%;z-index:20000;} .dialog-box-container{position:relative;margin-top:80px;margin-right:auto;margin-left:auto;} diff -r a7deb5c197ad -r 892199a8078e static/june_2007_style/panel_layout.css.tmpl --- a/static/june_2007_style/panel_layout.css.tmpl Tue Jan 12 11:37:45 2010 -0500 +++ b/static/june_2007_style/panel_layout.css.tmpl Tue Jan 12 11:42:22 2010 -0500 @@ -144,12 +144,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 { @@ -159,7 +160,7 @@ .panel-header-button:hover { color: black; - background-color: #aaaaaa; + background-color: #ccc; } .panel-header-button:active {
participants (1)
-
Greg Von Kuster