commit/galaxy-central: guerler: Upload: Reduce line height
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/4362d887f48f/ Changeset: 4362d887f48f User: guerler Date: 2014-01-25 00:12:47 Summary: Upload: Reduce line height Affected #: 2 files diff -r b48698ef4da4976dcd177e81a6e45381310337c6 -r 4362d887f48fe1891f46fc1ee435045b79c3779a static/style/blue/base.css --- a/static/style/blue/base.css +++ b/static/style/blue/base.css @@ -1255,7 +1255,7 @@ .progress-button .progress-bar-success{background:#aff1af;border:0px} .progress-button .progress-bar-info{background:#ffc} .progress-button .progress-bar-notransition{-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none;transition:none} -.progress-button .label{position:absolute;top:0px;width:inherit;text-align:center;line-height:20px} +.progress-button .label{position:absolute;top:0px;width:inherit;text-align:center;line-height:19px} .upload-info{font-weight:normal;text-align:center} .upload-box{width:100%;height:95%;text-align:center;overflow:scroll;font-size:12px;line-height:1.33;-moz-border-radius:5px;border-radius:5px;border:1px dashed #bfbfbf;padding:10px;overflow-x:hidden;-ms-overflow-style:none}.upload-box .table{width:100%} .upload-box .table th{text-align:center;white-space:nowrap} diff -r b48698ef4da4976dcd177e81a6e45381310337c6 -r 4362d887f48fe1891f46fc1ee435045b79c3779a static/style/src/less/upload.less --- a/static/style/src/less/upload.less +++ b/static/style/src/less/upload.less @@ -39,7 +39,7 @@ top: 0px; width: inherit; text-align: center; - line-height: 20px; + line-height: 19px; } } 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