aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/admin/blog/posts/_form.css.erb
blob: 869ab9b568c1de20834a561982e4c0066a17ee94 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<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>