[ Index ]
 

Code source de Seagull 0.6.1

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/themes/default_admin/css/ -> default.php (source)

   1  /*
   2  =======================Module Manager=========================*/
   3  
   4  /*
   5  -- moduleList.html -------------------------------------------*/
   6  #moduleList tbody tr {
   7      height: 40px;
   8      line-height: normal;
   9  }
  10  
  11  /*
  12  -- moduleEdit.html -------------------------------------------*/
  13  #module p label {
  14      width: 20%;
  15  }
  16  #module input.text {
  17      width: 20%;
  18  }
  19  #module textarea {
  20      width: 50%;
  21      height: 5em;
  22  }
  23  #module span.tipText {
  24      width: 167%;
  25  }
  26  
  27  /*
  28  ====================Maintenance Manager=======================*/
  29  
  30  /*
  31  -- maintenance.html -------------------------------------------*/
  32  #moduleCreator p label{
  33      float: left;
  34      width: 250px;
  35  }
  36  #moduleCreator div {
  37      margin-left: 270px; /* INFO
  38      ---------------------- The above p label width
  39      ---------------------- + the standard p label padding-right (20px) */
  40  }
  41  #translationList p {
  42      margin-top: 1em;
  43  }
  44  
  45  /*
  46  ===================Configuration Manager======================*/
  47  
  48  /*
  49  -- configEdit.html -------------------------------------------*/
  50  #configuration p label {
  51      width: 250px;
  52  }
  53  #configuration input.longText, #configuration textarea.longText{
  54      width: 58%;
  55  }
  56  #configuration textarea {
  57      height: 7em;
  58  }
  59  #configuration span.tipText {
  60      width: 142%;
  61  }
  62  #configuration h3.show {
  63      margin-left: 270px;
  64  }
  65  
  66  /*
  67  ========================Pear Manager==========================*/
  68  
  69  /*
  70  -- pearList.html ---------------------------------------------*/
  71  #pearPackages p label {
  72      width: 170px;
  73  }
  74  #pearPackages .sgl-button {
  75      margin-right: 10px;
  76  }
  77  #pearPackages tbody tr {
  78      line-height: normal;
  79  }
  80  
  81  /*
  82  ====================Translation Manager=======================*/
  83  
  84  /*
  85  -- langCheckAll.html -----------------------------------------*/
  86  #translation_list table tr {
  87      text-indent: 3px;
  88  }
  89  /*
  90  -- langEdit.html / langDiff.html -----------------------------*/
  91  #translations table {
  92      padding: 0 0 5px;
  93  }
  94  #translations table tr {
  95      text-indent: 3px;
  96      line-height: normal;
  97  }


Généré le : Fri Mar 30 01:27:52 2007 par Balluche grâce à PHPXref 0.7