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
bb5017d54d
monitoring: Support tab navigation in monitoring health
2016-01-18 12:57:56 +01:00
Eric Lippmann
9968fb9011
Reload CSS after login because the user may have a different theme (WIP)
...
This is just a quick fix.
refs #10957
2016-01-18 12:56:02 +01:00
Eric Lippmann
92d8ad42e6
Fix control order in the dashlet form
2016-01-18 12:50:27 +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
4251e758a7
Remove tabindex from skip to content jump link
2016-01-18 12:50:27 +01:00
Eric Lippmann
1b744fe335
Remove tabindex from header-logo
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
ddae844c2a
monitoring: Fix error when listing acks ...
...
... if the user has no permission to remove acks.
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
Johannes Meyer
41190e740d
vagrant: Add box configuration for vmware
2016-01-18 12:44:12 +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
Thomas Gelf
9f035dd61a
Monitoring\Hook: fix service actions
2016-01-12 12:27:21 +01:00
Eric Lippmann
9885d74d24
monitoring: Fix ServiceController::getServiceActions() after changing hook usage
2016-01-12 08:58:32 +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
79fbed0ad4
Use icon font instead of images in the dashboard settings tab extension
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
3e543808c1
Doc: Add tabs where missing
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
b61a436495
doc: Remove h1 from toc
2016-01-12 08:52:30 +01:00
Eric Lippmann
3d9b878817
doc: Remove h1 from index
2016-01-12 08:52:30 +01:00
Eric Lippmann
8131046b8d
doc: Add missing class .chapter
2016-01-12 08:52:30 +01:00
Eric Lippmann
fda7ff902a
monitoring: Fix error when listing comments ...
...
... if the user has no permission to delete comments.
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
5b38fd7ff8
Doc: Underline links
2016-01-12 08:52:30 +01:00
Eric Lippmann
a20e971e38
Doc: Remove hover effects from tables
2016-01-12 08:52:30 +01:00
Eric Lippmann
3c236e820c
Doc: Color toc numbers
...
refs #8487
2016-01-12 08:52:30 +01:00
Eric Lippmann
930f014661
Doc: Simplify CSS gradient mixin
2016-01-12 08:52:30 +01:00
Eric Lippmann
4a002af0b9
Doc: Number headings when displaying chapters
...
refs #8487
2016-01-12 08:52:30 +01:00
Eric Lippmann
85c477e577
Doc: Add tabs
2016-01-12 08:52:30 +01:00
Eric Lippmann
313a02d9f0
Doc: Number headings in toc
...
refs #8487
2016-01-12 08:52:30 +01:00
Eric Lippmann
a63dd58b6a
Doc: Increase readability of search matches
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