commit/galaxy-central: guerler: ToolForm: Minor style fix

1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/139468c17732/ Changeset: 139468c17732 User: guerler Date: 2014-09-24 18:55:20+00:00 Summary: ToolForm: Minor style fix Affected #: 2 files diff -r 5a846bf0080bc7db4b7d99e9f6046182fbff8ec5 -r 139468c177324ecce07469265692988e92fb3842 static/style/blue/base.css --- a/static/style/blue/base.css +++ b/static/style/blue/base.css @@ -1294,7 +1294,7 @@ .ui-button-icon{margin-right:5px}.ui-button-icon ul i{font-size:1.2em;margin-right:5px;position:relative;top:1px} .ui-button-icon .button{margin-right:5px;margin-left:5px}.ui-button-icon .button .title{position:relative;font-size:0.8em;font-weight:normal;top:-1px} .ui-button-icon .button.disabled{filter:alpha(opacity=65);opacity:.65;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=65);filter:alpha(opacity=65)} -.ui-button-icon-plain{border:none !important;background:none !important;height:inherit !important} +.ui-button-icon-plain{border:none !important;background:none !important;height:inherit !important;width:inherit !important;padding-right:3px !important} .ui-tabs .ui-tabs-add{font-size:0.8em;margin-right:5px} .ui-tabs .ui-tabs-delete{font-size:0.8em;margin-left:5px;cursor:pointer} .ui-portlet,.ui-portlet-repeat,.ui-portlet-repeat{border:solid #d6b161 1px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;position:relative;clear:both;width:auto;height:100%}.ui-portlet .portlet-header{background:#ebd9b2;border-bottom:solid #d6b161 1px;padding:2px 8px;overflow:visible;float:right;width:100%}.ui-portlet .portlet-header .portlet-title .portlet-title-text{vertical-align:middle} diff -r 5a846bf0080bc7db4b7d99e9f6046182fbff8ec5 -r 139468c177324ecce07469265692988e92fb3842 static/style/src/less/ui.less --- a/static/style/src/less/ui.less +++ b/static/style/src/less/ui.less @@ -110,6 +110,8 @@ border: none !important; background: none !important; height: inherit !important; + width: inherit !important; + padding-right: 3px !important; } .ui-tabs { 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