Sha256: 70085b8c16240ffbafbd013fd15865b47758d7c405865bd3cb87e12712559c4c

Contents?: true

Size: 1.86 KB

Versions: 21

Compression:

Stored size: 1.86 KB

Contents

#toolbar {
  z-index: 10;
  @extend %gradiated-toolbar;
  margin-right: 0px;
  border-bottom: $default-border;
  position: relative;

  .button_with_label {

    form {
      margin: 0;
      display: inline-block;
      vertical-align: middle;
      line-height: 5px;
    }
  }

  div p {
    float: right;
    margin: 3px $default-margin 0 0;
    padding: 0;
  }

  .button {
    width: 25px;
    height: 21px;
    text-decoration: none;
    float: right;
    border-width: 0;
    border-style: none;
    font-size: 0;
    padding: 0;
    background-repeat: no-repeat;
    background-position: 0 0;

    &:active {
      text-decoration: none;
      background-position: 0 -21px;
    }
  }
}

.toolbar_buttons {
  margin-right: 8px;
  white-space: nowrap;

  &.right {
    position: absolute;
    right: 0;
    top: 8px;
    margin-left: 8px;

    label {
      left: auto;
      right: 50%;
      margin-left: 0;
      margin-right: -12px;

      &:before {
        left: auto;
        right: 8px;
      }
    }
  }
}

.toolbar_spacer {
  display: inline-block;
  vertical-align: middle;
  width: 0px;
  height: 29px;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: $default-border-color;
  margin-right: $default-margin;
  margin-left: $default-margin;
}

#overlay_toolbar {
  @extend %gradiated-toolbar;
  border-bottom: $default-border;

  .button {
    width: 25px;
    height: 21px;
    text-decoration: none;
    float: right;
    border-width: 0;
    border-style: none;
    font-size: 0;
    padding: 0;
    background-repeat: no-repeat;
    background-position: 0 0;

    &:active {
      text-decoration: none;
      background-position: 0 -21px;
    }
  }
}

.button_group {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 2*$default-margin;

  &:hover label {
    display: block;
  }

  .button_with_label {
    margin: 0;
  }
}

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
alchemy_cms-4.0.6 app/assets/stylesheets/alchemy/toolbar.scss
alchemy_cms-3.6.7 app/assets/stylesheets/alchemy/toolbar.scss
alchemy_cms-3.6.6 app/assets/stylesheets/alchemy/toolbar.scss
alchemy_cms-4.0.5 app/assets/stylesheets/alchemy/toolbar.scss
alchemy_cms-4.0.4 app/assets/stylesheets/alchemy/toolbar.scss
alchemy_cms-4.0.3 app/assets/stylesheets/alchemy/toolbar.scss
alchemy_cms-3.6.5 app/assets/stylesheets/alchemy/toolbar.scss
alchemy_cms-4.0.2 app/assets/stylesheets/alchemy/toolbar.scss
alchemy_cms-4.0.1 app/assets/stylesheets/alchemy/toolbar.scss
alchemy_cms-3.6.4 app/assets/stylesheets/alchemy/toolbar.scss
alchemy_cms-4.0.0 app/assets/stylesheets/alchemy/toolbar.scss
alchemy_cms-3.6.3 app/assets/stylesheets/alchemy/toolbar.scss
alchemy_cms-3.6.2 app/assets/stylesheets/alchemy/toolbar.scss
alchemy_cms-4.0.0.rc2 app/assets/stylesheets/alchemy/toolbar.scss
alchemy_cms-4.0.0.rc1 app/assets/stylesheets/alchemy/toolbar.scss
alchemy_cms-3.6.1 app/assets/stylesheets/alchemy/toolbar.scss
alchemy_cms-4.0.0.beta app/assets/stylesheets/alchemy/toolbar.scss
alchemy_cms-3.6.0 app/assets/stylesheets/alchemy/toolbar.scss
alchemy_cms-3.5.0 app/assets/stylesheets/alchemy/toolbar.scss
alchemy_cms-3.5.0.rc2 app/assets/stylesheets/alchemy/toolbar.scss