mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 16:54:04 +02:00
CSS: fixed in detail comments area
This commit is contained in:
parent
195f2d2f2e
commit
27378a3511
@ -347,6 +347,63 @@ form.object-features .control-label {
|
||||
line-height: 25px;
|
||||
}
|
||||
|
||||
/* Inline Comments */
|
||||
|
||||
.inline-comments {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
font-size: 0.857em;
|
||||
|
||||
.time-ago {
|
||||
color: #919191;
|
||||
}
|
||||
|
||||
li {
|
||||
list-style-type: none;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
h3 {
|
||||
border: none;
|
||||
border-bottom: 1px solid @gray-lighter;
|
||||
font-weight: normal;
|
||||
color: inherit;
|
||||
margin: 0;
|
||||
padding-bottom: 0.1em;
|
||||
}
|
||||
|
||||
h3 .author {
|
||||
}
|
||||
|
||||
h3 form {
|
||||
display: none;
|
||||
}
|
||||
|
||||
h3 form {
|
||||
float: right;
|
||||
}
|
||||
|
||||
li:hover h3 {
|
||||
background: #F9F9F9;
|
||||
position: relative;
|
||||
|
||||
form {
|
||||
display: inline;
|
||||
}
|
||||
}
|
||||
|
||||
p {
|
||||
font-size 0.5em;
|
||||
margin: 0;
|
||||
color: #9e9e9e;
|
||||
font-family: Menlo, monospace;
|
||||
|
||||
a {
|
||||
color: #222;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
//p.pluginoutput {
|
||||
// width: 100%;
|
||||
|
@ -285,8 +285,8 @@ html {
|
||||
text-align: center;
|
||||
}
|
||||
form {
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
form input {
|
||||
margin: auto;
|
||||
|
@ -67,7 +67,7 @@
|
||||
font-weight: normal;
|
||||
display: block;
|
||||
line-height: 2.5em;
|
||||
width: 10em;
|
||||
width: 5em;
|
||||
margin-right: 2.5em;
|
||||
text-align: left;
|
||||
|
||||
@ -125,7 +125,6 @@
|
||||
margin-top: 5em;
|
||||
font-size: 0.9em;
|
||||
text-align: center;
|
||||
margin-left: 2em;
|
||||
|
||||
a {
|
||||
color: @text-color-inverted;
|
||||
|
@ -103,7 +103,23 @@ dl.feed-list {
|
||||
|
||||
dt {
|
||||
border-bottom: 1px solid @gray-lighter;
|
||||
|
||||
.icon-cancel {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
dt:hover {
|
||||
background: #F9F9F9;
|
||||
position: relative;
|
||||
|
||||
form {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.icon-cancel {
|
||||
display: inline;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
dl.name-value-list {
|
||||
|
Loading…
x
Reference in New Issue
Block a user