mconf/mconf-web

View on GitHub
app/assets/stylesheets/app/attachments/index.scss

Summary

Maintainability
Test Coverage
@import "definitions";

body.attachments.index {

  #space-attachments-tabs {
    @include mconf-clearfix;
    margin-bottom: 15px;
  }

  #space-attachments {
    clear: both;
  }

  #space-attachments-create {
    float: right;
  }

  #space-attachments-selected {
    margin-left: 5px;
  }

}