diff --git a/doc/Icinga-Design/documentation.html b/doc/Icinga-Design/documentation.html index c91ff303f..3970273ea 100644 --- a/doc/Icinga-Design/documentation.html +++ b/doc/Icinga-Design/documentation.html @@ -395,7 +395,7 @@ code...
- Recheck + Recheck
@@ -448,44 +448,104 @@ code... - +
- Lorem Ipsum
+ Box mit Tabelle

+ + + + + + + + + + + + -
-
- Lorem ipsum -
-
- Lorem ipsum dolor sit amet, consetetur sadipscing elitr -
-
- -
-
+ + + + + -
-
- Lorem ipsum -
-
- Lorem ipsum dolor sit amet bla blubb. -
-
- - -
+
+ + + + + + + + + + + +
LoremIpsum xyzblablubb
08.10. 15:51Lorem ipusm_002
08.10. 15:51Ich bin ein toller Text
Hallo halloServer 123 blablaNoch ein Text
Lorem ipsumJuhuhallo_host01128747404
- + + +
+
+ Heading
+
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Passive Checks
Active Checks
Obsessing
Notifications
Event Handler
Flap Detection
+
+ + + + + + diff --git a/doc/Icinga-Design/icinga-design.css b/doc/Icinga-Design/icinga-design.css index dc641dfd8..919c265ef 100644 --- a/doc/Icinga-Design/icinga-design.css +++ b/doc/Icinga-Design/icinga-design.css @@ -100,6 +100,26 @@ th { border-bottom: 2px solid #ddd; } +.table-detail th { + font-size: 16px; + border-top: 0; +} + + +.table-detail thead > tr > th, .table tbody > tr > th, +.table-detail tbody > tr > td, .table tfoot > tr > td { + border-top: 0 !important; +} + + + + +.table-detail > thead { + border-top: 0 !important; +} + + + td { padding: 8px 10px 8px 8px !important; border-bottom: 1px dotted #ddd !important; @@ -171,6 +191,15 @@ td { +.disabled { + border-left: 8px solid #FF3300; +} + +.enabled { + border-left: 8px solid #00CC33; +} + + /* ========================================================================== Forms ========================================================================== */ @@ -221,6 +250,26 @@ select.input-sm { } +/*input[type="checkbox"] { + display:none; +} +input[type="checkbox"] + label span { + display:inline-block; + width:19px; + height:19px; + margin:-1px 4px 0 0; + vertical-align:middle; + background:url(images/flapping.png) left top no-repeat; + cursor:pointer; +} +input[type="checkbox"]:checked + label span { + background:url(check_radio_sheet.png) -19px top no-repeat; +}*/ + + + + + /* ========================================================================== Pagination ========================================================================== */ @@ -365,6 +414,17 @@ select.input-sm { display: block; } +.icon-table-hint { + width: 16px; + height: 20px; + display: block; + background-position: 50% 50%; +} +.icon-table-hint:after { + content: "edited"; + padding-left: 22px; +} + .icon-flapping { background-image: url('images/flapping.png'); diff --git a/doc/Icinga-Design/images/logo_icinga.png b/doc/Icinga-Design/images/logo_icinga.png new file mode 100644 index 000000000..162bfdd69 Binary files /dev/null and b/doc/Icinga-Design/images/logo_icinga.png differ