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 fc4458857f
.
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
Eric Lippmann
11e7d1050f
Merge branch 'bugfix/line-breaks-in-comments-10603'
...
fixes #10603
2015-12-21 09:39:12 +01:00
Eric Lippmann
f5dac49330
Don't fire application-state requests if not authenticated
...
fixes #10749
2015-12-16 12:55:41 +01:00
Eric Lippmann
4f562280ba
CSS: Don't provide box-sizing mixin
2015-12-16 12:53:07 +01:00
Eric Lippmann
0e8834a4a2
CSS: Add :focus style to button-link
2015-12-16 12:49:24 +01:00
Eric Lippmann
8006090108
Merge branch 'feature/theming-10705'
...
resolves #10705
2015-12-16 12:49:11 +01:00
Eric Lippmann
9b27a83600
CSS: Add box-shadow mixin
2015-12-16 12:48:02 +01:00
Eric Lippmann
30124f384e
JS: Improve selector used in the selectable behavior
2015-12-16 12:48:02 +01:00
Eric Lippmann
755f361e4c
Add behavior for dropdown navigation items
...
Dropdown navigation is not yet accessible. The added behavior listens for activity on dropdown-navigation-item for toggling the CSS class active.
2015-12-16 12:48:02 +01:00
Eric Lippmann
12a39568b7
JS: Remove unused variable in sparkline behavior
2015-12-16 12:48:02 +01:00
Eric Lippmann
7f265034fb
CSS: Fix background-color for .controls
2015-12-15 13:35:26 +01:00
Eric Lippmann
8800decc69
Use icinga-blue like background colors for active and hovered table rows
2015-12-15 13:32:56 +01:00
Eric Lippmann
707b954534
CSS: Add smooth transition on tr hover
2015-12-15 13:31:14 +01:00
Eric Lippmann
99f0a348c5
Disable transitions on page load
2015-12-15 13:29:30 +01:00
Eric Lippmann
4a10e2d758
Fix overflow of #login and #guest-error
2015-12-15 13:25:15 +01:00
Eric Lippmann
fc4458857f
CSS: Allow coloring button-link
2015-12-15 13:24:51 +01:00
Eric Lippmann
16e5ce9e73
Fix login markup
2015-12-10 13:34:54 +01:00
Eric Lippmann
637f09aa5a
Support theming #header-logo
...
refs #10705
2015-12-10 13:34:54 +01:00
Eric Lippmann
c227bcc94d
Rename error layout for guests and support theming
...
refs #10705
2015-12-10 13:34:54 +01:00
Eric Lippmann
012fdf9cb5
CSS: Add styles for centering content of unknown width and height both horizontally and vertically
2015-12-10 13:34:53 +01:00
Eric Lippmann
bcd1402123
CSS: Combine header-, footer-elements and layout-colors in layout.less
2015-12-10 13:34:53 +01:00
Eric Lippmann
b193ea5d32
Fix print styles
2015-12-10 13:34:53 +01:00
Eric Lippmann
f83d4488ab
CSS: Fix button mixin transition
2015-12-10 13:34:53 +01:00
Eric Lippmann
5dff355720
CSS: Add fadein animation to mixins
...
Was in login.less before. Will be removed.
2015-12-10 13:34:53 +01:00
Eric Lippmann
b92fba2804
CSS: Allow to control colors of the button mixin
2015-12-10 13:34:53 +01:00
Eric Lippmann
f51c2ce6ad
Support theming for login logo
...
refs #10705
2015-12-07 14:22:45 +01:00
Eric Lippmann
a1bb4bb695
Merge branch 'master' into feature/theming-10705
2015-12-07 14:17:57 +01:00
Eric Lippmann
a7c6535bf9
Support theming for the header logo
...
refs #10705
2015-12-07 13:52:14 +01:00
Eric Lippmann
614d7fc30d
Add search_icinga_blue icon
...
Thanks mzac ;)
2015-11-23 16:36:24 +01:00
Eric Lippmann
93428f682e
CSS: Color the search icon when focused
2015-11-23 11:37:37 +01:00
Eric Lippmann
ff500f4a0f
CSS: Fix placeholder color in FF
2015-11-23 11:36:59 +01:00
Eric Lippmann
216d1e71e8
CSS: Add smooth transition on tr hover
2015-11-20 15:49:15 +01:00
Eric Lippmann
8d5da9bb86
CSS: Simplify comment-list style
2015-11-20 15:13:01 +01:00
Eric Lippmann
c0f1d6da33
doc: Add toc to design guidelines
2015-11-20 11:22:27 +01:00
Eric Lippmann
5b898d5f3b
JS: Don't activate a menu item if only a part of the current URL matches
...
Else, navigating to user -> preferences -> navigation activates configuration -> shared navigation for example.
2015-11-20 09:39:53 +01:00
Eric Lippmann
00b931ea40
Fix table header in the about page
2015-11-16 15:42:35 +01:00
Eric Lippmann
583a4985c0
Add mobile menu
...
fixes #8999
2015-11-16 14:21:08 +01:00
Eric Lippmann
0cc54ce34b
Refresh session every 10 minutes
...
Quick and dirty fix.
fixes #10229
2015-11-16 14:19:33 +01:00
Eric Lippmann
cf894f9771
Add gplus-squared icon
2015-11-16 11:22:08 +01:00
Eric Lippmann
5ff53df094
Less padding for common-table th
2015-11-16 10:28:51 +01:00
Eric Lippmann
326745f3a6
Fix controls alignment
2015-11-16 10:24:33 +01:00
Eric Lippmann
c0f90a6927
No left and right padding for previous and next page respectively
2015-11-16 10:23:59 +01:00
Eric Lippmann
a9154c5022
Remove filter margin from widgets.less
2015-11-16 10:23:28 +01:00
Johannes Meyer
38b05cef35
Form: Make informational notifications blue
...
If one needs green notifications, please add a new type "success".
fixes #10533
2015-11-13 16:26:26 +01:00
Eric Lippmann
d5fe0c9610
Merge branch 'feature/dope-layout-5543#2'
2015-11-13 15:21:07 +01:00
Bernd Erk
ebbcebe734
Add about.less
2015-11-13 13:57:48 +01:00
Bernd Erk
39aa888131
Adds new about page and dotted bottom lines in detail
2015-11-13 13:57:09 +01:00
Eric Lippmann
d1bb8747b5
Revert "CSS: Remove styles for .historycolorgrid"
...
This reverts commit bc8dff2f78
.
Ooops, still in use :)
refs #5543
2015-11-13 10:30:07 +01:00
Thomas Gelf
5604797cd1
widgets.less: on less TODO for less :D
2015-11-13 09:44:50 +01:00