Commit Graph

1212 Commits

Author SHA1 Message Date
Eric Lippmann 01dcb3197a CSS: Style headers
refs #5543
2015-11-04 12:05:02 +01:00
Eric Lippmann 3b482a9e85 CSS: Remove background color on input.search
refs #5543
2015-11-04 10:35:59 +01:00
Eric Lippmann 72f6817b00 Let input.search inherit color for its placeholder
refs #5543
2015-11-04 10:31:11 +01:00
Eric Lippmann e005e0b666 Re-enable focus outline for links
refs #5543
2015-11-04 10:27:04 +01:00
Eric Lippmann 846b13b72f CSS: Remove text-center mixin
refs #5543
2015-11-03 13:03:53 +01:00
Eric Lippmann 50a8d2ca75 CSS: Remove text-left mixin
refs #5543
2015-11-03 13:02:33 +01:00
Eric Lippmann 6415bdb21e CSS: Remove text-small mixin
refs #5543
2015-11-03 12:21:18 +01:00
Eric Lippmann 2ee611a927 monitoring: Don't show host and service links in the detail history
Further, eventhistory and detail-history now use the introduced event-history partial.

refs #10317
2015-11-03 11:21:14 +01:00
Eric Lippmann ecfeb4fbe6 monitoring/CSS: Don't use text-small mixin for the selection info
refs #5543
2015-11-02 10:42:00 +01:00
Eric Lippmann 569e92021e css/menu: Fix alignment of items w/o icons and the search input
refs #5543
2015-10-29 09:27:35 +01:00
Eric Lippmann 9463e16f67 CSS: Add smooth transition on action-table hover
refs #5543
2015-10-28 14:14:07 +01:00
Eric Lippmann fd8a9e9ddc CSS: Add smooth transition on input focus
refs #5543
2015-10-28 14:12:14 +01:00
Eric Lippmann b215632a17 CSS: Fix placeholder color on input.search
refs #5543
2015-10-28 14:11:36 +01:00
Eric Lippmann fb961fefd2 CSS: Remove focus outline on input
refs #5543
2015-10-28 14:11:17 +01:00
Eric Lippmann dc3cf8b231 CSS: Remove focus outline on a
refs #5543
2015-10-28 14:10:14 +01:00
Eric Lippmann 41eee7f33a CSS: Add transition mixin
refs #5543
2015-10-28 14:09:58 +01:00
Eric Lippmann 9d082c1c16 Smooth icons
refs #5543
2015-10-28 13:14:55 +01:00
Eric Lippmann 95e03d14c0 CSS: Reduce h2 margin and line-height
refs #5543
2015-10-28 11:17:30 +01:00
Eric Lippmann a8a87d27eb CSS: Rename remove-comment to remove-action
refs #5543
2015-10-28 09:56:50 +01:00
Eric Lippmann 4361ac00ca CSS: Increase horizontal-padding on the menu
refs #5543
2015-10-27 16:23:02 +01:00
Eric Lippmann 5fa6bac5ea CSS: Move clearfix to mixins.less
refs #5543
2015-10-27 16:06:41 +01:00
Eric Lippmann ec9e6152cf Reduce style variety for comments
refs #5543
2015-10-27 16:05:43 +01:00
Eric Lippmann f951e29269 CSS: Rename big-icon to large-icon and use percent instead of px for font-size
refs #10294
2015-10-27 14:10:31 +01:00
Eric Lippmann 9d02aa75ea CSS: Move .primary-nav to nav.less
refs #5543
2015-10-27 14:02:29 +01:00
Eric Lippmann 0ff7420f50 CSS: Use em for th on name-value-table
refs #10294
2015-10-27 14:00:46 +01:00
Eric Lippmann 84f3190dc6 CSS: Fix several menu issues
- Removed border transition for active items because the transition is activated on auto-refresh too which is annoying
- Fixed hover menu readability
- Fixed hover menu positioning
- Fixed hover menu arrow
- Fixed that menu labels may override badges
- Pixel perfect alignment for icons, labels and badges

