[icinga-checkins] icinga.org: icinga-web/master: Bigger close button in Cronk tabs ( refs #3511)
git at icinga.org
git at icinga.org
Tue Feb 12 18:17:20 CET 2013
Module: icinga-web
Branch: master
Commit: 71a92039cec5a6a788ad01fb08c4f465231ac88e
URL: https://git.icinga.org/?p=icinga-web.git;a=commit;h=71a92039cec5a6a788ad01fb08c4f465231ac88e
Author: Markus Frosch <markus at lazyfrosch.de>
Date: Wed Dec 19 13:58:52 2012 +0100
Bigger close button in Cronk tabs (refs #3511)
---
pub/styles/icinga.css | 14 ++++++++++++++
1 files changed, 14 insertions(+), 0 deletions(-)
diff --git a/pub/styles/icinga.css b/pub/styles/icinga.css
index aea71cc..d148b45 100644
--- a/pub/styles/icinga.css
+++ b/pub/styles/icinga.css
@@ -690,6 +690,20 @@ div#menu {
border: none;
}
+/** TAB BAR **/
+
+/* make close button bigger */
+.x-tab-strip .x-tab-strip-closable a.x-tab-strip-close {
+ width: 22px;
+ height: 22px;
+ top: 0px;
+ right: 0px;
+ background-position: 50% 50%;
+}
+.x-tab-strip-closable .x-tab-left {
+ padding-right: 22px;
+}
+
/** STATUS-SUMMARY VIEW **/
.status-summary-row {
color: #000000;
More information about the icinga-checkins
mailing list