commit/galaxy-central: guerler: Masthead: Lower icons by one pixel
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/796f3129e903/ Changeset: 796f3129e903 User: guerler Date: 2015-01-11 18:16:00+00:00 Summary: Masthead: Lower icons by one pixel Affected #: 2 files diff -r 7833db9748f17c88f458976471e3aa64cb6e8d8b -r 796f3129e903e164e72ce9ec4db0158eb427ccac static/style/blue/base.css --- a/static/style/blue/base.css +++ b/static/style/blue/base.css @@ -1742,7 +1742,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:6px;right:110px;cursor:pointer;color:#999;overflow:hidden}#masthead .iconbar .symbol{float:left;margin:0px 10px;height:26px;font-size:11px} +#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 7833db9748f17c88f458976471e3aa64cb6e8d8b -r 796f3129e903e164e72ce9ec4db0158eb427ccac static/style/src/less/base.less --- a/static/style/src/less/base.less +++ b/static/style/src/less/base.less @@ -425,7 +425,7 @@ .iconbar { position : absolute; - top : 6px; + top : 7px; right : 110px; cursor : pointer; color : @gray-light; 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