[ Root ] [ Search ] [ Index ]

PHP Cross Reference of bbPress Trunk

Provided by Yoast

title

Body

[close]

/bb-admin/ -> install-rtl.css (source)

   1  body {
   2      font-family: Tahoma, "Times New Roman";
   3  }
   4  
   5  div#container {
   6      text-align: right;
   7  }
   8  
   9  dl {
  10      border-left-width: 0;
  11      border-right: 1px solid rgb(125, 125, 125);
  12      margin-right: 2.5em;
  13      margin-left: 0;
  14  }
  15  
  16  dt {
  17      padding-right: 0.6em;
  18      padding-left: 0;
  19  }
  20  
  21  dd {
  22      padding-right: 3.6em;
  23      padding-left: 0;
  24  }
  25  
  26  p.status {
  27      right: auto;
  28      left: 0;
  29      text-shadow: none;
  30  }
  31  
  32  h2 {
  33      text-shadow: none;
  34  }
  35  
  36  label a.note-toggle {
  37      float: right;
  38      padding-left: 0;
  39      width: 18px;
  40      margin-left: 0;
  41      margin-right: 6px;
  42  }
  43  
  44  label.has-note.for-textarea a.note-toggle {
  45      margin-left: 0;
  46      margin-right: 6px;
  47  }
  48  
  49  label.has-note.for-select a.note-toggle {
  50      margin-left: 0;
  51      margin-right: 4px;
  52  }
  53  
  54  label.has-note.for-toggle a.note-toggle {
  55      margin-left: 0;
  56      margin-right: 6px;
  57  }
  58  
  59  label.for-textarea span,
  60  label.for-toggle span {
  61      float: right;
  62  }
  63  
  64  label span.error {
  65      margin-right: 3em;
  66      margin-left: 0.4em;
  67  }
  68  
  69  fieldset.buttons label.forward {
  70      float: left;
  71  }
  72  
  73  fieldset.buttons label.back {
  74      float: right;
  75  }
  76  
  77  p.note {
  78      margin-right: 2.5em;
  79      margin-left: 0;
  80      border-left-width: 0;
  81      border-right: 1px solid rgb(50, 140, 0);
  82  }
  83  
  84  input.text {
  85      font-family: Tahoma, "Times New Roman";
  86      float: right;
  87  }
  88  
  89  select {
  90      font-family: Tahoma, "Times New Roman";
  91      float: right;
  92  }
  93  
  94  textarea {
  95      font-family: Tahoma, "Times New Roman";
  96  }
  97  
  98  input.button {
  99      font-family: Tahoma, "Times New Roman";
 100  }


Generated: Mon Nov 15 04:45:27 2010 Cross-referenced by PHPXref 0.7