[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/lib/editor/atto/plugins/image/ -> styles.css (source)

   1  .atto_image_preview {
   2      width: 100%;
   3      height: 100%;
   4      margin-left: auto;
   5      margin-right: auto;
   6  }
   7  .atto_image_preview_box {
   8      max-height: 200px;
   9      margin-bottom: 1em;
  10      overflow: auto;
  11  }
  12  
  13  .editor_atto_content img {
  14      cursor: pointer;
  15  }
  16  
  17  .atto_image_size {
  18      display: inline-block;
  19  }
  20  .atto_image_size input[type=checkbox] {
  21      margin-left: 1em;
  22      margin-right: 1em;
  23  }
  24  .atto_image_size input[type=text] {
  25      width: 3em;
  26  }
  27  .atto_image_size label {
  28      display: inline-block;
  29  }


Generated: Thu Aug 11 10:00:09 2016 Cross-referenced by PHPXref 0.7.1