Projet

Général

Profil

Paste
Télécharger (1019 octets) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / themes / tao / drupal-rtl.css @ 87dbc3bf

1
/**
2
 * system/system.css ==================================================
3
 */
4
.more-link,
5
.more-help-link { text-align:left; }
6

    
7
dl.multiselect dt,
8
dl.multiselect dd { float:right; }
9

    
10
html.js input.throbbing { background-position:0% 50%; }
11

    
12
div.teaser-button-wrapper {
13
  float:left;
14
  padding-right:0px;
15
  padding-left:5px;
16
  }
17

    
18
.teaser-checkbox div.form-item {
19
  float:left;
20
  margin-right:0px;
21
  margin-left:5px;
22
  }
23

    
24
.progress .percentage { float:left; }
25
.progess-disabled { float:right; }
26
.ahah-progress { float:right; }
27
.ahah-progress .throbber { float:right; }
28

    
29
.draggable a.tabledrag-handle {
30
  float: right;
31
  margin-right:auto;
32
  margin-left:10px;
33
  }
34

    
35
/**
36
 * update/update.css ==================================================
37
 */
38
.update .version-status { float:left; }
39
.update .version-status .icon {
40
  padding-left:auto;
41
  padding-right:10px;
42
  }
43

    
44
/**
45
 * user/user.css ======================================================
46
 */
47
#permissions td.permission {
48
  padding-left:auto;
49
  padding-right:20px;
50
  }