commit/galaxy-central: carlfeberhard: Fix to 5c58466: correct margins of dataset messages
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/21d05dda71c7/ Changeset: 21d05dda71c7 User: carlfeberhard Date: 2014-07-31 21:39:04 Summary: Fix to 5c58466: correct margins of dataset messages Affected #: 2 files diff -r a4fc4ba21a254415c6245a23f1842b997c653e31 -r 21d05dda71c74f673b94fcd7c1e34b27ec5e5040 static/style/blue/base.css --- a/static/style/blue/base.css +++ b/static/style/blue/base.css @@ -1735,15 +1735,15 @@ .dataset .details .display-applications .display-application:last-child{margin-bottom:8px} .dataset .details .dataset-peek{margin-bottom:8px;width:100%;margin:0px;border-radius:3px;background:white;color:black;font-size:10px;overflow:auto}.dataset .details .dataset-peek th{color:white;background:#5f6990} .dataset .details .dataset-peek table,.dataset .details .dataset-peek th,.dataset .details .dataset-peek tr,.dataset .details .dataset-peek td{font-family:Monaco,Menlo,Consolas,"Courier New",monospace;font-size:10px} -.history-panel [class$="messagesmall"]{margin:0px} -.history-panel .editable-text{border:solid transparent 1px} -.history-panel .editable-text:hover{cursor:pointer;border:1px dotted #999999} -.history-panel .message-container{cursor:pointer} -.history-panel .message-container [class$=message]{margin:0px;margin-bottom:8px} -.history-panel .history-controls{margin:10px;padding:0px}.history-panel .history-controls .history-search-controls{display:none;padding:0px 0px 8px 0px} +.history-panel .history-controls{margin:10px;padding:0px}.history-panel .history-controls [class$="messagesmall"]{margin:0px} +.history-panel .history-controls .message-container{cursor:pointer} +.history-panel .history-controls .message-container [class$=message]{margin:0px;margin-bottom:8px} +.history-panel .history-controls .history-search-controls{display:none;padding:0px 0px 8px 0px} .history-panel .history-controls .history-title{margin-bottom:8px} .history-panel .history-controls .history-name{word-wrap:break-word;font-weight:bold} .history-panel .history-controls .history-title input{width:100%;margin:-2px 0 -2px -4px;font-weight:bold} +.history-panel .history-controls .editable-text{border:solid transparent 1px} +.history-panel .history-controls .editable-text:hover{cursor:pointer;border:1px dotted #999999} .history-panel .history-controls .history-subtitle{margin-bottom:8px} .history-panel .history-controls .history-size{float:left} .history-panel .history-controls .history-secondary-actions{display:inline-block;float:right}.history-panel .history-controls .history-secondary-actions .icon-btn:not(:last-child){margin:0px;border-radius:0px;border-right:none} diff -r a4fc4ba21a254415c6245a23f1842b997c653e31 -r 21d05dda71c74f673b94fcd7c1e34b27ec5e5040 static/style/src/less/history.less --- a/static/style/src/less/history.less +++ b/static/style/src/less/history.less @@ -525,30 +525,21 @@ // ---------------------------------------------------------------------------- history .history-panel { - [class$="messagesmall"] { - margin: 0px; - } - - .editable-text { - border: solid transparent 1px; - } - .editable-text:hover { - cursor: pointer; - border: 1px dotted #999999; - } - - .message-container { - cursor: pointer; - } - .message-container [class$=message] { - margin: 0px; - margin-bottom: 8px; - } - .history-controls { margin: 10px; padding: 0px; + [class$="messagesmall"] { + margin: 0px; + } + .message-container { + cursor: pointer; + } + .message-container [class$=message] { + margin: 0px; + margin-bottom: 8px; + } + .history-search-controls { display: none; padding: 0px 0px 8px 0px; @@ -567,6 +558,13 @@ margin: -2px 0px -2px -4px; font-weight: bold; } + .editable-text { + border: solid transparent 1px; + } + .editable-text:hover { + cursor: pointer; + border: 1px dotted #999999; + } .history-subtitle { margin-bottom: 8px; 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