mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-30 09:14:08 +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;
|
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 {
|
//p.pluginoutput {
|
||||||
// width: 100%;
|
// width: 100%;
|
||||||
|
@ -285,8 +285,8 @@ html {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
form {
|
form {
|
||||||
width: 100%;
|
margin-left: auto;
|
||||||
margin: 0;
|
margin-right: auto;
|
||||||
}
|
}
|
||||||
form input {
|
form input {
|
||||||
margin: auto;
|
margin: auto;
|
||||||
|
@ -67,7 +67,7 @@
|
|||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
display: block;
|
display: block;
|
||||||
line-height: 2.5em;
|
line-height: 2.5em;
|
||||||
width: 10em;
|
width: 5em;
|
||||||
margin-right: 2.5em;
|
margin-right: 2.5em;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
|
||||||
@ -125,7 +125,6 @@
|
|||||||
margin-top: 5em;
|
margin-top: 5em;
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-left: 2em;
|
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: @text-color-inverted;
|
color: @text-color-inverted;
|
||||||
|
@ -103,7 +103,23 @@ dl.feed-list {
|
|||||||
|
|
||||||
dt {
|
dt {
|
||||||
border-bottom: 1px solid @gray-lighter;
|
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 {
|
dl.name-value-list {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user