diff options
| author | rr- | 2017-01-03 21:58:32 +0100 |
|---|---|---|
| committer | rr- | 2017-01-03 21:58:32 +0100 |
| commit | 58fabc6e3608e29430f45a7bfef6f347b6471c9b (patch) | |
| tree | fcbe69cd23d4483c2746355acb2142cdb9c3eb03 /client/css/post-detail-view.styl | |
| parent | 9edaaffec230130566289deb16cc79ee37597a9e (diff) | |
client/merge: add search button
Diffstat (limited to 'client/css/post-detail-view.styl')
| -rw-r--r-- | client/css/post-detail-view.styl | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/client/css/post-detail-view.styl b/client/css/post-detail-view.styl index 32e7497..98c3424 100644 --- a/client/css/post-detail-view.styl +++ b/client/css/post-detail-view.styl @@ -14,9 +14,6 @@ .right-post-container width: 47% float: right - input[type=text] - width: 8em - margin-top: -2px .post-mirror margin-bottom: 1em &:after @@ -31,3 +28,10 @@ margin-right: 0.35em .target-post, .target-post-content margin: 1em 0 + header + margin-bottom: 1em + label + display: inline-block + margin-top: 2px + input[type=text] + width: 6em |