[ 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/ -> user.php (source)

   1  
   2  /*
   3  ========================User Manager==========================*/
   4  
   5  /*
   6  -- userManager.html ------------------------------------------*/
   7  #users p label{
   8      width: 80px;
   9  }
  10  #users select {
  11      width: 250px;
  12  }
  13  
  14  /**** userChangeStatus.html ****/
  15  #frmUserStatusChange p label {
  16      width: 170px;
  17  }
  18  
  19  /*
  20  -- userAdd.html ----------------------------------------------*/
  21  #frmUser p label {
  22      width: 170px;
  23  }
  24  #frmUser input.longText {
  25      width: 200px;
  26  }
  27  
  28  /*
  29  -- userPermsEdit.html ----------------------------------------*/
  30  #updatePerms p label {
  31      width: 170px;
  32  }
  33  #updatePerms a.checkAll {
  34      float: right;
  35      margin: 0 3px;
  36      padding-left: 24px;
  37      background: url('<?php echo $baseUrl ?>/images/16/action_enable.gif') 5px 50% no-repeat;
  38  }
  39  #updatePerms a.uncheckAll {
  40      float: right;
  41      margin: 0 3px;
  42      padding-left: 24px;
  43      background: url('<?php echo $baseUrl ?>/images/16/action_disable.gif') 5px 50% no-repeat;
  44  }
  45  
  46  /*
  47  -- userPasswordEdit.html -------------------------------------*/
  48  #frmUpdatePasswd p label {
  49      width: 170px;
  50  }
  51  
  52  /*
  53  -- userPasswordReset.html ------------------------------------*/
  54  #userPasswordReset p label {
  55      width: 220px;
  56  }
  57  
  58  /*
  59  =====================Permission Manager=======================*/
  60  
  61  /*
  62  -- permManager.html ------------------------------------------*/
  63  #frmFilterSwitcher p label {
  64      width: 170px;
  65  }
  66  
  67  /*
  68  -- permAdd.html ----------------------------------------------*/
  69  #frmPermAdd p label {
  70      width: 150px;
  71  }
  72  #frmPermAdd input.longText, #frmPermAdd textarea.longText {
  73      width: 250px;
  74  }
  75  
  76  /*
  77  -- permEdit.html ---------------------------------------------*/
  78  #frmPermEdit p label {
  79      width: 150px;
  80  }
  81  #frmPermEdit input.longText, #frmPermEdit textarea.longText {
  82      width: 250px;
  83  }
  84  
  85  /*
  86  -- permScan.html ---------------------------------------------*/
  87  #frmPermScan p label {
  88      width: 250px;
  89      text-align: left;
  90  }
  91  #frmPermScan select.longText {
  92      width: 450px;
  93  }
  94  
  95  /*
  96  ========================Role Manager==========================*/
  97  
  98  /*
  99  -- roleEdit.html ---------------------------------------------*/
 100  #frmRoleEdit p label {
 101      width: 170px;
 102  }
 103  
 104  /*
 105  -- roleEditPerms.html ----------------------------------------*/
 106  #main_form h4 {
 107      text-align: center;
 108      font-weight: normal;
 109      color: <?php echo $primary ?>;
 110  }
 111  div#remainingPerms {
 112      width: 35%;
 113      height: 200px;
 114  }
 115  select#frmRemainingPerms {
 116      width: 100%;
 117  }
 118  div#addRemovePerms {
 119      padding: 60px 20px 0 20px;
 120      line-height: 3em;
 121      text-align: center;
 122  }
 123  #addRemovePerms a.moveRight {
 124      display: block;
 125      padding: 0 20px 0 0;
 126      background: url('<?php echo $baseUrl ?>/images/16/move_right.gif') 95% 50% no-repeat;
 127  }
 128  #addRemovePerms a.moveLeft {
 129      display: block;
 130      padding: 0 0 0 20px;
 131      background: url('<?php echo $baseUrl ?>/images/16/move_left.gif') 5% 50% no-repeat;
 132  }
 133  div#selectedPerms {
 134      width: 35%;
 135      height: 200px;
 136  }
 137  select#frmRolePerms {
 138      width: 100%;
 139  }
 140  
 141  /*
 142  =====================Preference Manager=======================*/
 143  
 144  /**** prefEdit.html ****/
 145  #frmPrefEdit p label {
 146      width: 170px;
 147  }
 148  #frmPrefEdit .longText {
 149      width: 200px;
 150  }
 151  
 152  /*
 153  =====================UserSearch Manager=======================*/
 154  
 155  /**** userManagerSearch.html ****/
 156  #frmSearch p label {
 157      width: 20%;
 158  }
 159  #registerDateOptions {
 160      float: left;
 161  }
 162  
 163  /*
 164  ======================Account Manager=========================*/
 165  
 166  /*
 167  -- accountSummary.html ---------------------------------------*/
 168  #frmMyAccount p label {
 169      width: 170px;
 170  }
 171  
 172  
 173  /*
 174  ===================UserPreference Manager=====================*/
 175  
 176  /*
 177  -- prefUserEdit.html -----------------------------------------*/
 178  #frmUser p label {
 179      width: 170px;
 180  }
 181  
 182  /*
 183  ====================Organisation Manager======================*/
 184  
 185  /*
 186  -- orgEdit.html ----------------------------------------------*/
 187  #frmOrgEdit p label {
 188      width: 170px;
 189  }
 190  #frmOrgEdit .longText {
 191      width: 240px;
 192  }
 193  
 194  /*
 195  ===================OrgPreference Manager======================*/
 196  
 197  /*
 198  -- orgPrefEdit.html ------------------------------------------*/
 199  #frmPrefOrgEdit p label {
 200      width: 170px;
 201  }
 202  
 203  /*
 204  ======================OrgType Manager=========================*/
 205  
 206  /*
 207  -- orgTypeEdit.html ------------------------------------------*/
 208  #frmOrgTypeEdit p label {
 209      width: 150px;
 210  }
 211  #frmOrgTypeEdit .longText {
 212      width: 170px;
 213  }
 214  
 215  /*
 216  ====================UserImport Manager========================*/
 217  
 218  /*
 219  -- userImport.html -------------------------------------------*/
 220  #frmUserImport p label {
 221      width: 170px;
 222  }


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