Commit Graph

1263 Commits

Author SHA1 Message Date
Eric Lippmann 663b493cd2 CSS: Introduce line-height variable
For template support.

refs #5543
2015-11-11 15:21:53 +01:00
Eric Lippmann ec1cc5ebcb CSS/Menu: Fix badge offset correction
refs #5543
2015-11-11 15:10:51 +01:00
Eric Lippmann cd7a3d1fcf CSS: Remove class color-box
Not in use.

refs #5543
2015-11-11 15:10:34 +01:00
Eric Lippmann 3d1cd042ce CSS: Remove class oneline
Not in use.

refs #5543
2015-11-11 15:10:18 +01:00
Eric Lippmann ebbb061db7 CSS: Fix sparkline positioning
refs #5543
2015-11-11 15:06:23 +01:00
Eric Lippmann 30b3b61e43 CSS: Remove bold font from link-button
refs #5543
2015-11-11 10:37:39 +01:00
Eric Lippmann 4684e9246e CSS: Reduce size of badges
refs #5543
2015-11-11 10:37:09 +01:00
Eric Lippmann 92a2727a0b CSS: Change backround color for the user menu
refs #5543
2015-11-10 16:52:46 +01:00
Eric Lippmann 92e3895c94 Revert user menu to its original state
refs #5543
2015-11-10 14:05:48 +01:00
Eric Lippmann 93ecc51528 CSS: Increase font-size-small
refs #5543
2015-11-10 14:02:58 +01:00
Thomas Gelf a674707e98 base.less: do not shrink our main structure 2015-11-10 13:44:57 +01:00
Eric Lippmann 6b90982a10 monitoring: Properly size object-features form
refs #5543
2015-11-10 13:30:30 +01:00
Eric Lippmann db167becba monitoring: Properly align object-features form
refs #5543
2015-11-10 13:23:47 +01:00
Eric Lippmann 848882bb44 CSS: Remove padding-top from .content
refs #5543
2015-11-10 13:14:42 +01:00
Eric Lippmann 3cf7eaef1e CSS: Add margin-left to the control-info icon
refs #5543
2015-11-10 09:40:40 +01:00
Eric Lippmann e6af09ec64 Revert "CSS: Left align icons in links"
This reverts commit f570f75958.
2015-11-10 09:39:48 +01:00
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