Projet

Général

Profil

Paste
Télécharger (3,32 ko) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / modules / ckeditor / ckeditor.css @ a2baadd1

1
/* Indent & Justify classes */
2

    
3
.rteindent1 {
4
    margin-left: 40px;
5
}
6
.rteindent2 {
7
    margin-left: 80px;
8
}
9
.rteindent3 {
10
    margin-left: 120px;
11
}
12
.rteindent4 {
13
    margin-left: 160px;
14
}
15
.rteleft {
16
    text-align: left;
17
}
18
.rteright {
19
    text-align: right;
20
}
21
.rtecenter {
22
    text-align: center;
23
}
24
.rtejustify {
25
    text-align: justify;
26
}
27
.ibimage_left {
28
    float: left;
29
}
30
.ibimage_right {
31
    float: right;
32
}
33

    
34
/* CKEditor padding in IE */
35
table.cke_editor fieldset {
36
    padding: 0 !important;
37
}
38
/* hack with ie and garland editing area size fix - [#733512] */
39
.cke_editor{
40
    display: table !important;
41
}
42
.cke_editor,#ie#bug {
43
    display: inline-table !important;
44
}
45
/* Fix table border for Drupal's Seven theme - [#1020612] */
46
.cke_dialog tr td:last-child {
47
    border-right: 0;
48
}
49

    
50
/*toolbar Drag & Drop*/
51
form#ckeditor-admin-profile-form textarea#edit-toolbar {
52
    display: none;
53
}
54
form#ckeditor-admin-profile-form #edit-toolbar + .grippie {
55
    display: none;
56
}
57
div.sortableList {
58
    cursor: n-resize;
59
}
60
div.widthMarker {
61
    height: 20px;
62
    border-top: 1px dashed #CCC;
63
    margin: 10px 0px 0px 1px;
64
    padding-left: 1px;
65
    text-align: center;
66
}
67
div.sortableList.group {
68
    margin: 20px 0px 0px 0px;
69
}
70
div.sortableList div.sortableListDiv {
71
    height: 30px;
72
    margin-bottom: 3px;
73
    width: 900px;
74
}
75
div.sortableList div.sortableListDiv span.sortableListSpan {
76
    background-color: #F0F0EE;
77
    height: 30px;
78
    border-right: 1px dashed #CCC;
79
    display: block;
80
}
81
div.sortableList div.sortableListDiv span.sortableListSpan ul {
82
    width: 900px;
83
    white-space: nowrap;
84
    border: 1px solid #CCC;
85
    list-style: none;
86
    margin:0px;
87
    padding: 0px 0px 0px 1px;
88
    height: 30px;
89
}
90
div.sortableList div.sortableListDiv span.sortableListSpan ul li {
91
    list-style: none;
92
    cursor: move;
93
    height: 18px;
94
    min-width: 18px;
95
    padding: 2px;
96
}
97
div.sortableList div.sortableListDiv span.sortableListSpan ul li.group {
98
    min-width: 5px;
99
    padding-left: 2px;
100
}
101
div.sortableList div.sortableListDiv span.sortableListSpan ul li img {
102
    border: 0;
103
    padding: 0;
104
    margin: 0
105
}
106
li.sortableItem {
107
    position: relative;
108
    float: left;
109
    margin: 3px 1px 1px 0px;
110
    border: 1px solid #CCC;
111
    background-color: #F0F0EE;
112
    z-index: 99;
113
}
114

    
115
#security-filters .filter-text-formats {
116
    float: left;
117
    clear: both;
118
    width: 15%;
119
    font-size: 11px;
120
    font-weight: bold;
121
    padding: 10px 0px;
122
}
123

    
124
#security-filters .filter-text-formats .filter-text-format-status {
125
    float: left;
126
    padding-right: 20px;
127
}
128

    
129
#security-filters .filter-text-formats .enabled {
130
    background: url(images/tick.png) no-repeat right center;
131
}
132

    
133
#security-filters .filter-text-formats .disabled {
134
    background: url(images/delete.png) no-repeat right center;
135
}
136

    
137
#security-filters .filter-info {
138
    float: left;
139
    width: 85%;
140
}
141

    
142
#security-filters .fieldset-legend {
143
    background: none;
144
    padding-left: 10px;
145
}
146

    
147
#security-filters .fieldset-legend a {
148
    font-weight: normal;
149
    font-size: 10px;
150
    padding-left: 5px;
151
}
152

    
153
#security-filters .filter-wrapper {
154
    clear: both;
155
    float: left;
156
    border-bottom: 1px solid #CCCCCC;
157
    width: 100%;
158
}
159

    
160
/* Fix for fieldset for-edit-apperance in Firefox*/
161
fieldset#edit-appearance div#groupLayout, div#allButtons  {
162
  border: 0;
163
  padding: 0 0 0 0;
164
  margin: 1em 0;
165
  overflow: auto;
166
}
167
/*  end of toolbar Drag & Drop */