[hg] galaxy 2854: Back out history style changes for now.
details: http://www.bx.psu.edu/hg/galaxy/rev/b9873946cada changeset: 2854:b9873946cada user: jeremy goecks <jeremy.goecks@emory.edu> date: Thu Oct 08 14:08:46 2009 -0400 description: Back out history style changes for now. 2 file(s) affected in this change: static/june_2007_style/blue/history.css static/june_2007_style/history.css.tmpl diffs (24 lines): diff -r f46f6a26218b -r b9873946cada static/june_2007_style/blue/history.css --- a/static/june_2007_style/blue/history.css Thu Oct 08 13:38:57 2009 -0400 +++ b/static/june_2007_style/blue/history.css Thu Oct 08 14:08:46 2009 -0400 @@ -1,7 +1,7 @@ body{background:#C1C9E5;color:#303030;background-image:url(menu_bg.png);background-repeat:repeat-x;background-position:top;margin:5px;border:0;padding:0;} a{color:#303030;} div.historyLinks{padding:5px;margin:5px 0 5px 0;} -div.historyItem{margin:5px -5px 5px 0px;padding:5px 11px 5px 5px;border:solid #888888 1px;border-left:solid #888888 5px;border-right:solid #888888 1px;background:#EEEEEE;} +div.historyItem{margin:5px -5px 5px 0px;padding:5px 11px 5px 5px;border:solid #888888 1px;border-left:solid #888888 5px;border-right:none;background:#EEEEEE;} div.historyItem .state-icon{display:inline-block;vertical-align:middle;width:16px;height:16px;background-position:0 1px;background-repeat:no-repeat;} div.historyItem .historyItemTitle{line-height:16px;} div.historyItem div.historyItem{margin-right:-11px;} diff -r f46f6a26218b -r b9873946cada static/june_2007_style/history.css.tmpl --- a/static/june_2007_style/history.css.tmpl Thu Oct 08 13:38:57 2009 -0400 +++ b/static/june_2007_style/history.css.tmpl Thu Oct 08 14:08:46 2009 -0400 @@ -25,7 +25,7 @@ padding: 5px 11px 5px 5px; border: solid $history_queued_border 1px; border-left: solid $history_queued_border 5px; - border-right: solid $history_queued_border 1px; + border-right: none; background: $history_queued_bg; .state-icon { display: inline-block;
participants (1)
-
Greg Von Kuster