commit/galaxy-central: guerler: UI: Fix iconbar css
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/1ff7ac24ec00/ Changeset: 1ff7ac24ec00 User: guerler Date: 2013-12-05 06:05:20 Summary: UI: Fix iconbar css Affected #: 2 files diff -r d787fe355c86b11f4f70534d9a4b2e4631aa9782 -r 1ff7ac24ec0011ed3da190164e4e5b1877741e62 static/style/blue/base.css --- a/static/style/blue/base.css +++ b/static/style/blue/base.css @@ -1311,7 +1311,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} +#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 .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:#BCC800} .quota-meter-container{position:absolute;top:0;right:0;height:32px} diff -r d787fe355c86b11f4f70534d9a4b2e4631aa9782 -r 1ff7ac24ec0011ed3da190164e4e5b1877741e62 static/style/src/less/base.less --- a/static/style/src/less/base.less +++ b/static/style/src/less/base.less @@ -431,6 +431,7 @@ { float : left; margin : 0px 10px; + height : 26px; } .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