- 05 Oct, 2018 3 commits
-
-
Ryan Herbert authored
-
Ryan Herbert authored
-
Ryan Herbert authored
-
- 27 Sep, 2018 2 commits
-
-
Mathieu Giraud authored
See #3485. Same technique than in 8af03769.
-
Mathieu Giraud authored
(could be later bikesheded)
-
- 26 Sep, 2018 2 commits
-
-
Mathieu Giraud authored
See !232 (comment 121298).
-
A whole border is just a test. To be modified. See #2056
-
- 07 Aug, 2018 1 commit
-
-
Ryan Herbert authored
adds boolean decorator and a bar decorator (boolean should display a check of cross and bar displays a percentage bar)
-
- 05 Apr, 2018 2 commits
-
-
Mathieu Giraud authored
See #3127.
-
Mathieu Giraud authored
Follows b01398e5. The color for patient was not so neutral.
-
- 22 Mar, 2018 5 commits
-
-
-
Mathieu Giraud authored
-
Vidjil authored
-
Vidjil authored
-
Mikaël Salson authored
It was a bit short for uploaded files. Moreover we use the ellipsis for the network files (it doesn't work for uploaded files).
-
- 21 Mar, 2018 25 commits
-
-
Mathieu Giraud authored
-
Mikaël Salson authored
-
Mikaël Salson authored
-
Vidjil authored
-
It should be better to have the add buttons before the form rather than after. When they are after they move each time a row is added. Therefore if one knows that s⋅he needs 10 samples, s⋅he couldn't click 10 times quickly on the link, s⋅he had to click, wait for the new row to appear, adjust the mouse position, click, and so on…
-
Ryan Herbert authored
-
Ryan Herbert authored
Prevents the form from expanding if the filename is too long.
-
Ryan Herbert authored
makes it clearer that the user can click a button to select a file from jstree
-
Ryan Herbert authored
instead of having an instance of jstree for each file form, we can share the instance in a popup window. This is a step towards #2208 See #3044
-
Ryan Herbert authored
introduces the modal css class to allows the use of modal windows outside the context of info and data containers.
-
Ryan Herbert authored
instead of just plain width, so our form elements can expand.
-
Ryan Herbert authored
it doesn't look very good.
-
Ryan Herbert authored
-
Ryan Herbert authored
-
Ryan Herbert authored
less vertical space, more inline things. See #3046
-
Ryan Herbert authored
add height to token_input and form_control classes. Allows for our forms to look more uniform.
-
Ryan Herbert authored
rather than displaying 'generic'
-
Ryan Herbert authored
float was actually causing it to behave in an unexpected manner. and remove duplicate clear rule.
-
Ryan Herbert authored
set autocompletion displays actual tokens that will be inserted
-
Ryan Herbert authored
It served a purpose but caused some strange visual effect.
-
Ryan Herbert authored
Changes to the forms (namely due to the multi upload changes) caused the pointer cursor to break on the close icon (css class no longer exists). This restores the cursor and alters the styling slightly when not encased in a .set_token
-
Ryan Herbert authored
For clarity purposes we don't want the users to have to trigger the mouseover event in order to display the jstree file selector. So using the onload event is much better in that respect. Howver given the way these DOM elements are loaded, that event is not triggered by the browser. Therefore we need to trigger it ourselves. For this we need to target the specific DOM node we want the event to be triggered on since the 'load' event does not bubble, so triggering it on for instance the div with id "db_content" does not work for us.
-
Ryan Herbert authored
some ids became classes and the want to save space so these changes should help with aesthetics and space economy
-
Ryan Herbert authored
-
Ryan Herbert authored
ensures that the hidden attribute doesn't get overridden by another css display rule
-