Sha256: 2e8c4050c8e957befd3364676ed630dc74e37fcadc19b4b6f9dcda8ffe2a615f

Contents?: true

Size: 537 Bytes

Versions: 4

Compression:

Stored size: 537 Bytes

Contents

/*
  wysiwyg-content.css is the stylesheet that is loaded INSIDE OF the WYSIWYG editors' iframe.
  This only happens if 'iFrame' mode is enabled. It imports what we assume is the stylesheet
  the user has set up for the application in an attempt to render in a similar font to what
  is expected in the application. IF a user 
*/
@import url(/stylesheets/screen.css);

body {
  background-color:#fff !important;
  color:#000 !important;
  margin:0;
  padding:3px;
  text-align:left !important;
  width:auto;
}

img {
  cursor:pointer;
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
grandstand-0.2.4 public/admin/stylesheets/wysiwyg-content.css
grandstand-0.2.3 public/admin/stylesheets/wysiwyg-content.css
grandstand-0.2.2 public/admin/stylesheets/wysiwyg-content.css
grandstand-0.2.1 public/admin/stylesheets/wysiwyg-content.css