Sha256: 54e70bc629e76cc5a30853c0874de03e3705b480df762f8754f02fd01ffa4d48

Contents?: true

Size: 811 Bytes

Versions: 4

Compression:

Stored size: 811 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: 0 3px;

  a {
    display: inline-block;
    width: 16px;
    height: 16px;
    opacity: 0.3;
  }
  a.active { opacity: 1; }
  a:hover { opacity: 0.6; }
  a:active { opacity: 1; }

}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
fat_free_crm-0.12.3 app/assets/stylesheets/format_buttons.css.scss
fat_free_crm-0.12.2 app/assets/stylesheets/format_buttons.css.scss
fat_free_crm-0.12.1 app/assets/stylesheets/format_buttons.css.scss
fat_free_crm-0.12.0 app/assets/stylesheets/format_buttons.css.scss