commit/galaxy-central: guerler: ToolForm: Increase padding
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/df4692ae608d/ Changeset: df4692ae608d User: guerler Date: 2015-02-06 05:19:28+00:00 Summary: ToolForm: Increase padding Affected #: 2 files diff -r c1baa712a112f87bed7ec712bf79cfe92b6eb616 -r df4692ae608dd3463515da907ee3c70efafe334b static/style/blue/base.css --- a/static/style/blue/base.css +++ b/static/style/blue/base.css @@ -1427,9 +1427,9 @@ .ui-portlet-section{border-left:solid 3px #dfe5f9}.ui-portlet-section .portlet-header{background:#dfe5f9;border-bottom:solid #b4c2f1 1px} .ui-portlet-narrow{border:none}.ui-portlet-narrow .portlet-header{border-radius:3px;margin-bottom:5px}.ui-portlet-narrow .portlet-header .portlet-operations .ui-button-icon{margin-left:3px} .ui-portlet-narrow .portlet-content{padding:0px} -.ui-portlet-narrow .ui-table-form-section{padding-left:4px} +.ui-portlet-narrow .ui-table-form-section{padding-left:5px} .ui-portlet-narrow .ui-portlet-repeat .portlet-header,.ui-portlet-narrow .ui-portlet-section .portlet-header{border-radius:5px;border-bottom-left-radius:0px;border-top-left-radius:0px;margin-bottom:0px} -.ui-portlet-narrow .ui-portlet-repeat .portlet-content,.ui-portlet-narrow .ui-portlet-section .portlet-content{padding:0px;padding-left:4px} +.ui-portlet-narrow .ui-portlet-repeat .portlet-content,.ui-portlet-narrow .ui-portlet-section .portlet-content{padding:0px;padding-left:5px} .ui-portlet-limited,.ui-portlet-narrow,.ui-portlet-narrow{max-width:900px} .ui-popover{max-width:700px;display:none}.ui-popover .popover-close{position:absolute;right:10px;top:7px;font-size:1.2em;cursor:pointer} .ui-popover .popover-title{padding:4px 10px} diff -r c1baa712a112f87bed7ec712bf79cfe92b6eb616 -r df4692ae608dd3463515da907ee3c70efafe334b static/style/src/less/ui.less --- a/static/style/src/less/ui.less +++ b/static/style/src/less/ui.less @@ -249,7 +249,7 @@ padding: 0px; } .ui-table-form-section { - padding-left: 4px; + padding-left: 5px; } .ui-portlet-repeat { .portlet-header { @@ -260,7 +260,7 @@ } .portlet-content { padding: 0px; - padding-left: 4px; + padding-left: 5px; } } } 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