commit/galaxy-central: guerler: Charts: Adjust style
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/f3aa139c4bc4/ Changeset: f3aa139c4bc4 User: guerler Date: 2014-03-10 02:37:01 Summary: Charts: Adjust style Affected #: 2 files diff -r c04776e03a54ef7d6d248541b008adf0491288ab -r f3aa139c4bc4c41edbe42183f33680c01be9f44e static/style/blue/base.css --- a/static/style/blue/base.css +++ b/static/style/blue/base.css @@ -1280,7 +1280,7 @@ .upload-settings .upload-settings-cover{position:absolute;width:100%;height:100%;top:0px;left:0px;background:#fff;opacity:0.4;cursor:no-drop} .popover-view{max-width:700px;display:none}.popover-view .popover-close{position:absolute;right:10px;top:7px;font-size:1.2em;cursor:pointer} .popover-view .popover-title{padding:4px 10px} -.styled-select{position:relative;height:27px;overflow:hidden;border:1px solid #bfbfbf;-moz-border-radius:3px;border-radius:3px}.styled-select .button{position:relative;width:25px;height:inherit;float:right;border-left:1px solid #bfbfbf;font-size:1.2em;padding-left:7px;padding-top:3px;background:#f2f2f2} +.styled-select{position:relative;height:27px;overflow:hidden;border:1px solid #bfbfbf;-moz-border-radius:3px;border-radius:3px}.styled-select .button{position:relative;width:25px;height:inherit;float:right;border-left:1px solid #bfbfbf;font-size:1.2em;padding-left:8px;padding-top:4px;background:#f2f2f2} .styled-select select{position:absolute;top:0px;height:100%;width:100%;padding-left:5px;cursor:pointer;background:transparent;border:0;border-radius:0;-webkit-appearance:none} .libraryRow{background-color:#ebd9b2} .datasetHighlighted{background-color:#f9f9f9} diff -r c04776e03a54ef7d6d248541b008adf0491288ab -r f3aa139c4bc4c41edbe42183f33680c01be9f44e static/style/src/less/ui.less --- a/static/style/src/less/ui.less +++ b/static/style/src/less/ui.less @@ -30,8 +30,8 @@ float: right; border-left: 1px solid @border-default-color; font-size: 1.2em; - padding-left: 7px; - padding-top: 3px; + padding-left: 8px; + padding-top: 4px; background: @btn-default-bg; } 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