commit/galaxy-central: guerler: Scratchbook: Make UI buttons smaller
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/ad603bf9062c/ Changeset: ad603bf9062c User: guerler Date: 2014-01-20 16:28:59 Summary: Scratchbook: Make UI buttons smaller Affected #: 3 files diff -r cdd88bdbbf93ce2cec2f4b6b086c5edb7b080c8c -r ad603bf9062cc505e8ca2dad91dc22a3c378d8fd config/plugins/visualizations/charts/static/charts/bardiagram.js --- a/config/plugins/visualizations/charts/static/charts/bardiagram.js +++ b/config/plugins/visualizations/charts/static/charts/bardiagram.js @@ -1,5 +1,5 @@ // dependencies -define(['library/utils'], function(Utils) { +define([], function() { // widget return Backbone.View.extend( @@ -8,7 +8,6 @@ initialize: function(app, options) { this.app = app; this.options = options; - this.chart = options.chart; }, // render diff -r cdd88bdbbf93ce2cec2f4b6b086c5edb7b080c8c -r ad603bf9062cc505e8ca2dad91dc22a3c378d8fd static/style/blue/base.css --- a/static/style/blue/base.css +++ b/static/style/blue/base.css @@ -1368,7 +1368,7 @@ #masthead li.dropdown>a:hover .caret{border-top-color:gold;border-bottom-color:gold} #masthead .navbar-brand{position:absolute;left:0;top:0;font-family:verdana;font-weight:bold;font-size:20px;line-height:1;color:white;padding:5px 20px 12px;margin-left:-15px;z-index:2000}#masthead .navbar-brand img{display:inline;width:26px;vertical-align:top} #masthead .navbar-brand a{color:white;text-decoration:none} -#masthead .iconbar{position:absolute;top:5px;right:110px;cursor:pointer;color:#999;overflow:hidden}#masthead .iconbar .symbol{float:left;margin:0px 10px;height:26px} +#masthead .iconbar{position:absolute;top:7px;right:110px;cursor:pointer;color:#999;overflow:hidden}#masthead .iconbar .symbol{float:left;margin:0px 10px;height:26px;font-size:11px} #masthead .iconbar .symbol .number{font-weight:bold;font-size:10px;font-family:"Lucida Grande",verdana,arial,helvetica,sans-serif;position:relative;left:23px;top:-12px} #masthead .iconbar .toggle{color:gold} .quota-meter-container{position:absolute;top:0;right:0;height:32px} diff -r cdd88bdbbf93ce2cec2f4b6b086c5edb7b080c8c -r ad603bf9062cc505e8ca2dad91dc22a3c378d8fd static/style/src/less/base.less --- a/static/style/src/less/base.less +++ b/static/style/src/less/base.less @@ -423,7 +423,7 @@ .iconbar { position : absolute; - top : 5px; + top : 7px; right : 110px; cursor : pointer; color : @gray-light; @@ -434,6 +434,7 @@ float : left; margin : 0px 10px; height : 26px; + font-size : 11px; } .symbol .number 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)
-
commits-noreply@bitbucket.org