commit/galaxy-central: guerler: Charts: Small style fix
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/fa96c4b29e85/ Changeset: fa96c4b29e85 User: guerler Date: 2014-03-10 06:08:31 Summary: Charts: Small style fix Affected #: 3 files diff -r f3aa139c4bc4c41edbe42183f33680c01be9f44e -r fa96c4b29e85d0027dae381692420b79cecb9139 config/plugins/visualizations/charts/templates/charts.mako --- a/config/plugins/visualizations/charts/templates/charts.mako +++ b/config/plugins/visualizations/charts/templates/charts.mako @@ -11,7 +11,6 @@ <title>${hda.name} | ${visualization_name}</title> ${h.js( 'libs/jquery/jquery', - 'libs/jquery/select2', 'libs/bootstrap', 'libs/require', 'libs/underscore', diff -r f3aa139c4bc4c41edbe42183f33680c01be9f44e -r fa96c4b29e85d0027dae381692420b79cecb9139 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:8px;padding-top:4px;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:100%;float:right;border-left:1px solid #bfbfbf;padding-left:9px;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 f3aa139c4bc4c41edbe42183f33680c01be9f44e -r fa96c4b29e85d0027dae381692420b79cecb9139 static/style/src/less/ui.less --- a/static/style/src/less/ui.less +++ b/static/style/src/less/ui.less @@ -26,11 +26,10 @@ .button { position: relative; width: 25px; - height: inherit; + height: 100%; float: right; border-left: 1px solid @border-default-color; - font-size: 1.2em; - padding-left: 8px; + padding-left: 9px; 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