Commit Graph

1450 Commits

Author SHA1 Message Date
Eric Lippmann e1e1a535ee JS: Remove unnecessary space in Navigation::onRendererd()
refs #5543
2015-11-10 09:31:52 +01:00
Eric Lippmann f570f75958 CSS: Left align icons in links
refs #5543
2015-11-10 09:31:36 +01:00
Eric Lippmann bcdd7da4cd CSS: Left align th of name-value-table
refs #5543
2015-11-10 09:30:33 +01:00
Eric Lippmann a943240b57 CSS: Increase padding in common-table
refs #5543
2015-11-10 09:30:11 +01:00
Eric Lippmann ed5a984980 CSS: Small fixes in main.less
refs #5543
2015-11-10 09:29:48 +01:00
Eric Lippmann 68777b2b6a JS: Don't use deprecated jQuery function size() in navigation.js
refs #5543
2015-11-09 16:44:37 +01:00
Eric Lippmann 70d7f7f669 JS: Fix doc of navigation::onRendered()
refs #5543
2015-11-09 16:44:19 +01:00
Eric Lippmann bb432fcc68 JS: Use _this when saving a reference to this in Navigation::onRendered()
There a tons of places where we use self instead of _this. self is a global variable in modern browsers.

refs #5543
2015-11-09 15:55:23 +01:00
Eric Lippmann 802cba3fb8 CSS: Move variables from themes/icinga.less to base.less
refs #5543
2015-11-09 13:32:59 +01:00
Eric Lippmann 8c13583aba CSS: Remove element qualifiers in main.less
refs #5543
2015-11-09 11:45:04 +01:00
Eric Lippmann c46b3258b6 CSS: Move class preformatted to main.less
refs #5543
2015-11-09 11:43:20 +01:00
Eric Lippmann 75cfce09d2 CSS: Remove border-bottom on headers except for h1
refs #5543
2015-11-09 11:41:10 +01:00
Eric Lippmann 27e1eb6661 CSS: Increase font-size and width on name-value-table
refs #5543
2015-11-09 11:33:37 +01:00
Thomas Gelf e11e438f50 layout: make compact slightly larger 2015-11-06 01:53:27 +01:00
Thomas Gelf d123d85247 blockquote is no pre, introduce .preformatted 2015-11-06 01:53:01 +01:00
Eric Lippmann 5a34e3ea83 CSS: Set default margin for blockquote, p and pre
refs #5543
2015-11-04 17:53:58 +01:00
Thomas Gelf 62b302bedd base.less: move default font size to lower layer 2015-11-04 17:17:41 +01:00
Eric Lippmann 5cf4790856 CSS: Move body style to #layout
refs #5543
2015-11-04 16:27:17 +01:00
Eric Lippmann 6a22b03367 CSS: Remove color light from blockquote
refs #5543
2015-11-04 16:27:17 +01:00
Eric Lippmann fe06c19125 CSS: Don't set font-weight to bold for links
refs #5543
2015-11-04 16:27:17 +01:00
Eric Lippmann 35e0c32e4e CSS: Adjust header margins and font sizes
refs #5543
2015-11-04 16:27:17 +01:00
Thomas Gelf fec21affc9 main.less: style caption element for common-table 2015-11-04 16:13:56 +01:00
Eric Lippmann 5fc2974073 CSS/tables: Only add default style for td and th
refs #5543
2015-11-04 16:07:48 +01:00
Eric Lippmann 561acd9a9a CSS: Fix border-left transparent of common-table (WIP)
refs #5543
2015-11-04 16:07:48 +01:00
Thomas Gelf ed69bd5d99 Tables: rename action-table to table-row-selectable 2015-11-04 15:39:35 +01:00
Thomas Gelf 7db36e8f29 compat.less: legacy action table styled as common 2015-11-04 15:37:03 +01:00
Bernd Erk 0b46f9317e Rename listing-table to common-table and remove action-table
Further, style for the common-table has been changed. (WIP)

