From 90c82f6ef2898753d6252181b8183adb32ed94ae Mon Sep 17 00:00:00 2001 From: Charles Hacskaylo Date: Mon, 21 Mar 2016 10:08:59 -0700 Subject: [PATCH] [Frontend] Timeline tooltip and field input tweaks #750 Refined tooltip for Resource Graphing; Increased size of Activity Link input field; --- platform/features/timeline/bundle.js | 3 ++- platform/features/timeline/res/templates/timeline.html | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/platform/features/timeline/bundle.js b/platform/features/timeline/bundle.js index f298cb887e..5ccb7bc0e4 100644 --- a/platform/features/timeline/bundle.js +++ b/platform/features/timeline/bundle.js @@ -324,7 +324,8 @@ define([ "dialog": { "control": "textfield", "name": "Link", - "pattern": "^(ftp|https?)\\:\\/\\/\\w+(\\.\\w+)*(\\:\\d+)?(\\/\\S*)*$" + "pattern": "^(ftp|https?)\\:\\/\\/\\w+(\\.\\w+)*(\\:\\d+)?(\\/\\S*)*$", + "cssclass": "l-input-lg" }, "property": "link" }, diff --git a/platform/features/timeline/res/templates/timeline.html b/platform/features/timeline/res/templates/timeline.html index 4c1eb91868..88903a7011 100644 --- a/platform/features/timeline/res/templates/timeline.html +++ b/platform/features/timeline/res/templates/timeline.html @@ -35,7 +35,7 @@