Sha256: 0098403c556a0a958a0801ed6026cf19f2af91ec8a17df914d1c1fb9732aec39

Contents?: true

Size: 1.51 KB

Versions: 8

Compression:

Stored size: 1.51 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 top of the
* compiled file, but it's generally better to create a new file per style scope.
*
*= require fileapi
*= require redditor
*= require redactor/redactor
*/

html {
  font: 12px "Lucida Grande", "Lucida Sans Unicode", helvetica, arial, verdana, sans-serif;
}

form.edit_article {
  margin:0 10px;
}

input[type=submit] {
  font-size: 2em;
  padding: 0.25em 1.5em;
  display: inline-block;
  background:#ccc;
  cursor: pointer;
  background:-webkit-linear-gradient(top, #fff, #ccc);
  background:-moz-linear-gradient(top, #fff, #ccc);
  background:-o-linear-gradient(top, #fff, #ccc);
  background:linear-gradient(to bottom, #fff, #ccc);
  border-radius: 3px;
  box-shadow: 1px 1px 2px #ccc;
  border: 1px solid #999;
  text-transform: lowercase;
  outline: none;
  &:hover {
    background: -webkit-linear-gradient(top, rgba(#fff, 0.8), rgba(#ccc, 0.8));
    background: -moz-linear-gradient(top, rgba(#fff, 0.8), rgba(#ccc, 0.8));
    background: -o-linear-gradient(top, rgba(#fff, 0.8), rgba(#ccc, 0.8));
    background: linear-gradient(to bottom, rgba(#fff, 0.8), rgba(#ccc, 0.8));
  }
  &:active {
    transform: translateY(1px);
  }
}

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
redditor-0.1.22 spec/dummy/app/assets/stylesheets/application.css.scss
redditor-0.1.20 spec/dummy/app/assets/stylesheets/application.css.scss
redditor-0.1.17 spec/dummy/app/assets/stylesheets/application.css.scss
redditor-0.1.16 spec/dummy/app/assets/stylesheets/application.css.scss
redditor-0.1.15 spec/dummy/app/assets/stylesheets/application.css.scss
redditor-0.1.14 spec/dummy/app/assets/stylesheets/application.css.scss
redditor-0.1.12 spec/dummy/app/assets/stylesheets/application.css.scss
redditor-0.1.11 spec/dummy/app/assets/stylesheets/application.css.scss