commit/galaxy-central: guerler: Make icon number in icon bar a little bit smaller
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/00d3bdc6e73d/ Changeset: 00d3bdc6e73d User: guerler Date: 2013-10-15 17:14:23 Summary: Make icon number in icon bar a little bit smaller Affected #: 2 files diff -r 01b94ad2c37734c2692744861948eb79c3d32af2 -r 00d3bdc6e73d65126b97eb38289dc52688f810a3 static/style/blue/base.css --- a/static/style/blue/base.css +++ b/static/style/blue/base.css @@ -1182,7 +1182,7 @@ #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:2px;right:110px;cursor:pointer;color:#999;overflow:hidden}#masthead .iconbar .symbol{float:left;margin:0px 10px} -#masthead .iconbar .symbol .number{font-weight:bold;font-size:12px;font-family:"Lucida Grande",verdana,arial,helvetica,sans-serif;position:relative;left:23px;top:-18px} +#masthead .iconbar .symbol .number{font-weight:bold;font-size:10px;font-family:"Lucida Grande",verdana,arial,helvetica,sans-serif;position:relative;left:23px;top:-16px} #masthead .iconbar .toggle{color:#BCC800} .quota-meter-container{position:absolute;top:0;right:0;height:32px} .quota-meter{position:absolute;top:8px;right:8px;height:16px;width:100px;background-color:#f5f5f5} @@ -1462,3 +1462,4 @@ .icon-button.arrow-split:hover{background-image:url(sprite-fugue.png);background-position:0px -128px;width:16px;height:16px;height:16px} .icon-button.chevron-expand:hover{background-image:url(sprite-fugue.png);background-position:0px -336px;width:16px;height:16px;height:16px} .icon-button.chevron-expand{background-image:url(sprite-fugue.png);background-position:0px -320px;width:16px;height:16px;height:16px} +#for_bears{display:none} diff -r 01b94ad2c37734c2692744861948eb79c3d32af2 -r 00d3bdc6e73d65126b97eb38289dc52688f810a3 static/style/src/less/base.less --- a/static/style/src/less/base.less +++ b/static/style/src/less/base.less @@ -423,11 +423,11 @@ .symbol .number { font-weight : bold; - font-size : 12px; + font-size : 10px; font-family : @font-family-sans-serif; position : relative; left : 23px; - top : -18px; + top : -16px; } .toggle 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