diff options
author | Jérémy FRERE <frere.jeremy@gmail.com> | 2013-10-24 12:41:20 +0200 |
---|---|---|
committer | Philip Arndt <git@p.arndt.io> | 2015-05-14 09:52:29 +1200 |
commit | a9288cc3bd998d7c179b080f56eccd6a56f59133 (patch) | |
tree | b4658ea330aab2f713151058b40cbbd1f2ac127a /app/assets/stylesheets | |
parent | bb0d3b0da633053c0236bdbe5a9452ae9655fda7 (diff) | |
download | refinerycms-blog-a9288cc3bd998d7c179b080f56eccd6a56f59133.tar.gz refinerycms-blog-a9288cc3bd998d7c179b080f56eccd6a56f59133.tar.bz2 refinerycms-blog-a9288cc3bd998d7c179b080f56eccd6a56f59133.zip |
Adds a button to delete the displayed translation of a blog post
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r-- | app/assets/stylesheets/refinery/blog/backend.css.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/refinery/blog/backend.css.scss b/app/assets/stylesheets/refinery/blog/backend.css.scss index e14d92b..e4ff700 100644 --- a/app/assets/stylesheets/refinery/blog/backend.css.scss +++ b/app/assets/stylesheets/refinery/blog/backend.css.scss @@ -71,3 +71,7 @@ a#copy_body_link { margin-top: 0; padding-left: 20px; } +.form-actions a.confirm-delete, #content .form-actions a.confirm-delete { + position: relative; + right: auto; +}
\ No newline at end of file |