Sha256: 3ef4c7a14e6ae06a0c7d7c82560cefeabbc2e14782dda538bb47a5ef8f3e576c

Contents?: true

Size: 1.53 KB

Versions: 28

Compression:

Stored size: 1.53 KB

Contents

/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any styles
 * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
 * file per style scope.
 *
 *= require_tree .
 *= require_self
 */

@import "bootstrap-sprockets";
@import "bootstrap";
@import "font-awesome-sprockets";
@import "font-awesome";

.popover {
  min-width: 540px !important;
}

.popover-title {
  font-weight: bold;
  color: #000;
}

.modal-dialog {
  .post_attachment {
    max-width: 200px;
  }
}

.buttons_for_new_topic {
  margin-top: 10px;
}

.errors_for {
  color: red;
  padding: 10px;
  border: 1px solid red;
  margin-bottom: 14px;
}

#autocomplete_popup {
  position: absolute;
  border: 1px solid grey;
  padding: 0;
  background-color: #fff;

  ul {
    list-style-type: none;
    padding-left: 0;
    width: 200px;

    li {
      padding: 4px;
      width: 100%;
      cursor: pointer;
    }

    li:hover {
      background-color: cornflowerblue;
    }
  }

}
.text-editor-buttons {
  margin-bottom: -1px;

  .btn-group.smiles {
    img {
      max-width: 16px;
      height: 16px;
    }
  }
}

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
my_forum-0.0.2.4 app/assets/stylesheets/my_forum/application.css.scss
my_forum-0.0.2.3 app/assets/stylesheets/my_forum/application.css.scss
my_forum-0.0.2.2 app/assets/stylesheets/my_forum/application.css.scss
my_forum-0.0.2.1 app/assets/stylesheets/my_forum/application.css.scss
my_forum-0.0.2 app/assets/stylesheets/my_forum/application.css.scss
my_forum-0.0.1.beta60 app/assets/stylesheets/my_forum/application.css.scss
my_forum-0.0.1.beta59 app/assets/stylesheets/my_forum/application.css.scss
my_forum-0.0.1.beta58 app/assets/stylesheets/my_forum/application.css.scss
my_forum-0.0.1.beta57 app/assets/stylesheets/my_forum/application.css.scss
my_forum-0.0.1.beta56 app/assets/stylesheets/my_forum/application.css.scss
my_forum-0.0.1.beta55 app/assets/stylesheets/my_forum/application.css.scss
my_forum-0.0.1.beta54 app/assets/stylesheets/my_forum/application.css.scss
my_forum-0.0.1.beta53 app/assets/stylesheets/my_forum/application.css.scss
my_forum-0.0.1.beta52 app/assets/stylesheets/my_forum/application.css.scss
my_forum-0.0.1.beta51 app/assets/stylesheets/my_forum/application.css.scss
my_forum-0.0.1.beta50 app/assets/stylesheets/my_forum/application.css.scss
my_forum-0.0.1.beta49 app/assets/stylesheets/my_forum/application.css.scss
my_forum-0.0.1.beta48 app/assets/stylesheets/my_forum/application.css.scss
my_forum-0.0.1.beta47 app/assets/stylesheets/my_forum/application.css.scss
my_forum-0.0.1.beta46 app/assets/stylesheets/my_forum/application.css.scss