Merge pull request #450 from fermionic/frost-showmore-border
make the show more line look nicer
This commit is contained in:
commit
ed7c3363c2
|
@ -1350,6 +1350,9 @@ input#dfrn-url {
|
||||||
.divgrow-showmore {
|
.divgrow-showmore {
|
||||||
display: block;
|
display: block;
|
||||||
clear: both;
|
clear: both;
|
||||||
|
text-align: center;
|
||||||
|
outline: 0;
|
||||||
|
border-top: 1px dotted #888;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -1413,6 +1416,7 @@ input#dfrn-url {
|
||||||
border-bottom-right-radius: 10px;
|
border-bottom-right-radius: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.comment-edit-wrapper {
|
.comment-edit-wrapper {
|
||||||
margin-top: 15px;
|
margin-top: 15px;
|
||||||
background: #f3f3f3;
|
background: #f3f3f3;
|
||||||
|
|
|
@ -1307,6 +1307,9 @@ input#dfrn-url {
|
||||||
.divgrow-showmore {
|
.divgrow-showmore {
|
||||||
display: block;
|
display: block;
|
||||||
clear: both;
|
clear: both;
|
||||||
|
text-align: center;
|
||||||
|
outline: 0;
|
||||||
|
border-top: 1px dotted #888;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue