1434 Commits

Author SHA1 Message Date
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 323c1e3ebb277555d0e1da1096bb018ae770f311.

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
Eric Lippmann
89bf2b53a9 Add high-contrast theme 2016-01-18 13:32:48 +01:00
Eric Lippmann
e1eb505986 JS: Maintain autosubmit focus 2016-01-18 13:28:36 +01:00
Eric Lippmann
ebab4e8473 JS: Ignore ids startings w/ form_ in getCSSPath
protectId makes ids change over subsequent requests.
2016-01-18 13:27:02 +01:00
Eric Lippmann
a65398d5c9 Fix outline of form controls 2016-01-18 13:19:08 +01:00
Eric Lippmann
074477b452 Show outline in the filter editor 2016-01-18 13:16:16 +01:00
Eric Lippmann
7a6d61ceaa JS: Re-focus visible elements only
Don't try to re-focus links from dropdown tabs example because they're no longer visible if the page has been loaded.
2016-01-18 12:50:27 +01:00
Eric Lippmann
3ab5b5b721 Fix skip to content jump link 2016-01-18 12:50:27 +01:00
Eric Lippmann
81d73bb5e4 JS: Try to maintain focus 2016-01-18 12:50:27 +01:00
Eric Lippmann
4f21e0fb94 CSS: Remove outline from .button mixin 2016-01-18 12:50:27 +01:00
Eric Lippmann
9b2a325f6f CSS: Remove outline from .container 2016-01-18 12:50:27 +01:00
Eric Lippmann
e2ff6b1b5a CSS: Set .action navigation styles in the monitoring module 2016-01-18 12:50:27 +01:00
Eric Lippmann
b515eaa076 JS: Introduce getCSSPath
getCSSPath returns the CSS path to a given jQuery element. We have getDomPath which is not robust enough and
getElementByDomPath which makes no sense because getDomPath could already return a selector suitable for jQuery.
getCSSPath is meant to replace both of them.
The function is far from perfect, as its lacking class consideration and optimization.
2016-01-18 12:50:27 +01:00
Eric Lippmann
a262d13f86 Interpret onload ajax requests for the detail column as auto-refresh
This is a preperation for programmatically focusing the target container of a followed link for accessibility reasons.
Automated focusing of the target container must not happen if the request is a auto-refreshing one. Thus onload requests
are now flagged as auto-refresh.
2016-01-18 12:50:27 +01:00
Eric Lippmann
99ba4e9a39 Fix focus styles for tabs 2016-01-18 12:50:27 +01:00
Eric Lippmann
3bcda92f5f Remove fixed width of left aligned tabs 2016-01-18 12:50:27 +01:00
Thomas Gelf
5cc38a3085 css/forms: use em, get rid of a bunch of px values 2016-01-13 15:02:12 +01:00
Thomas Gelf
e0bec8644f monitoring/actions: adjust action link styling 2016-01-12 12:28:12 +01:00
Eric Lippmann
66c4b9a3da Fix dropdown losing focus when navigating w/ the keyboard 2016-01-12 08:52:30 +01:00
Eric Lippmann
672e8359e4 Support :focus for new tab info in dropdown menus 2016-01-12 08:52:30 +01:00
Eric Lippmann
9a5e69a8ec Improve tab styles for accessibility 2016-01-12 08:52:30 +01:00
Eric Lippmann
7c1ccc685f Rename close-toggle to close-container-control 2016-01-12 08:52:30 +01:00
Eric Lippmann
31df702a80 Remove logo.less
Not used anymore.
2016-01-12 08:52:30 +01:00
Eric Lippmann
4db06d79cb Fix dashboard gutters overflow and sizing 2016-01-12 08:52:30 +01:00
Eric Lippmann
72baf9b022 Menu: Increase icon width
Else "bigger" icons like cubes would have no right margin.
2016-01-12 08:52:30 +01:00
Eric Lippmann
cbfaee8681 CSS: Optimize dashboard, column and controls styles
fixes #7350
fixes #10289
fixes #10871
2016-01-12 08:52:30 +01:00
Eric Lippmann
267aa0d3a2 Remove forgotten console.log from ui.js 2016-01-12 08:52:30 +01:00
Eric Lippmann
b1049f2aed Prepare .controls for removing padding
refs #10871
2016-01-12 08:52:30 +01:00
Eric Lippmann
f2f4375125 CSS: Use badge-color instead of text-color-inverted 2016-01-12 08:52:30 +01:00
Eric Lippmann
d265da1fa9 CSS: Add text-color-on-icinga-blue
Intended to replace text-color-inverted.
2016-01-12 08:52:30 +01:00
Eric Lippmann
999725e605 Login: Increase focus visibility 2016-01-04 11:41:36 +01:00
Eric Lippmann
93539d9369 CSS: Remove color @icinga-blue-dark
Color ist not in use.
2016-01-04 11:40:58 +01:00
Eric Lippmann
1c5ada2531 Remove hover effects from mobile menu 2015-12-22 14:32:04 +01:00
Eric Lippmann
447ebeb0b6 JS: Optimize mobile menu code 2015-12-22 14:01:45 +01:00
Eric Lippmann
887a688781 Quick-fix mobile menu
Will be reworked asap.
2015-12-21 14:06:42 +01:00
Thomas Gelf
7b50d9f89c css/themes: add a Winter theme
fixes #10898
2015-12-21 13:40:46 +01:00
Eric Lippmann
1b196e61a6 Ignore application-state requests on setup 2015-12-21 13:03:58 +01:00
Eric Lippmann
6e9b9cb8d6 JS: Add autofocus behavior
refs #10671
2015-12-21 13:03:08 +01:00
Eric Lippmann
a127962e73 CSS: Bring back styles for .impact
refs #10886
2015-12-21 09:57:01 +01:00
Eric Lippmann
b483ab2a28 Revert "CSS: Allow coloring button-link"
This reverts commit fc4458857ff01eb9c7d61825313cd475c359ff68.

lessc treats classes w/ variables as mixins. Thus ignoring direct use of action-link and button-link in HTML for example.
2015-12-21 09:39:20 +01:00