refs #5543
2015-11-04 15:12:35 +01:00
Eric Lippmann a613a683c5 CSS: Render badges w/ rounded corners
refs #5543
2015-11-04 14:35:17 +01:00
Eric Lippmann 5043bdf58c CSS: Change font-family-fixed to more reasonable font families
refs #5543
2015-11-04 14:34:34 +01:00
Eric Lippmann 9bb2961a77 Remove left margin from icons
refs #5543
2015-11-04 14:08:59 +01:00
Eric Lippmann d0e196c6cf Decrease default font sizes
refs #5543
2015-11-04 14:07:50 +01:00
Eric Lippmann b80128ced5 Increase accessibility of our menu
refs #5543
2015-11-04 14:02:35 +01:00
Eric Lippmann b9d09d2b66 CSS: Remove border-spacing from name-value-table
refs #5543
2015-11-04 12:11:16 +01:00
Eric Lippmann 31ab3dae7c CSS: Increase readability of blockquote
refs #5543
2015-11-04 12:08:20 +01:00
Eric Lippmann 804eaeb27a CSS: Increase readability of pre
refs #5543
2015-11-04 12:05:40 +01:00
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
Johannes Meyer 1144c86936 group/list.phtml: Fix coding style, link targets, css, etc
refs #10367
2015-10-15 16:14:19 +02:00
Johannes Meyer 0ee73f2560 group/show.phtml: Fix coding style, link targets, css, etc
refs #10367
2015-10-15 15:47:38 +02:00
Johannes Meyer 635bb3eec6 user/show.phtml: Improve layout
refs #10367
2015-10-15 14:39:25 +02: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
Bernd Erk 05c5d5e8e7 CSS: fix in detail area 2015-10-01 15:17:48 +02:00
Thomas Gelf 50e66810bf events.js: do not disable inputs targetting...
...foreign containers. Otherwise they will remain unusable. A better
solution might be tracking source containers, but that would involve
some more work

