[Frontend] Timeline tooltip and field input tweaks

#750
Refined tooltip for Resource Graphing;
Increased size of Activity Link input field;
This commit is contained in:
Charles Hacskaylo
2016-03-21 10:08:59 -07:00
parent 5e6fe16b93
commit 90c82f6ef2
2 changed files with 3 additions and 2 deletions

View File

@@ -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"
},