aboutsummaryrefslogblamecommitdiffstats
path: root/app/views/refinery/admin/blog/posts/_form.css.erb
blob: 869ab9b568c1de20834a561982e4c0066a17ee94 (plain) (tree)
1
2
3
4
5
6
7
8
9
                       





                          

                                             
                 
   







                                                                                         
        
<style type='text/css'>
  ul.blog_categories{
    height:200px;
    overflow:auto;
    border:1px solid #ccc;
    padding:5px;
  }
  ul.blog_categories, ul.blog_categories li {
    list-style: none;
    margin:5px 0;
  }
  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>