commit/galaxy-central: dannon: Add pause icon from fontawesome to paused dataset display.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/9e1d821b5c12/ changeset: 9e1d821b5c12 user: dannon date: 2012-11-16 17:35:07 summary: Add pause icon from fontawesome to paused dataset display. affected #: 2 files diff -r 951ae6588d1630858ed55afcff4d426761a25268 -r 9e1d821b5c12f56bbfe1923ea1092608054c9d08 static/june_2007_style/base.less --- a/static/june_2007_style/base.less +++ b/static/june_2007_style/base.less @@ -1640,6 +1640,12 @@ div.historyItem-paused { // border-color: @history_paused_border; background: @history_paused_bg; + .state-icon { + .ficon(); + &:before { + content: "\f04c"; + } + } } // Special case for showing the spinner but not changing the background diff -r 951ae6588d1630858ed55afcff4d426761a25268 -r 9e1d821b5c12f56bbfe1923ea1092608054c9d08 static/june_2007_style/blue/base.css --- a/static/june_2007_style/blue/base.css +++ b/static/june_2007_style/blue/base.css @@ -851,7 +851,7 @@ div.historyItem-upload{background:#ccccff;}div.historyItem-upload .state-icon{background-image:url(data_upload.gif);} div.historyItem-queued{background:#eeeeee;} div.historyItem-noPermission{filter:alpha(opacity=60);-moz-opacity:.60;opacity:.60;} -div.historyItem-paused{background:#d9edf7;} +div.historyItem-paused{background:#d9edf7;}div.historyItem-paused .state-icon{font-family:FontAwesome;font-weight:normal;font-style:normal;display:inline-block;}div.historyItem-paused .state-icon:before{content:"\f04c";} div.historyItemTitleBar.spinner .state-icon{background:url(data_running.gif) 0 1px no-repeat !important;} div.historyItemButtons{float:right;} div.historyItemBody div{padding-top:2px;} 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