Updated Branches: refs/heads/master 2694f15ca -> 590b40f5f
OOZIE-1666 Child job link not working in safari and chrome (puru via ryota) Project: http://git-wip-us.apache.org/repos/asf/oozie/repo Commit: http://git-wip-us.apache.org/repos/asf/oozie/commit/590b40f5 Tree: http://git-wip-us.apache.org/repos/asf/oozie/tree/590b40f5 Diff: http://git-wip-us.apache.org/repos/asf/oozie/diff/590b40f5 Branch: refs/heads/master Commit: 590b40f5fd014099c6a8934f25e29a912a1b6eec Parents: 2694f15 Author: egashira <[email protected]> Authored: Tue Jan 14 09:24:10 2014 -0800 Committer: egashira <[email protected]> Committed: Tue Jan 14 09:24:10 2014 -0800 ---------------------------------------------------------------------- release-log.txt | 1 + webapp/src/main/webapp/oozie-console.css | 8 ++++++++ 2 files changed, 9 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/oozie/blob/590b40f5/release-log.txt ---------------------------------------------------------------------- diff --git a/release-log.txt b/release-log.txt index a1f5d73..ace2f0f 100644 --- a/release-log.txt +++ b/release-log.txt @@ -1,5 +1,6 @@ -- Oozie 4.1.0 release (trunk - unreleased) +OOZIE-1666 Child job link not working in safari and chrome (puru via ryota) OOZIE-1658 Add bundle, coord, wf and action related information to launched M/R jobs (puru via rohini) OOZIE-1664 PollablePriorityDelayQueue.poll() returns elements with +ve delay (shwethags via rohini) OOZIE-1661 Stream logs in oozie UI (puru via rohini) http://git-wip-us.apache.org/repos/asf/oozie/blob/590b40f5/webapp/src/main/webapp/oozie-console.css ---------------------------------------------------------------------- diff --git a/webapp/src/main/webapp/oozie-console.css b/webapp/src/main/webapp/oozie-console.css index 025eceb..0473fe3 100644 --- a/webapp/src/main/webapp/oozie-console.css +++ b/webapp/src/main/webapp/oozie-console.css @@ -20,3 +20,11 @@ font-weight:bold !important; color:#b03060; } +.ext-strict .ext-safari .x-small-editor .x-form-text { + height: 18px !important; +} +.ext-safari .x-form-field-wrap .x-form-trigger{ + position:static; + top:auto; + vertical-align:top; +}
