[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-content/themes/twentyeleven/inc/ -> theme-options.css (source)

   1  #wpcontent select option {
   2      padding-right: 5px;
   3  }
   4  .image-radio-option td {
   5      padding-top: 15px;
   6  }
   7  .image-radio-option label {
   8      display: block;
   9      float: left;
  10      margin: 0 30px 20px 2px;
  11      position: relative;
  12  }
  13  .image-radio-option input {
  14      margin: 0 0 10px;
  15  }
  16  .image-radio-option span {
  17      display: block;
  18      width: 136px;
  19  }
  20  .image-radio-option img {
  21      margin: 0 0 0 -2px;
  22  }
  23  #link-color-example {
  24      -moz-border-radius: 4px;
  25      -webkit-border-radius: 4px;
  26      border-radius: 4px;
  27      border: 1px solid #dfdfdf;
  28      margin: 0 7px 0 3px;
  29      padding: 4px 14px;
  30  }
  31  
  32  body.rtl .image-radio-option label {
  33      float: right;
  34      margin: 0 2px 20px 30px;
  35  }


Generated : Thu May 2 08:20:01 2024 Cross-referenced by PHPXref