Commit Graph

1423 Commits

Author SHA1 Message Date
Eric Lippmann 93b50fe484 Refresh menu but keep search text if not focused
fixes #11128
2016-04-11 14:24:23 +02:00
Eric Lippmann 25a85ca36b Help IE to outline the focus 2016-04-11 14:13:37 +02:00
Eric Lippmann 7ea9ae8305 CSS: Remove redundant hover styles for a 2016-04-11 14:12:32 +02:00
Florian Strohmaier 8792cfdf72 Fix alignment of backend selection in user and group lists 2016-04-07 12:52:27 +02:00
Florian Strohmaier 0a9c0925cb CSS: Add space before the autosubmit info in forms 2016-04-07 12:46:13 +02:00
Florian Strohmaier ab626c211b CSS: Fix alignment of action icon in tables 2016-04-07 11:42:57 +02:00
Eric Lippmann 31adfb8a9f Don't add the port twice when reloading CSS 2016-04-06 12:09:49 +02:00
Eric Lippmann 862fddd705 Reduce font-size in login 2016-03-31 16:29:16 +02:00
Florian Strohmaier 9e0bee5006 Fix mispositioned mobile menu icon
fixes #11099
2016-03-31 14:00:27 +02:00
Eric Lippmann 793acd8475 CSS: Move styles related to controls to controls.less
refs #11145
2016-03-31 12:38:25 +02:00
Florian Strohmaier a492839097 CSS: add style for backend-selection
refs #11145
2016-03-31 10:45:42 +02:00
Florian Strohmaier 13f8da254c CSS: Fix controls floating
refs #11145
2016-03-31 10:33:11 +02:00
Marius Hein 25369b6de5 Remove button style from action links 2016-02-29 22:41:39 +01:00
Thomas Gelf ed8c66e84c css/base: apply impact style to full container 2016-02-29 22:17:54 +01:00
Thomas Gelf b6fd4f5584 events.js: do not apply event handlers without...
...an Icinga object. Added a log line, eventually we'll catch this one
far day :)
2016-02-29 22:11:30 +01:00
Thomas Gelf 28204762ab js: fix urls for dynamic css/js reloads 2016-02-29 21:40:48 +01:00
Thomas Gelf 96f50c5dfa loader.js: fix JS error on IE 2016-02-29 21:18:46 +01:00
Thomas Gelf 29eedc1d4a navigation.js: remove forgotten console.log 2016-02-29 21:08:26 +01:00
Eric Lippmann 7188a82a4c Fix that the close-container-control is not immediately shown for #col1
refs #8590
2016-02-27 15:09:11 +01:00
Florian Strohmaier 0c34c20640 Prepare close-container for behavior implementation
refs #8590
2016-02-27 15:07:10 +01:00
Eric Lippmann 5a76895105 CSS: Disable :hover transition on tr (WIP)
If any tr is hovered and auto-refresh kicks in, the tr will be hovered again which leads to "flickering".

We should find good a way to use transitions w/o flickering.

refs #11073
2016-02-25 14:52:54 +01:00
Alexander A. Klimov af18334e3e Cookie icingaweb2-tzo: use `-' as separator
fixes #11126
2016-02-25 13:21:34 +01:00
Eric Lippmann 23b5777b05 CSS: Left-align text in link-button
If the text in a link-button consumes more than one line, text would be center-aligned else.
2016-02-25 10:18:41 +01:00
Eric Lippmann ff3aa43070 CSS: Set tr background transition only for hover
fixes #11073
2016-02-23 15:40:47 +01:00
Alexander A. Klimov a2a96be8c9 Display ISO date and time when a connection was lost
refs #10625
2016-02-22 11:24:19 +01:00
Alexander A. Klimov c4a69191a3 JS: implement Icinga.Utils.padString()
refs #10625
2016-02-22 11:14:41 +01:00
Eric Lippmann 17d0f7be5e CSS: Avoid !important for gutter in .controls
fixes #11143
2016-02-22 09:26:53 +01:00
Thomas Gelf f9a10bc345 layout: no left/right margin for tabs
refs #11143
2016-02-20 15:12:40 +01:00
Alexander A. Klimov dc6ea11415 JS: Encode URLs shown in responsive debug element 2016-02-19 14:27:14 +01:00
Alexander A. Klimov 11ea7d99d7 Escape messages of notifications loaded by JavaScript 2016-02-19 14:10:58 +01:00
Alexander A. Klimov a493c3469c JS: implement Icinga.Utils.escape() 2016-02-19 14:05:05 +01:00
Eric Lippmann dc80fe59ef CSS: Avoid (in)visible mixins 2016-02-16 17:21:07 +01:00
Alexander A. Klimov 474803fee4 Change all license headers to only reflect a file's year of creation
refs #11000
2016-02-08 15:41:00 +01:00
Eric Lippmann e468329051 JS: Keep search field focus
fixes #11029
2016-02-02 08:40:35 +01:00
Eric Lippmann 2ae88130f7 Fix that the filter editor overlaps the dropdown menu 2016-01-28 14:27:11 +01:00
Eric Lippmann b5cbf49433 JS: Fix login autofocus 2016-01-28 12:29:42 +01:00
Eric Lippmann 41c942d197 JS: Maintain auto-refresh interval over redirects
This is far from beautiful. But JS needs a revamp anyway.
Request should be an object and should be passed from function to function in order to maintain state.
2016-01-27 09:19:12 +01:00
Eric Lippmann c963ee23ff JS: Ignore autosubmit elements in the form behavior 2016-01-27 09:12:42 +01:00
Eric Lippmann 5b7f4cd91a CSS: Fix colors used in layout.less 2016-01-25 09:01:26 +01:00
Eric Lippmann 134061f3db CSS: Fix colors used in widgets.less 2016-01-25 08:50:37 +01:00
Eric Lippmann f7ba48eaac CSS: Remove main-content.less
Not in use anymore.
2016-01-25 08:50:18 +01:00
Eric Lippmann f5945ff908 CSS: Move colors to mixins 2016-01-25 08:20:58 +01:00
Eric Lippmann ec177e78e5 Make error messages accessible 2016-01-25 07:44:48 +01:00
Eric Lippmann 7ede8124cb Pagination: Focus active after next or prev exceeded
I'd like to see behaviors for components instead of patching loader/events all the time.
2016-01-25 07:23:12 +01:00
Eric Lippmann 4c4e8e4ac2 monitoring: Re-focus check now and alike 2016-01-22 13:33:59 +01:00
Eric Lippmann 1682d8dd67 UI: Fix wobbling spinners
fixes #11008
2016-01-22 12:59:29 +01:00
Eric Lippmann 2cf8471a00 CSS: Fix input widths
refs #10995
2016-01-20 18:17:32 +01:00
Eric Lippmann 2b183a370b Revert "css/forms: do not set with for ALL inputs"
This reverts commit 323c1e3ebb.

refs #10995
2016-01-20 18:10:10 +01:00
Eric Lippmann 2f9ffa65d7 JS: Ignore ids forms and form controls in getCSSPath()
Id generation is unreliable.

refs #10992
2016-01-20 18:10:04 +01:00
Thomas Gelf 323c1e3ebb css/forms: do not set with for ALL inputs
refs #10995
2016-01-20 17:33:01 +01:00