Sha256: 78d67915a8ca7f0d93097496d171a23528cb77644d00fc04c86ddfc9d7ca080f

Contents?: true

Size: 876 Bytes

Versions: 35

Compression:

Stored size: 876 Bytes

Contents

// Copyright (c) 2008-2013 Michael Dvorkin and contributors.
//
// Fat Free CRM is freely distributable under the terms of MIT license.
// See MIT-LICENSE file or http://www.opensource.org/licenses/mit-license.php
//------------------------------------------------------------------------------
#buttons {
  display: inline-block;
  .create_asset, ul { display: inline; }
  .create_asset {
    margin-left: 24px;
    display: inline-block;
    vertical-align: top;
    padding-top: 1px;
    span.arrow {
      display: inline-block;
      vertical-align: middle;
    }
  }
}

ul.format-buttons li {
  display: inline;
  margin: 3px;
  a {
    color: gray;
    i.fa {
      font-size: 160%;
      opacity: 0.3;
    }
  }
  a.active i.fa { opacity: 1; }
  a:hover i.fa {
    opacity: 1;
  }
  a:active i.fa { opacity: 1; }
  a:hover {
    background:none;
    color:gray;
  }
}

Version data entries

35 entries across 35 versions & 2 rubygems

Version Path
fat_free_crm-0.22.1 app/assets/stylesheets/format_buttons.css.scss
fat_free_crm-0.22.0 app/assets/stylesheets/format_buttons.css.scss
fat_free_crm-0.21.0 app/assets/stylesheets/format_buttons.css.scss
fat_free_crm-0.20.1 app/assets/stylesheets/format_buttons.css.scss
fat_free_crm-0.20.0 app/assets/stylesheets/format_buttons.css.scss
fat_free_crm-0.19.2 app/assets/stylesheets/format_buttons.css.scss
fat_free_crm-0.19.0 app/assets/stylesheets/format_buttons.css.scss
fat_free_crm-0.18.2 app/assets/stylesheets/format_buttons.css.scss
fat_free_crm-0.14.2 app/assets/stylesheets/format_buttons.css.scss
fat_free_crm-0.15.2 app/assets/stylesheets/format_buttons.css.scss
fat_free_crm-0.16.4 app/assets/stylesheets/format_buttons.css.scss
fat_free_crm-0.17.3 app/assets/stylesheets/format_buttons.css.scss
fat_free_crm-0.18.1 app/assets/stylesheets/format_buttons.css.scss
fat_free_crm-0.18.0 app/assets/stylesheets/format_buttons.css.scss
fat_free_crm-0.14.1 app/assets/stylesheets/format_buttons.css.scss
fat_free_crm-0.15.1 app/assets/stylesheets/format_buttons.css.scss
fat_free_crm-0.16.3 app/assets/stylesheets/format_buttons.css.scss
fat_free_crm-0.17.2 app/assets/stylesheets/format_buttons.css.scss
fat_free_crm-0.16.2 app/assets/stylesheets/format_buttons.css.scss
fat_free_crm-0.17.1 app/assets/stylesheets/format_buttons.css.scss