aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/admin/blog/posts/_form.css.erb
blob: 48bbbfacaeb9a27408d202e396193067d0d01520 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<style type='text/css'>
  ul.blog_categories, ul.blog_categories li {
    list-style: none;
    margin: 0px;
    padding: 0px;
  }
  a#copy_body_link {
    background: url("/images/refinery/icons/add.png") no-repeat scroll 0 6px transparent;
    border-bottom: 0 none;
    display: inline;
    line-height: 29px;
    margin-top: 0;
    padding-left: 20px;
  }
</style>