commit/galaxy-central: jgoecks: Scope a1276b504934 to tool form inputs only.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/b1a631d6b632/ changeset: b1a631d6b632 user: jgoecks date: 2012-07-17 03:10:39 summary: Scope a1276b504934 to tool form inputs only. affected #: 2 files diff -r 2cae0d81dec2023ef38c84037afe3ed0071c85ab -r b1a631d6b632ba7a61906d6a55e166689db83782 static/june_2007_style/base.less --- a/static/june_2007_style/base.less +++ b/static/june_2007_style/base.less @@ -694,9 +694,11 @@ font: inherit; } -select, textarea, input[type="text"], input[type="file"], input[type="password"] { - // -webkit-box-sizing: border-box; - max-width: 90%; +.form-row { + select, textarea, input[type="text"], input[type="file"], input[type="password"] { + // -webkit-box-sizing: border-box; + max-width: 90%; + } } textarea, input[type="text"], input[type="password"] { diff -r 2cae0d81dec2023ef38c84037afe3ed0071c85ab -r b1a631d6b632ba7a61906d6a55e166689db83782 static/june_2007_style/blue/base.css --- a/static/june_2007_style/blue/base.css +++ b/static/june_2007_style/blue/base.css @@ -576,7 +576,7 @@ .form-row.form-actions{background:whiteSmoke;border-top:solid #ddd 1px;padding-top:10px;padding-bottom:10px;margin-top:5px;} select{padding:2px;font-size:12px;line-height:16px;} select,input,textarea{font:inherit;} -select,textarea,input[type="text"],input[type="file"],input[type="password"]{max-width:90%;} +.form-row select,.form-row textarea,.form-row input[type="text"],.form-row input[type="file"],.form-row input[type="password"]{max-width:90%;} textarea,input[type="text"],input[type="password"]{font-size:12px;line-height:16px;border:1px solid #999999;padding:3px;} .search-query{display:inline-block;padding:4px;font-size:12px;line-height:16px;color:#555555;border:1px solid #999999;padding-left:14px !important;padding-right:14px !important;margin-bottom:0;-webkit-border-radius:14px;-moz-border-radius:14px;border-radius:14px;max-width:auto;} .search-query:focus{border-color:rgba(24, 132, 218, 0.8);-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(82, 168, 236, 0.6);-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(82, 168, 236, 0.6);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(82, 168, 236, 0.6);outline:0;outline:thin dotted \9;} 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)
-
Bitbucket