fixes #10292
fixes #10293
fixes #10299
fixes #10303
fixes #10305
2015-10-27 13:53:26 +01:00
Eric Lippmann 4801fb9563 CSS: Use em instead of px for font size
Further, font size related settings have been moved to base.less to not create the impression that it's a good idea to change font sizes via themes.

refs #10294
refs #10295
2015-10-27 13:45:01 +01:00
Eric Lippmann 6e5ba364fb CSS: Introduce badge-nav-item
refs #5543
2015-10-26 12:44:11 +01:00
Eric Lippmann a35931020e CSS: Remove useless color mixins
refs #5543
2015-10-26 12:43:42 +01:00
Eric Lippmann c6814e9f93 CSS: Don't set line-height on body
refs #10295
2015-10-05 13:20:12 +02:00
Thomas Gelf 4f45e107d5 login.less: broader label for translated strings 2015-10-02 12:05:21 +02:00
Johannes Meyer 68297f0630 Revert "loader.js: Do not push redirects to history"
This reverts commit e99cdb66ef.
2015-10-02 11:46:44 +02:00
Johannes Meyer 8e94f3e58e Revert "Revert "Fix logout loop (testing), #2""
This reverts commit 967c3552e5.
2015-10-02 11:46:44 +02:00
Johannes Meyer 967c3552e5 Revert "Fix logout loop (testing), #2"
This reverts commit 6affad6895.
2015-10-02 11:36:06 +02:00
Johannes Meyer e99cdb66ef loader.js: Do not push redirects to history 2015-10-02 11:36:06 +02:00
Eric Lippmann 5113abfdb5 CSS: Restyle borders
refs #5543
2015-10-01 23:01:55 +02:00
Eric Lippmann e939fef0a8 CSS: Restyle input:focus, select and textarea
refs #5543
2015-10-01 23:00:45 +02:00
Eric Lippmann 508e20dc76 CSS: Add rules for controls (WIP)
refs #5543
2015-10-01 22:58:40 +02:00
Eric Lippmann 565a9e4e03 CSS: Fix focus color in menu
refs #5543
2015-10-01 22:58:17 +02:00
Eric Lippmann 04dd81103c CSS: Make @gray a bit more gray :)
refs #5543
2015-10-01 21:29:50 +02:00
Johannes Meyer 209c084f51 Form: Only add the ViewHelper decorator for hidden form fields
refs #5543
2015-10-01 18:31:05 +02:00
Matthias Jentsch 1c38fdd9c8 Fix control width
refs #5543
2015-10-01 18:24:51 +02:00
Eric Lippmann 3d2521abf0 Merge branch 'master' into feature/dope-layout-5543 2015-10-01 17:42:24 +02:00
Eric Lippmann bdcdac2257 CSS: Hide .control-group containing hidden inputs
refs #5543
2015-10-01 17:22:05 +02:00
Eric Lippmann af338c1dba monitoring: Don't render custom variables as list
refs #5543
2015-10-01 17:08:48 +02:00
Eric Lippmann 08ab0befcd CSS: compat.less and monitoring detail
refs #5543
2015-10-01 16:31:25 +02:00
Bernd Erk 3aaa9e2185 CSS: removed dashboard overflow 2015-10-01 16:14:48 +02:00
Bernd Erk c051dbae89 Merge branch 'feature/dope-layout-5543' of git.icinga.org:icingaweb2 into feature/dope-layout-5543 2015-10-01 16:00:08 +02:00
Johannes Meyer 2e5e2b3133 login: Fix layout of the config warning
refs #5543
2015-10-01 15:44:28 +02:00
Bernd Erk 67011b14ef Merge branch 'feature/dope-layout-5543' of git.icinga.org:icingaweb2 into feature/dope-layout-5543 2015-10-01 15:39:47 +02:00