Florian Strohmaier
ad66582e9c
CSS: Add modal styles
2019-11-04 12:46:30 +01:00
Florian Strohmaier
82e02c8ce1
CSS: Align value-table-name width with label width
2019-10-31 14:43:37 +01:00
Florian Strohmaier
a00151ef5c
CSS: Use margin-right only for non-inline control-groups
2019-10-30 14:57:13 +01:00
Johannes Meyer
2979ad1da0
css: Fix toggle placement in Firefox
2019-10-08 13:12:33 +02:00
Florian Strohmaier
30a4c62a2a
CSS: Fix hidden radio inputs
...
refs #3957
2019-10-08 09:17:13 +02:00
Florian Strohmaier
1778ec673b
IE11: Fix nav flyouts being covered by #main
...
fixes #3942
2019-09-04 12:26:37 +02:00
Florian Strohmaier
b7617bf81b
CSS: Don’t make .inline forms 100% width
2019-08-22 14:38:40 +02:00
Florian Strohmaier
7b0b32fc43
CSS: Adapt form design for button links
2019-08-22 14:37:26 +02:00
Feu Mourek
da7086cede
Center inputs in loginform ( #3919 )
...
fixes #3918
2019-08-14 13:09:06 +02:00
Eric Lippmann
6e05d852ee
Forms: Distinguish placeholders from real values ( #3911 )
...
We now also use the ::placeholder pseudo-element selector instead of
several vendor prefixes.
2019-08-12 12:54:44 +02:00
Johannes Meyer
6bbafd1c3e
Merge pull request #3899 from Icinga/bugfix/solarized-theme-contrast-issues-3892
...
Bugfix/solarized theme contrast issues 3892
2019-08-12 11:24:31 +02:00
Johannes Meyer
6e5353fd50
solarized-dark: Let the dashboard settings look less weird
2019-08-12 11:17:12 +02:00
Eric Lippmann
53529115e5
Fix bad looking login form errors
2019-08-05 17:17:32 +02:00
Florian Strohmaier
fab25f87a7
Login: Fix error messages
2019-08-05 15:47:17 +02:00
Johannes Meyer
5a57903f6c
forms.less: Fix element error layout
2019-07-30 10:17:57 +02:00
Eric Lippmann
bfec423eae
Compat: Provide empty LESS mixin .code()
...
Some 3rd party modules (e.g. vsphere) use this mixin (though we never had it).
With lessphp version 0.5.0 using undefined mixins now throws exceptions.
Since we can't rely that users upgrade those modules first,
we provide the mixin for compatibility here.
2019-07-30 08:31:03 +02:00
Johannes Meyer
9e3c9bbab7
css: Don't apply .collapsible-control style to custom controls
2019-07-29 16:02:48 +02:00
Florian Strohmaier
1d5cfef78d
CSS: Fix input height in filter editor
2019-07-29 14:19:59 +02:00
Johannes Meyer
c884a9b61d
forms.less: Add general style for fieldsets
2019-07-29 10:19:39 +02:00
Johannes Meyer
23d9eb8f38
forms.less: Move role-form related styles to widgets.less
2019-07-29 10:19:39 +02:00
Florian Strohmaier
faca0962ef
Navigation: Hide search clear button when value is empty
...
refs #3676
2019-07-29 10:19:39 +02:00
Florian Strohmaier
d4c7566aad
CSS: Fix menu search input styles
...
refs #3676
2019-07-29 10:19:39 +02:00
Florian Strohmaier
4235d4a392
CSS: Prevent collapsible fieldset headings in form to be selected on open
2019-07-29 10:19:39 +02:00
Florian Strohmaier
3c48daf022
CSS: Style role form
2019-07-29 10:19:39 +02:00
Florian Strohmaier
f57fc96b57
Add styles for roles form
2019-07-29 10:19:39 +02:00
Johannes Meyer
c7a3783034
css: Avoid that toggle switches break onto a new line in minimal layout
2019-07-29 10:17:59 +02:00
Johannes Meyer
b1881c6a53
forms.less: Enhance differentiation between layout and style
2019-07-29 10:17:59 +02:00
Johannes Meyer
4675d24a03
css: Re-add hover effect for .control-info elements
2019-07-29 10:17:59 +02:00
Johannes Meyer
13ad506393
css: Rename class `icinga-forms` to `icinga-form`
2019-07-29 10:17:59 +02:00
Johannes Meyer
eaeda473e5
forms.less: Ensure that spinners are properly aligned..
...
..no matter how big the font size is
2019-07-29 10:17:59 +02:00
Johannes Meyer
212606de78
setup: Apply new icinga form style
2019-07-29 10:17:59 +02:00
Johannes Meyer
47a4d8d410
Fix form layout/button placement when responsive
2019-07-29 10:17:59 +02:00
Johannes Meyer
297e6fc71d
forms.less: Remove negative margin from .control-group elements
2019-07-29 10:17:59 +02:00
Johannes Meyer
346083109a
Apply new form style to the filter editor
2019-07-29 10:17:59 +02:00
Johannes Meyer
05613c413d
Enhance toggle-switch, spinner and control-info placement
...
tested with Chromium, IE11 (Win7), Edge (Win10)
2019-07-29 10:17:59 +02:00
Johannes Meyer
bc2e7588d7
FormNotifications: Don't ignore warning and error notifications
2019-07-29 10:17:59 +02:00
Johannes Meyer
5c6d04f5d7
LimiterControlForm: Remove class inline and update css
2019-07-29 10:17:59 +02:00
Johannes Meyer
02565ec326
user/list: Make backend selection look good again
2019-07-29 10:17:59 +02:00
Johannes Meyer
cb51d9cf55
forms.less: Only apply form layout and design to our own forms
...
See the file's header for more details.
2019-07-29 10:17:59 +02:00
Johannes Meyer
923582c5de
mixins.less: To pass css lists to less mixins a trailing semicolon is required
2019-07-29 10:17:59 +02:00
Florian Strohmaier
24723b662c
CSS: Add spacing below .filter
2019-07-29 10:17:59 +02:00
Florian Strohmaier
ace9fe6526
CSS: Add styles for graphite date and timepicker
...
refs #3676
2019-07-29 10:17:59 +02:00
Florian Strohmaier
3ec11f3bf9
CSS: Fix submit button jumping on submit
...
refs #3676
2019-07-29 10:17:59 +02:00
Florian Strohmaier
f14256a7ee
CSS: Adapt form design with filter editor
...
refs #3676
2019-07-29 10:17:59 +02:00
Florian Strohmaier
b21c9d6ebd
CSS: Optimize filter editor layout
2019-07-29 10:17:59 +02:00
Florian Strohmaier
f70f996085
Announcements: Increase font-size and align control layout
...
refs #3676
refs #3560
refs #3839
2019-07-29 10:17:59 +02:00
Florian Strohmaier
7eca14386a
CSS: Align menu search input icon
2019-07-29 10:17:59 +02:00
Eric Lippmann
b8c607b6a6
CSS: Fix comments and add missing semicolons
2019-07-29 10:17:59 +02:00
Florian Strohmaier
70a891825e
CSS: Grant filter icon some space to breathe
2019-07-29 10:17:59 +02:00
Florian Strohmaier
9caa345948
CSS: Fix Detail view inline check now button
2019-07-29 10:17:59 +02:00
Florian Strohmaier
d125b44188
CSS: Fix multiselect inputs
2019-07-29 10:17:59 +02:00
Florian Strohmaier
7d68212962
CSS: Fix select line height in controls
2019-07-29 10:17:59 +02:00
Florian Strohmaier
0fa97ea420
CSS: Align control-group elements to vertical top
2019-07-29 10:17:59 +02:00
Florian Strohmaier
7d8cdefc7d
CSS: Prevent selects with long option values from exceeding the container
2019-07-29 10:17:59 +02:00
Florian Strohmaier
d452dfefaf
CSS: Tidy redundant code
2019-07-29 10:17:59 +02:00
Florian Strohmaier
fa4d39f7c6
CSS: Compensate select line height inconsistencies
2019-07-29 10:17:59 +02:00
Florian Strohmaier
0083a193b1
CSS: Add filter input styles
2019-07-29 10:17:59 +02:00
Florian Strohmaier
333d702a9a
CSS: Use vars for input padding
2019-07-29 10:17:59 +02:00
Florian Strohmaier
21055d2bfe
CSS: move controls specific styles to controls.less
2019-07-29 10:17:59 +02:00
Florian Strohmaier
1c12d84eee
CSS: Reset line-height for inputs in .control-groups
...
refs #3676
2019-07-29 10:17:59 +02:00
Florian Strohmaier
e04d42b7a9
CSS: Move controls styles to controls.less
...
refs #3676
2019-07-29 10:17:59 +02:00
Florian Strohmaier
54ba112d64
CSS: Align controls elements
...
refs #3676
2019-07-29 10:17:59 +02:00
Florian Strohmaier
73f82d2d31
CSS: align corrections
...
refs #3676
2019-07-29 10:17:59 +02:00
Florian Strohmaier
f8ccce9bb8
CSS: Apply margin to spinner in form-controls only
...
refs #3676
2019-07-29 10:17:59 +02:00
Florian Strohmaier
59271fd8c0
CSS: Align control-info fly over correctly
...
refs #3676
2019-07-29 10:17:59 +02:00
Florian Strohmaier
e1fd0899dc
CSS: Increase form-description-icon size
...
refs #3676
2019-07-29 10:17:59 +02:00
Florian Strohmaier
3a3fce23f7
CSS: Right align form control elements
...
refs #3676
2019-07-29 10:17:59 +02:00
Florian Strohmaier
a43b54ae22
CSS: Fix layout issues
...
refs #3676
2019-07-29 10:17:59 +02:00
Jennifer Mourek
bf48b6d26b
WIP: New form styles
...
Signed-off-by: Eric Lippmann <eric.lippmann@icinga.com>
2019-07-29 10:17:59 +02:00
Johannes Meyer
1fd673a034
collapsible.js: Let fade effect look good in containers with .impact
2019-07-26 07:36:17 +02:00
Johannes Meyer
9d0ef4cf33
Wrap any markdown output with a `<section>` and remove explicit containers
2019-07-23 14:45:32 +02:00
Florian Strohmaier
31815d1035
CSS: Adjust logo-container to match tab’s height, when sidebar collapsed
2019-07-23 11:36:04 +02:00
Johannes Meyer
eac3a106ad
Render `<title>` tags for line and bar charts instead of tipsy titles
2019-07-18 07:57:14 +02:00
Johannes Meyer
91e4baa221
Remove remaining special cases for IE8
2019-07-18 07:57:14 +02:00
Florian Strohmaier
b45b38d73d
CSS: Calculate hover effect offset correctly
2019-07-17 13:12:41 +02:00
Florian Strohmaier
12aa079e5c
CSS: Fix collapsible-control icon alignment in Firefox
2019-07-17 13:12:41 +02:00
Johannes Meyer
c5ebaa2bde
main.less: Don't use `unset`, IE11 does not support it
2019-07-17 13:12:41 +02:00
Johannes Meyer
fb83bee924
css: Make collapsible styles work with the new markup
2019-07-17 13:12:41 +02:00
Florian Strohmaier
e375822ef1
CSS: Add hover effect for collapsible control
2019-07-17 13:12:41 +02:00
Florian Strohmaier
168cc33a69
CSS: Fade collapsed containers
2019-07-17 13:12:41 +02:00
Florian Strohmaier
b07ffd4987
JS: Implement collapsible-container behavior
2019-07-17 13:12:41 +02:00
Florian Strohmaier
14caccc384
CSS: Style for collapsible control
2019-07-17 13:12:41 +02:00
Johannes Meyer
902e5d1cb8
Merge pull request #3845 from Icinga/feature/add-tactical-overview-to-global-search-2529
...
Add tactical overview to global search
2019-07-11 08:20:52 +02:00
Johannes Meyer
83962edce5
tactical/index: Make sure the donuts are shown side-by-side
...
refs #2529
2019-07-04 15:10:20 +02:00
Johannes Meyer
1aca142e1a
tatical/index: Use an `ul` for the legends and render real links
...
refs #2529
refs #3804
2019-07-04 14:49:53 +02:00
Johannes Meyer
974df5f2a9
layout.less: Make sure that big numbers in badges don't overflow
...
refs #3568
2019-07-03 11:30:20 +02:00
Johannes Meyer
e992eb6b26
ui: Show problem badges in collapsed sidebar
...
fixes #3568
2019-06-26 10:34:30 +02:00
Florian Strohmaier
b6adf2caef
CSS: Fix navigation level-2 indentation
2019-05-28 16:30:43 +02:00
Florian Strohmaier
d3f9f82238
CSS: Fix rounding error for font-size-small
2019-05-28 16:30:17 +02:00
Florian Strohmaier
3294e2a789
CSS: Remove caret for active list items in mobile menu
2019-05-06 15:13:11 +02:00
Florian Strohmaier
ac53cb6035
CSS: Remove box shadow from mobile menu
2019-05-06 14:56:06 +02:00
Florian Strohmaier
574c76ab42
Improve mobile menu
2019-05-06 14:49:41 +02:00
sant-swedge
727d07bd51
Set background color on Fullscreen Layout ul.tabs ( #3653 )
...
Fix for ul.tabs links not being visible in showFullscreen mode (white links on white background)
2019-05-03 15:14:33 +02:00
Eric Lippmann
915c7b8fe5
Merge pull request #3504 from Icinga/fix/collapsible-sidebar-issues-3187
...
Fix collapsible sidebar issues
2019-03-21 09:09:27 +01:00
Jennifer Mourek
b3b80fdc31
Make active first-level nav items better distinguishable
2019-03-20 11:07:39 +01:00
Jennifer Mourek
1e79ba5c1c
Remove opacity change on collapsed flyout hover on active items
2019-03-20 11:07:39 +01:00
Jennifer Mourek
cacfd9f1d9
Fix tabbed navigation not highlighting the nav-items correctly
2019-03-20 11:07:39 +01:00
Jennifer Mourek
9ca5382e55
Remove font changes on active navigation items
2019-03-20 11:07:39 +01:00
Jennifer Mourek
2e5515274e
Adjust sidebar lug size and reduce flyout delay
2019-03-20 11:07:39 +01:00
Jennifer Mourek
61b0d8aa90
Add icon with first letter of the li if there is no icon set else default to icon-circle
2019-03-20 11:07:39 +01:00