Commit Graph

1479 Commits

Author SHA1 Message Date
Florian Strohmaier 6e319aeac7 Fix icinga header logo svg size and adapt ie8 fallback file 2016-11-22 15:46:47 +01:00
Florian Strohmaier d305018058 Optimize image to reduce file size 2016-11-22 15:33:18 +01:00
Florian Strohmaier 12834de87e Extend icinga header logo to boundaries 2016-11-22 15:32:51 +01:00
Florian Strohmaier c0c2bddc69 CSS: Reduce header height
Signed-off-by: Eric Lippmann <eric.lippmann@icinga.com>
2016-11-22 15:14:52 +01:00
Florian Strohmaier de7d409377 Replace icinga header logos with pixel optimized SVGs
Signed-off-by: Eric Lippmann <eric.lippmann@icinga.com>
2016-11-22 15:12:18 +01:00
Eric Lippmann 509707dd43 Remove unused icinga images 2016-11-22 15:12:10 +01:00
Eric Lippmann f94b6be8c6 Merge branch 'bugfix/history-separate-hard-soft-state-11859'
fixes #11859
2016-11-22 10:40:08 +01:00
Eric Lippmann 875d42c0a6 Revert "Merge branch 'bugfix/always-use-the-jquery-find-method-w/-node-context-10704'"
This reverts commit f517c62fde, reversing
changes made to d1fd7e4be7.

refs #10704
2016-11-21 14:34:58 +01:00
Eric Lippmann f517c62fde Merge branch 'bugfix/always-use-the-jquery-find-method-w/-node-context-10704'
fixes #10704
2016-11-21 14:33:43 +01:00
Thomas Gelf d1fd7e4be7 loader.js: place focus at the end of text inputs 2016-11-21 11:39:03 +00:00
Alexander A. Klimov 3363e6795f JS: use $(parent).find(child) instead of $(child, parent)
refs #10704

Signed-off-by: Eric Lippmann <eric.lippmann@icinga.com>
2016-11-21 10:46:31 +01:00
Eric Lippmann 48e1a2cf4b CSS: Remove class pull-left
Usage as class is discouraged. pull-right still in use. Should also be removed.
2016-11-17 10:59:31 +01:00
Eric Lippmann ec07ef2647 CSS: Reduce color mixins to fg-stateful and bg-stateful 2016-11-17 10:58:21 +01:00
Eric Lippmann 1d21597999 CSS: Introduce color-up and color-down
refs #11050
2016-11-17 10:54:10 +01:00
Eric Lippmann 4d60bc9c3f CSS: Reduce letter-spacing for centered-ghost 2016-11-17 10:21:17 +01:00
Eric Lippmann ecdf96c588 CSS: Fix typo in mixins.less 2016-11-16 14:16:09 +01:00
Eric Lippmann a668731ef7 CSS: Remove obsolete rules for the opacity mixin 2016-11-16 14:15:40 +01:00
Eric Lippmann 8fca2cd9b2 CSS: Remove search field's border transition in the menu 2016-11-16 14:11:32 +01:00
Eric Lippmann 63bf9e20cd CSS: Disable invalid glow of the search field
refs #11835
2016-11-16 13:28:46 +01:00
Eric Lippmann 436cc89fb1 Merge branch 'feature/clear-search-field-11835'
resolves #11835
2016-11-16 12:55:19 +01:00
Eric Lippmann 5805e5d675 CSS: Fix skip-links positioning 2016-11-16 12:54:38 +01:00
Eric Lippmann c0e92c2bc5 CSS: Use color gray-light for the search placeholder in the menu 2016-11-16 12:34:55 +01:00
Thomas Gelf ce6fa235cb js/loader: do not steal focus placed by module 2016-11-16 10:49:28 +00:00
Eric Lippmann 6b06e05c04 CSS: Add clear button to the search field in the menu
refs #11835
2016-11-16 11:43:21 +01:00
Eric Lippmann 3c8e41d4f6 CSS: Remove rule for inputs having the placeholder attribute
This was meant to style the input's placeholder but it is just wrong.
2016-11-16 11:37:13 +01:00
Eric Lippmann bdeeec50bb CSS: Add icon warning-empty
refs #11859
2016-11-14 15:09:46 +01:00
Florian Strohmaier bf809ef7c8 Update font stack
Try to use the OS font instead of providing a custom one.

