diff options
Diffstat (limited to 'app/assets/stylesheets/main/entries.scss')
-rw-r--r-- | app/assets/stylesheets/main/entries.scss | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/app/assets/stylesheets/main/entries.scss b/app/assets/stylesheets/main/entries.scss index 8d5796f..dd6b248 100644 --- a/app/assets/stylesheets/main/entries.scss +++ b/app/assets/stylesheets/main/entries.scss | |||
@@ -251,9 +251,29 @@ | |||
251 | float: right; | 251 | float: right; |
252 | margin-top: 1em; | 252 | margin-top: 1em; |
253 | } | 253 | } |
254 | |||
255 | .comment-reply-to { | ||
256 | float: right; | ||
257 | margin-right: 0.5em; | ||
258 | |||
259 | img { | ||
260 | display: block; | ||
261 | } | ||
262 | } | ||
254 | } | 263 | } |
255 | 264 | ||
256 | #comment-form { | 265 | #comment-form { |
266 | #comment-reply-msg { | ||
267 | display: none; | ||
268 | margin-top: 1em; | ||
269 | margin-bottom: 0; | ||
270 | margin-left: 0; | ||
271 | |||
272 | .comment-reply-author { | ||
273 | font-weight: bold; | ||
274 | } | ||
275 | } | ||
276 | |||
257 | fieldset { | 277 | fieldset { |
258 | border: 0; | 278 | border: 0; |
259 | 279 | ||