CSS: fixed in detail comments area

This commit is contained in:
Bernd Erk 2015-10-01 14:43:16 +02:00
parent 195f2d2f2e
commit 27378a3511
4 changed files with 76 additions and 4 deletions

View File

@ -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%;

View File

@ -285,8 +285,8 @@ html {
text-align: center;
}
form {
width: 100%;
margin: 0;
margin-left: auto;
margin-right: auto;
}
form input {
margin: auto;

View File

@ -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;

View File

@ -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 {