1 new commit in galaxy-central:
https://bitbucket.org/galaxy/galaxy-central/commits/6934f4ceed45/
Changeset: 6934f4ceed45
User: carlfeberhard
Date: 2014-05-27 17:54:12
Summary: Style fix: use scrolling overflow for long history annotation lines
Affected #: 2 files
diff -r 14c8fee2aedba44f1a21f233bc87412edcbc00aa -r
6934f4ceed4572bffde39303c2ca9a993f1ffc55 static/style/blue/base.css
--- a/static/style/blue/base.css
+++ b/static/style/blue/base.css
@@ -1692,7 +1692,7 @@
.history-panel .history-controls .tags-display label:after,.history-panel
.history-controls .annotation-display label:after{content:':'}
.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}
+.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%}
diff -r 14c8fee2aedba44f1a21f233bc87412edcbc00aa -r
6934f4ceed4572bffde39303c2ca9a993f1ffc55 static/style/src/less/history.less
--- a/static/style/src/less/history.less
+++ b/static/style/src/less/history.less
@@ -488,6 +488,7 @@
border: 1px solid fadeout( @layout-border-color, 50% );
padding: 4px;
white-space: pre-line;
+ overflow: auto;
}
.annotation:empty {
height: @icon-btn-size;
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.