commit/galaxy-central: carlfeberhard: Style fix: remove manual height setting on empty annotation fields
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/44df8d9c9aa1/ Changeset: 44df8d9c9aa1 User: carlfeberhard Date: 2014-05-27 18:14:50 Summary: Style fix: remove manual height setting on empty annotation fields Affected #: 2 files diff -r 6934f4ceed4572bffde39303c2ca9a993f1ffc55 -r 44df8d9c9aa11acf796f88203551a92ac03c559d static/style/blue/base.css --- a/static/style/blue/base.css +++ b/static/style/blue/base.css @@ -1663,7 +1663,6 @@ .hda.dataset .dataset-body .dataset-actions .right .icon-btn{margin-left:2px} .hda.dataset .dataset-body .tags-display{display:none;margin-bottom:8px}.hda.dataset .dataset-body .tags-display .select2-container{min-width:0px}.hda.dataset .dataset-body .tags-display .select2-container .select2-choices{border-radius:3px} .hda.dataset .dataset-body .annotation-display{display:none;margin-bottom:8px}.hda.dataset .dataset-body .annotation-display .annotation{border-radius:3px;border:1px solid rgba(153,153,153,0.30000000000000004);padding:4px;white-space:pre-line;overflow:auto} -.hda.dataset .dataset-body .annotation-display .annotation:empty{height:22px} .hda.dataset .dataset-body .annotation-display .annotation:empty:after{position:relative;top:-4px;font-size:10px;font-style:italic;color:grey;content:'Click here to edit annotation'} .hda.dataset .dataset-body .annotation-display textarea{margin:0px 0px 2px 0px;display:block;border-radius:3px;width:100%} .hda.dataset .dataset-body .dataset-display-applications .display-application:last-child{margin-bottom:8px} @@ -1693,7 +1692,6 @@ .history-panel .history-controls .tags-display .select2-container{min-width:0px}.history-panel .history-controls .tags-display .select2-container .select2-choices{border-radius:3px} .history-panel .history-controls .tags-display input{border-radius:3px} .history-panel .history-controls .annotation-display .annotation{border-radius:3px;border:1px solid rgba(153,153,153,0.5);padding:4px;white-space:pre-line;overflow:auto} -.history-panel .history-controls .annotation-display .annotation:empty{height:22px} .history-panel .history-controls .annotation-display .annotation:empty:after{position:relative;top:-4px;font-size:10px;font-style:italic;color:grey;content:'Click here to edit annotation'} .history-panel .history-controls .annotation-display textarea{margin:0px 0px 2px 0px;display:block;border-radius:3px;width:100%} .history-panel .history-controls .history-dataset-actions{display:none}.history-panel .history-controls .history-dataset-actions:before,.history-panel .history-controls .history-dataset-actions:after{content:" ";display:table;} diff -r 6934f4ceed4572bffde39303c2ca9a993f1ffc55 -r 44df8d9c9aa11acf796f88203551a92ac03c559d static/style/src/less/history.less --- a/static/style/src/less/history.less +++ b/static/style/src/less/history.less @@ -311,9 +311,6 @@ white-space: pre-line; overflow: auto; } - .annotation:empty { - height: @icon-btn-size; - } // fake placeholder for editable text annotation .annotation:empty:after { position: relative; @@ -490,9 +487,6 @@ white-space: pre-line; overflow: auto; } - .annotation:empty { - height: @icon-btn-size; - } // fake placeholder for editable text annotation .annotation:empty:after { position: relative; 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