Signed-off-by: Eric Lippmann <eric.lippmann@icinga.com>
2016-11-14 13:56:01 +01:00
Eric Lippmann 2e13754ba1 Hide controls in PDF exports 2016-11-10 15:01:55 +01:00
Eric Lippmann da9e90b1a9 Don't use border-style: auto because its not supported by dompdf
fixes #12776
2016-11-10 15:00:47 +01:00
Jennifer Mourek 3338040952 actiontable.js: Update row counter when detail area is closed
refs #10691
2016-10-28 08:08:42 +02:00
Eric Lippmann 118c435bc5 JS: Fix usage of global variable self used to reference icinga in events.js
refs #10703
2016-09-09 13:22:10 +02:00
Eric Lippmann 7e47a2965c JS: Fix usage of global variable self used to reference icinga in loader.js::onComplete()
refs #10703
2016-09-09 13:22:08 +02:00
Alexander A. Klimov cf5e26c56c Avoid local variable name `self' in ui.js
refs #10703
2016-09-01 16:32:31 +02:00
Alexander A. Klimov 4f52beb32a Avoid local variable name `self' in module.js
refs #10703
2016-09-01 16:30:01 +02:00
Alexander A. Klimov 56c10ffdd5 Avoid local variable name `self' in loader.js
refs #10703
2016-09-01 16:28:57 +02:00
Alexander A. Klimov e726f10e68 Avoid local variable name `self' in history.js and timer.js
refs #10703
2016-09-01 16:16:55 +02:00
Alexander A. Klimov 3c43d38171 Avoid local variable name `self' in events.js
refs #10703
2016-09-01 16:16:55 +02:00
Alexander A. Klimov 4e2c626ae0 Avoid local variable name `self' in eventlistener.js
refs #10703
2016-09-01 16:16:49 +02:00
Alexander A. Klimov 060a82fa4a Avoid local variable name `self' in tooltip.js and tristate.js
refs #10703
2016-09-01 15:58:32 +02:00
Alexander A. Klimov 0d7f8148de Avoid local variable name `self' in navigation.js
refs #10703
2016-09-01 15:49:39 +02:00
Alexander A. Klimov 0059622bba Avoid local variable name `self' in form.js
refs #10703
2016-09-01 15:42:54 +02:00
Alexander A. Klimov 311fd36326 Avoid local variable name `self' in actiontable.js
refs #10703
2016-09-01 15:21:45 +02:00
Alexander A. Klimov f72411c628 Avoid local variable name `self' in icinga.js
refs #10703
2016-09-01 15:09:50 +02:00
Johannes Meyer 1993ae2ed2 js: Fix that the menu is not reloaded in case no search is available
fixes #12541
2016-08-25 08:54:04 +02:00
Eric Lippmann cefdc496ef Forms: Remember submit from click event before
This helps Safari to determine the correct clicked or pressed submit button in case the form has more than one.
2016-06-27 10:41:16 +02:00
Florian Strohmaier 825499662d Menu: Reduce left padding for submenu hover flyout 2016-06-07 14:15:46 +02:00
Eric Lippmann c37275c9e2 Merge branch 'bugfix/mobile-meta-tags-11910'
fixes #11910
2016-06-07 14:09:29 +02:00
Florian Strohmaier c7b4ef00e2 Replace multiple touch icon images with universal image
refs #11910
2016-06-07 11:26:28 +02:00
Florian Strohmaier de61e0c703 CSS: Remove border-radius on focussed input on login screen 2016-06-03 15:37:08 +02:00
Alexander A. Klimov 4a78fa6a66 List views: handle clicks on mailto: and http:// links as expected
refs #11267
2016-06-02 10:43:34 +02:00