[ Index ]

PHP Cross Reference of phpwcms V1.5.0 _r431 (28.01.12)

title

Body

[close]

/include/inc_css/ -> imagespecial.css (source)

   1  ul#images {
   2      list-style: none;
   3      padding: 0;
   4      margin: 3px 0 0 0;
   5  }
   6  ul#images li {
   7      padding: 6px 4px 7px 4px;
   8      margin: 0 3px 0 0;
   9      background: url(../../img/lines/be_dotted_line.gif) repeat-x left top;
  10      list-style: none;
  11  }
  12  ul#images li:hover {
  13      background-color: #F3F5F8;
  14  }
  15  ul#images li.nomove, 
  16  ul#images li.nomove:hover {
  17      background: #F3F5F8;
  18      border-top: 1px solid #4E789F;
  19      border-bottom: 1px solid #4E789F;
  20      margin-top: 10px;
  21  }
  22  
  23  ul#images input.imagename {
  24      width: 300px;
  25      color: #727889;
  26  }
  27  ul#images a {
  28      margin-left: 3px;
  29  }
  30  
  31  ul#images td.spacerrow {
  32      height: 3px;
  33  }
  34  td.right {
  35      text-align: right;
  36  }
  37  
  38  ul#images td.backend_preview_img {
  39      height:1px;
  40  }
  41  ul#images td.backend_preview_img img {
  42      margin: 5px 0 3px 0;
  43  }
  44  
  45  ul#images input.w300, ul#images textarea.w300 {
  46      width: 300px;
  47  }
  48  
  49  button span.btn_image_add {
  50      font-size: 11px;
  51      font-weight: bold;
  52      padding: 2px 4px 2px 22px;
  53      background: url(../../img/famfamfam/image_add.gif) no-repeat left center;
  54      float: left;
  55  }
  56  
  57  em.handle {
  58      float: right;
  59      width: 16px;
  60      height: 16px;
  61      background: transparent url(../../img/button/sort_up_down.gif) no-repeat left top;
  62      position: relative;
  63      cursor: move;
  64      right: 2px;
  65  }


Generated: Sun Jan 29 16:31:14 2012 Cross-referenced by PHPXref 0.7.1