fixes #10263
2015-10-01 15:10:01 +02:00
Matthias Jentsch cb81916a2c Support defining row actions that do not show up in any of the links 2015-10-01 14:54:01 +02:00
Bernd Erk 27378a3511 CSS: fixed in detail comments area 2015-10-01 14:43:16 +02:00
Johannes Meyer a9a2b2be0a setup: Show a summary's topic title in bold
refs #5543
2015-10-01 14:29:46 +02:00
Johannes Meyer f8a42f89cf setup: Make the summary page's boxes a bit wider
refs #5543
2015-10-01 14:14:08 +02:00
Johannes Meyer 60b9f0cb02 setup: Give the installation note's header a border
refs #5543
2015-10-01 13:34:16 +02:00
Johannes Meyer 6f94b20bb6 setup: Show all h1 with bold font
refs #5543
2015-10-01 13:34:16 +02:00
Johannes Meyer 4dfe6dec3a setup: Use h2 instead of h3 for a requirement's title
refs #5543
2015-10-01 13:34:16 +02:00
Johannes Meyer 29d9a7f807 setup.less: Fix layout of the module page
refs #5543
2015-10-01 13:34:15 +02:00
Johannes Meyer 5d20e2cf21 setup.less: Fix outdated color macros
refs #5543
2015-10-01 13:34:15 +02:00
Eric Lippmann aedc359735 CSS: Fix padding of menu items w/o icon
refs #5543
2015-10-01 11:16:41 +02:00
Eric Lippmann 6affad6895 Fix logout loop (testing), #2
Quick and dirty fix.
2015-10-01 10:50:33 +02:00
Bernd Erk 1236b75fb2 CSS: error ul login page 2015-10-01 10:39:13 +02:00
Eric Lippmann 5f7f0a9e89 Fix logout loop (testing)
If this commit breaks anyhting, feel free to revert it.
2015-10-01 10:30:18 +02:00
Johannes Meyer 5b71d0b834 Also restore the login.less form prior #10009 2015-10-01 10:22:53 +02:00
Eric Lippmann d3601d5931 CSS: Reset radio width
refs #5543
2015-10-01 10:05:25 +02:00
Eric Lippmann 980dd51f34 CSS: Add padding to columns in controls
refs #5543
2015-10-01 08:56:58 +02:00
Eric Lippmann 12249ca4c5 CSS: Set color light on control info icons
refs #5543
2015-10-01 08:56:58 +02:00
Eric Lippmann 6b96d9af32 CSS: Add opacity mixin
refs #5543
2015-10-01 08:56:57 +02:00
Eric Lippmann c318454a45 CSS: Style form descriptions, hints, notifications and errors
refs #5543
2015-10-01 02:49:38 +02:00
Eric Lippmann 51d6c61bf7 CSS: Re-add spinner for autosubmit
refs #5543
2015-10-01 01:59:56 +02:00
Eric Lippmann b6ac7f0dee CSS: Add dl.name-value-list
refs #5543
2015-10-01 00:56:38 +02:00
Eric Lippmann b137c4f5b8 Add icon-twitter and icon-facebook-squared
refs #5543
2015-10-01 00:56:12 +02:00
Eric Lippmann 05904de5d5 Fix about markup
refs #5543
2015-10-01 00:55:49 +02:00
Eric Lippmann d31983bf4f CSS: Let i don't inherit text-decoration on a:hover
refs #5543
2015-09-30 23:59:12 +02:00
Eric Lippmann 3b5a04638a CSS: Rename a.button to button-link and add centered-content
refs #5543
2015-09-30 23:58:38 +02:00
Eric Lippmann 48b1c5ff30 CSS: Move spinner related styles to spinner.less
refs #5543
2015-09-30 22:24:26 +02:00
Eric Lippmann 231c63b703 Merge branch 'master' into feature/dope-layout-5543 2015-09-30 18:52:52 +02:00
Eric Lippmann 82abff50f2 CSS: Fix margin of .form-controls on login
refs #5543
2015-09-30 18:34:20 +02:00
Eric Lippmann 2326997a25 CSS: Add class v-center
refs #5543
2015-09-30 18:32:29 +02:00
Eric Lippmann 3339dda50e CSS: Re-add spinner style
refs #5543
2015-09-30 18:29:45 +02:00
Eric Lippmann 89c5a405c3 CSS: Add invisible and visible mixin
refs #5543
2015-09-30 18:29:26 +02:00
Johannes Meyer a2474ad1d2 Add untracked files missing from the previous commit...
refs #9247
2015-09-30 17:10:35 +02:00
Eric Lippmann 5698a0448d CSS: Add icon-big, comment-text and icon-col
refs #5543
2015-09-30 16:39:50 +02:00
Eric Lippmann a065fe7fce CSS: Color icon-cancel red when hovered
refs #5543
2015-09-30 11:32:16 +02:00
Eric Lippmann ea36da60d5 CSS: Fix a.button style
refs #5543
2015-09-30 11:32:00 +02:00
Eric Lippmann 56be19f172 CSS: Re-enable form icons
refs #5543
2015-09-30 11:16:29 +02:00
Eric Lippmann e7d78f003c CSS: Style form buttons
refs #5543
2015-09-30 11:16:15 +02:00
Eric Lippmann a12482fcad CSS: Use button mixin for a.button
refs #5543
2015-09-30 11:13:59 +02:00
Eric Lippmann 9c7d93e55b CSS: Add button mixin
refs #5543
2015-09-30 11:13:45 +02:00
Eric Lippmann dc256a249c CSS: Add icon-info-circled
refs #5543
2015-09-30 09:49:21 +02:00
Eric Lippmann a932bad2dc JS: Support rowaction on action-table
refs #5543
2015-09-29 18:05:49 +02:00
Eric Lippmann 9eb5756655 CSS: Add .col-1-2
refs #5543
2015-09-29 17:11:00 +02:00
Eric Lippmann 2d9efc3467 CSS: Remove unncessary props from sort-control
refs #5543
2015-09-29 17:05:20 +02:00
Eric Lippmann 5e405b8f99 CSS: Re-add form.inline for the moment
refs #5543
2015-09-29 17:05:02 +02:00
Eric Lippmann a53a999003 CSS: Add unncessary props from limiter.less
refs #5543
2015-09-29 17:04:18 +02:00
Eric Lippmann ad1ed49257 CSS: Remove unnecessary props from pagination-control
refs #5543
2015-09-29 17:03:42 +02:00
Eric Lippmann 510b25b079 CSS: Add dont-print style
refs #5543
2015-09-29 17:03:26 +02:00
Eric Lippmann eb246babd5 CSS: Add grid.less
refs #5543
2015-09-29 17:02:59 +02:00
Bernd Erk 44b9d44641 Merge branch 'feature/dope-layout-5543' of git.icinga.org:icingaweb2 into feature/dope-layout-5543 2015-09-29 12:52:15 +02:00
Eric Lippmann 8f33fca3d4 CSS: Optimize background property for input.search
refs #5543
2015-09-29 12:01:31 +02:00
Eric Lippmann 818115a7db CSS: Set form label and input width
refs #5543
2015-09-29 12:01:30 +02:00
Eric Lippmann 2b0e8803be CSS: Use color: inherit for *-default mixins
refs #5543
2015-09-29 12:01:30 +02:00
Eric Lippmann b1c48c02cf CSS: Style blockquote
refs #5543
2015-09-29 12:01:30 +02:00
Bernd Erk 6a66da998a CSS: fixes transision in menu 2015-09-28 22:34:13 +02:00
Bernd Erk ef16c3c479 CSS: design user logout and preferences 2015-09-28 17:58:23 +02:00
Eric Lippmann 301b0a8cc9 JS: Support actiontable behavior for action-table too
refs #5543
2015-09-28 17:27:33 +02:00
Eric Lippmann 1f4ea9eb6f CSS: Style th in tbody for listing-table
refs #5543
2015-09-28 17:06:01 +02:00
Eric Lippmann 49dec8d922 CSS: Only hover tr in tbody for action-table
refs #5543
2015-09-28 17:05:37 +02:00
Eric Lippmann f3b928de6b CSS: Use handled as separate class again
refs #5543
2015-09-28 17:03:20 +02:00
Eric Lippmann ca45522da7 CSS: Move badge related styles to badges.less 2015-09-28 17:02:37 +02:00
Eric Lippmann d03647f2e6 JS: Rename dblclickselect to selectable
refs #9826
2015-09-28 15:44:25 +02:00
Eric Lippmann 9dff864b80 Prepare markup for new user menu
refs #5543
2015-09-28 14:48:54 +02:00
Eric Lippmann 2ff822c2ac Merge branch 'master' into feature/ipv6-addresses-9645-9826 2015-09-28 13:09:30 +02:00
Johannes Meyer 2f9bd78721 Merge branch 'master' into bugfix/Prettify-page-layout-when-accessing-a-non-existent-route-while-not-being-authenticated-10009 2015-09-28 09:55:07 +02:00
Bernd Erk f68b8bceee CSS: Hover menu 2015-09-27 17:41:57 +02:00
Bernd Erk ad2784d5bb CSS: Badges and menu 2015-09-27 16:34:33 +02:00
Eric Lippmann 3b84f406c7 CSS: Fix font-weight on .nav-item
refs #5543
2015-09-27 16:08:06 +02:00
Eric Lippmann ab50fcc091 CSS: Introduce .primary-nav
refs #5543
2015-09-27 16:06:46 +02:00
Eric Lippmann b21c92ac2a CSS: Set font-weight on links in navigation to normal
refs #5543
2015-09-27 15:49:08 +02:00
Eric Lippmann 83afcbc169 CSS: Move form related styles from main.less to forms.less
refs #5543
2015-09-27 14:30:28 +02:00
Eric Lippmann 9115e1d834 CSS: Move monitoring/colors.less to application
refs #5543
2015-09-27 14:28:36 +02:00
Eric Lippmann eca9edca10 CSS: Add form styles (WIP)
refs #5543
2015-09-27 13:41:07 +02:00
Eric Lippmann 181f6d5285 CSS: Re-add form.less but w/ out-commented content
refs #5543
2015-09-27 13:37:35 +02:00
Eric Lippmann e0401a2fc9 CSS: Rename nav-tabs to tab-nav
refs #5543
2015-09-27 13:29:37 +02:00
Eric Lippmann d3ac1b16ee Merge branch 'master' into feature/dope-layout-5543 2015-09-27 13:11:11 +02:00
Eric Lippmann d1ca041b1d CSS: Disable badge related styles for now
refs #5543
2015-09-27 12:41:59 +02:00
Eric Lippmann 0b003b4874 CSS: Rewrite pagination.less
refs #5543
2015-09-27 12:26:58 +02:00
Bernd Erk 155e54978d Fix header image and alignment 2015-09-26 18:38:18 +02:00
Bernd Erk fb34c5170b Fix button-design 2015-09-25 17:02:27 +02:00
Eric Lippmann 4313d70b26 CSS: Display span inside li as block too
refs #5543
2015-09-25 16:49:48 +02:00
Eric Lippmann 7fb2307c1b CSS: Use inline-block for the limiter-control
refs #5543
2015-09-25 16:49:31 +02:00
Eric Lippmann a1245b1ab8 CSS: Let i in a inherit text-decoration
refs #5543
2015-09-25 16:46:18 +02:00
Eric Lippmann ca6ed701aa CSS: Set line-height on body
refs #5543
2015-09-25 16:46:01 +02:00
Alexander A. Klimov 426f64e32a CSS: rename .form to .below-logo
refs #10009
2015-09-25 16:41:07 +02:00
Eric Lippmann 1da28ba43c CSS: Fix clearfix mixin
refs #5543
2015-09-25 16:16:42 +02:00
Alexander A. Klimov ed935696ac CSS: outsource .logo related rules into a new .less file `logo.less'
refs #10009
2015-09-25 15:31:39 +02:00
Eric Lippmann 98c0d7beec CSS: Style a.button (WIP)
refs #5543
2015-09-25 14:42:14 +02:00
Eric Lippmann 9628268a07 Add icons angle-double-left and angle-double-right
They will be used for the pagination's prev and next links.

refs #5543
2015-09-25 14:28:48 +02:00
Johannes Meyer a55cced039 Merge branch 'master' into feature/custom-menu-items-5600
Conflicts:
	modules/monitoring/application/views/scripts/list/comments.phtml
	modules/monitoring/application/views/scripts/list/downtimes.phtml
2015-09-25 14:12:43 +02:00
Johannes Meyer f17c185aed js: Improve logging when pushing history states 2015-09-25 14:08:10 +02:00
Eric Lippmann 44c9bc2b3b CSS: Remove extra pagination CSS from layout-structure.less
refs #5543
2015-09-25 14:00:03 +02:00
Johannes Meyer 67a28a4b47 js: Do not re-open the detail url if it's the origin of a redirect
refs #5600
2015-09-25 13:58:52 +02:00
Eric Lippmann e94deab146 CSS: Add limiter.less 2015-09-25 13:35:49 +02:00
Eric Lippmann 605d8f908a CSS: Add nav.less
refs #5543
2015-09-25 13:35:34 +02:00
Eric Lippmann f42f655e7a CSS: Add styles for table.listing-table
refs #5543
2015-09-25 12:40:33 +02:00
Eric Lippmann 15bac7d759 CSS: Add bottom border to dl.feed-list dt
refs #5543
2015-09-25 11:40:55 +02:00
Eric Lippmann 446622004a CSS: Reset defaults on dl.feed-list
refs #5543
2015-09-25 10:59:08 +02:00
Eric Lippmann 7910cee2f1 CSS: Add form.link style
refs #5543
2015-09-25 00:37:35 +02:00
Eric Lippmann 7cfe79bd8d CSS: Reduce width of the name column in name-value-pair tables
refs #5543
2015-09-25 00:37:02 +02:00
Eric Lippmann 913752ddae CSS: Upper-case gray-light in the icinga theme
refs #5543
2015-09-25 00:36:02 +02:00
Eric Lippmann 6a802bd1e4 CSS: Remove defaults.less
refs #5543
2015-09-25 00:34:07 +02:00
Eric Lippmann a05a0cc203 CSS: Move #fontsize-calc rules to dev.less
refs #5543
2015-09-25 00:33:43 +02:00
Eric Lippmann 3e2db992ce CSS: Add style for buttons that should look like links
refs #5543
2015-09-25 00:22:28 +02:00
Eric Lippmann b4e44c9d6d CSS: Style .name-value-table
refs #5543
2015-09-25 00:20:41 +02:00
Eric Lippmann 20a888dfc6 CSS: Add class text-left
refs #5543
2015-09-25 00:20:17 +02:00
Eric Lippmann bb56929f7a CSS: Remove unncessary styles from main.less
refs #5543
2015-09-25 00:19:39 +02:00
Eric Lippmann 8d68d72d86 CSS: Remove unnecessary styles from base.less
refs #5543
2015-09-25 00:16:08 +02:00
Eric Lippmann 4142c15ab5 CSS: Use full width for tables
refs #5543
2015-09-24 17:23:26 +02:00
Eric Lippmann 6129ae58cc CSS: Style pre
refs #5543
2015-09-24 17:23:11 +02:00
Eric Lippmann 5304f0a0df CSS: Don't set font-size on .container
refs #5543
2015-09-24 16:32:45 +02:00
Eric Lippmann 5b4cb8e528 CSS: Reduce default td padding
refs #5543
2015-09-24 15:04:22 +02:00
Eric Lippmann 9b7b4fcaca CSS: Set default td padding on all tables
refs #5543
2015-09-24 15:02:20 +02:00
Eric Lippmann c34812f59f CSS: Add class text-right
refs #5543
2015-09-24 11:57:24 +02:00
Eric Lippmann cde0027b6f CSS: Style a in text-small
refs #5543
2015-09-24 10:28:14 +02:00
Eric Lippmann 9f7e349291 CSS: Add clearfix class
refs #5543
2015-09-24 10:27:42 +02:00
Eric Lippmann 7fa9310aef CSS: Add :hover and .active style for tr on action-table
refs #5543
2015-09-24 10:26:57 +02:00
Eric Lippmann 21c6886702 CSS: Style table
refs #5543
2015-09-24 10:26:14 +02:00
Eric Lippmann 9a3551b534 CSS: Don't add :hover and .active styles for every table
Should be only on action-table.

refs #5543
2015-09-24 10:25:38 +02:00
Eric Lippmann 36a65670f0 CSS: Move class text-class from base.less to main.less
refs #5543
2015-09-23 14:05:53 +02:00
Eric Lippmann 6b78174537 CSS: Add class action-link
refs #5543
2015-09-23 14:04:07 +02:00
Eric Lippmann cf2fe8433a CSS: Show pointer when hovering action-table
refs #5543
2015-09-23 14:00:56 +02:00
Eric Lippmann caf68880fd CSS: Add license header to base.less
refs #5543
2015-09-23 13:41:22 +02:00
Eric Lippmann 3268a0f34e CSS: Add main.less w/ pull-left and pull-right yet only
refs #5543
2015-09-23 13:40:55 +02:00
Eric Lippmann e982735451 CSS: Rename main.less to base.less
refs #5543
2015-09-23 13:36:25 +02:00
Eric Lippmann f459359941 CSS: Add class small-text
refs #5543
2015-09-23 13:32:03 +02:00
Eric Lippmann eeb1bfbb48 CSS: Add font-family-fixed to the icinga theme
refs #5543
2015-09-23 13:31:34 +02:00
Eric Lippmann d87c3b1804 CSS: Add styles for tr.active and tr:hover
refs #5543
2015-09-23 13:14:48 +02:00
Eric Lippmann ceacf9af71 CSS: Style a in h1
refs #5543
2015-09-23 13:14:26 +02:00
Eric Lippmann dd4e39b782 CSS: Style p
refs #5543
2015-09-23 12:58:15 +02:00
Eric Lippmann 33816c9abe CSS: Add font-size and line-height to a
refs #5543
2015-09-23 12:57:42 +02:00
Eric Lippmann b3d435a85d CSS: Remove default margin from p
refs #5543
2015-09-23 11:30:22 +02:00
Eric Lippmann f29f22870a CSS: Add state colors to the icinga theme
refs #5543
2015-09-23 11:17:51 +02:00
Eric Lippmann 2db284ce55 CSS: Style a 2015-09-23 11:13:58 +02:00
Eric Lippmann bd71f0bbf8 CSS: Add font-weight-bold to the icinga theme
refs #5543
2015-09-23 11:13:42 +02:00
Eric Lippmann fbbf0bd118 CSS: Don't color normal links blue/petrol
refs #5543
2015-09-23 11:12:56 +02:00
Eric Lippmann a2d459bdaa CSS: Style h1 and h2
refs #5543
2015-09-23 11:04:59 +02:00
Eric Lippmann 4f826da6ef CSS: Introduce main.less
Meant to replace defaults.less and other "default" styling spread to other less files.

refs #5543
2015-09-23 11:00:51 +02:00
Eric Lippmann ae71d91d0d CSS: Remove form related CSS from the icinga theme
Will be readded later.

refs #5543
2015-09-23 10:58:01 +02:00
Eric Lippmann 9047afbb87 CSS: Add box-sizing mixin
refs #5543
2015-09-23 10:48:41 +02:00
Eric Lippmann badf58f701 CSS: Add normalize.css
refs #5543
2015-09-23 10:42:39 +02:00
Bernd Erk 2242f6192c Redesign draft and implementation 2015-09-22 17:33:02 +02:00
Eric Lippmann 7f6d5655f9 CSS: Restyle forms (WIP)
refs #5543
2015-09-19 21:58:50 +02:00
Eric Lippmann f32e62bdaa CSS: Replace petrol w/ Icinga blue
refs #5543
2015-09-19 21:57:02 +02:00
Eric Lippmann 25bf42462c CSS/themes: Add @text-color-inverted to the icinga theme
refs #5543
2015-09-18 17:18:47 +02:00
Eric Lippmann cf8548a29d CSS: Add Icinga theme (WIP)
refs #5543
2015-09-18 15:25:14 +02:00
Matthias Jentsch 1b6f5861b7 Highlight selected table rows in related actions
Allow declaring related controllers for action tables and highlight table rows based on the queries in links pointing to those actions.

fixes #10155
2015-09-16 15:31:53 +02:00
Johannes Meyer 19945d074c forms.less: Properly align checkboxes and autosubmit warnings
It's far from perfect, but it looks nearly the same in FF and Chrome..
2015-09-16 09:09:45 +02:00
Matthias Jentsch d00e854f4b Remove unused code from old Chrome history workaround
refs #6277
2015-09-10 17:33:11 +02:00
Matthias Jentsch a93481c362 Add missing documentation 2015-09-10 17:03:58 +02:00
Matthias Jentsch 8e554684af Fix multi-selection in combination with anchors
refs #9844
2015-09-10 16:49:18 +02:00
Matthias Jentsch a5351933fc Merge branch 'master' into bugfix/url-anchors-not-working-9844 2015-09-07 16:11:36 +02:00
Eric Lippmann e9a3b0fb99 Merge branch 'feature/monitoring-indicate-late-check-results-8378'
resolves #8378
2015-09-07 11:30:08 +02:00
Matthias Jentsch ef6debfa32 Allow selecting form elements in action table rows
fixes #10045
2015-09-07 11:27:46 +02:00
Eric Lippmann 1fccf9c721 Merge branch 'master' into feature/monitoring-indicate-late-check-results-8378 2015-09-07 11:09:11 +02:00
Eric Lippmann fe1c6d33fa font: Add icon-circle
refs #8378
2015-09-07 10:21:17 +02:00
Matthias Jentsch 354bd0dd78 Fix badge link color in avp tables 2015-09-04 15:35:50 +02:00
Matthias Jentsch 29a2ee1a02 Merge branch 'feature/provide-counter-view-10033'
resolves #10033
2015-09-04 15:27:35 +02:00
Matthias Jentsch a630869bcf Provide stats for unhandled problems and improve layout
refs #10033
2015-09-04 15:17:28 +02:00
Eric Lippmann b28f1c4038 Merge branch 'bugfix/monitoring-ack-comments-display-9674'
fixes #9674
2015-09-04 13:04:39 +02:00
Eric Lippmann 331c01c371 fontello: Add icon-pin for sticky acknowledgements
refs #9674
2015-09-04 12:13:43 +02:00