commit/galaxy-central: carlfeberhard: Active history content: change style as suggested
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/84b3e72b8dcf/ Changeset: 84b3e72b8dcf User: carlfeberhard Date: 2014-11-10 15:50:03+00:00 Summary: Active history content: change style as suggested Affected #: 2 files diff -r 5f9b606ca882e8db038bd5ed67f124d8537cbe01 -r 84b3e72b8dcf5ce9f10040024459872fe7e6f98e static/style/blue/base.css --- a/static/style/blue/base.css +++ b/static/style/blue/base.css @@ -1980,9 +1980,7 @@ .annotated-history-panel table.list-items>tbody>tr>td:nth-child(2){padding:8px 16px 8px 16px;white-space:pre-wrap} .annotated-history-panel table.list-items>tbody>tr>td>.list-item{border:0px} .annotated-history-panel .empty-message{margin-top:8px} -.current-history-panel .list-item.history-content.current-content{border:2px solid #333;border-bottom-width:2px}.current-history-panel .list-item.history-content.current-content .primary-actions{margin:5px 8px 0px 0px} -.current-history-panel .list-item.history-content.current-content .title-bar{padding:5px 8px 5px 6px} -.current-history-panel .list-item.history-content.current-content .details{padding:0px 8px 5px 6px} +.current-history-panel .list-item.history-content.current-content{border-left:5px solid #4E5777} body.historyPage{background:#dfe5f9;color:#000;margin:5px;border:0;padding:0} div.historyLinks{margin:5px 5px} div.historyItem{margin:0 -5px;padding:8px 10px;border-top:solid #bfbfbf 1px;border-right:none;word-wrap:break-word;background:#eee}div.historyItem .state-icon{display:inline-block;vertical-align:middle;width:16px;height:16px;background-position:0 1px;background-repeat:no-repeat} diff -r 5f9b606ca882e8db038bd5ed67f124d8537cbe01 -r 84b3e72b8dcf5ce9f10040024459872fe7e6f98e static/style/src/less/history.less --- a/static/style/src/less/history.less +++ b/static/style/src/less/history.less @@ -595,19 +595,11 @@ // ---------------------------------------------------------------------------- current-history-panel .current-history-panel { + // .current-content is added to dataset/collection when displayed/edited/visualized, etc. + // (roughly: when it's being used in the center panel) .list-item.history-content.current-content { - - border: 2px solid #333; - border-bottom-width: 2px; - .primary-actions { - margin: 5px 8px 0px 0px; - } - .title-bar { - padding: 5px 8px 5px 6px; - } - .details { - padding: 0px 8px 5px 6px; - } + //TODO: Galaxy's 'bs-primary' color - not sure where this is defined + border-left: 5px solid #4E5777; } } 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