Projet

Général

Profil

Révision a08833bd

Ajouté par Assos Assos il y a presque 8 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/themes/adaptivetheme/at_admin/adaptivetheme_admin.info
348 348
  ; Custom CSS
349 349
  settings[custom_css] = ''
350 350

  
351
; Information added by Drupal.org packaging script on 2014-03-23
352
version = "7.x-3.2"
351
; Information added by Drupal.org packaging script on 2016-07-13
352
version = "7.x-3.4"
353 353
core = "7.x"
354 354
project = "adaptivetheme"
355
datestamp = "1395575059"
355
datestamp = "1468404543"
356 356

  
drupal7/sites/all/themes/adaptivetheme/at_admin/css/at_admin.css
1005 1005
  background-size: 100% 200%;
1006 1006
  border-radius: 4px;
1007 1007
}
1008
a.button:link,
1009
a.button:visited,
1010
a.button:hover,
1011
a.button:active {
1012
  color: #fff;
1013
  text-decoration: none;
1014
}
1008 1015
.ajax-new-content input.form-submit,
1009 1016
.ajax-new-content input.teaser-button {
1010 1017
  margin: 3px 10px 3px 0;
drupal7/sites/all/themes/adaptivetheme/at_core/adaptivetheme.info
373 373
;----------// Custom CSS
374 374
  settings[custom_css] = ''
375 375

  
376
; Information added by Drupal.org packaging script on 2014-03-23
377
version = "7.x-3.2"
376
; Information added by Drupal.org packaging script on 2016-07-13
377
version = "7.x-3.4"
378 378
core = "7.x"
379 379
project = "adaptivetheme"
380
datestamp = "1395575059"
380
datestamp = "1468404543"
381 381

  
drupal7/sites/all/themes/adaptivetheme/at_core/css/at.layout.css
37 37

  
38 38

  
39 39
/* AT Panels */
40
.one-column .region,
40
.one-column > .region,
41 41
div.at-panel .region-conditional-stack {
42 42
  float: none;
43 43
  display: block;
drupal7/sites/all/themes/adaptivetheme/at_core/css/drupal7-reference.css
1
/**
2
 * @file
3
 * DRUPAL 7.x Reference CSS
4
 *
5
 * THIS FILE IS FOR REFERENCE ONLY AND IS NOT USED IN ANY WAY.
6
 *
7
 * Drupal has very modular CSS. Which means that only the CSS that is needed
8
 * for a particular page is loaded. This is a good thing.
9
 *
10
 * However, this makes it difficult for theme developers to discover how and
11
 * where a particular style is coming from. So, here in all its glory is the
12
 * complete CSS included with Drupal core 7.x.
13
 *
14
 * And, if you're not already, you should check out the free Firebug extension
15
 * for Firefox. With it, you can inspect elements and easily view and play with
16
 * its CSS styles: http://www.getfirebug.com (or just use Webkit like the pros do).
17
 *
18
 *
19
 * List of all Drupal core stylesheets:
20
 * - modules/aggregator/aggregator.css  (and aggregator-rtl.css)
21
 * - modules/block/block.css
22
 * - modules/book/book.css  (and book-rtl.css)
23
 * - modules/color/color.css  (and color-rtl.css)
24
 * - modules/comment/comment.css  (and comment-rtl.css)
25
 * - modules/contextual/contextual.css  (and contextual-rtl.css)
26
 * - modules/dashboard/dashboard.css
27
 * - modules/dblog/dblog.css  (and dblog-rtl.css)
28
 * - modules/field/theme/field.css  (and field-rtl.css)
29
 * - modules/field_ui/field_ui.css  (and field_ui-rtl.css)
30
 * - modules/file/file.css
31
 * - modules/filter/filter.css
32
 * - modules/forum/forum.css  (and forum-rtl.css)
33
 * - modules/help/help.css  (and help-rtl.css)
34
 * - modules/image/image.admin.css
35
 * - modules/image/image.css  (and image-rtl.css)
36
 * - modules/locale/locale.css
37
 * - modules/menu/menu.css
38
 * - modules/node/node.css  (and node-rtl.css)
39
 * - modules/openid/openid.css  (and openid-rtl.css)
40
 * - modules/overlay/overlay-child.css
41
 * - modules/overlay/overlay-parent.css
42
 * - modules/poll/poll.css  (and poll-rtl.css)
43
 * - modules/profile/profile.css
44
 * - modules/search/search.css  (and search-rtl.css)
45
 * - modules/shortcut/shortcut.admin.css
46
 * - modules/shortcut/shortcut.css  (and shortcut-rtl.css)
47
 * - modules/simpletest/simpletest.css
48
 * - modules/system/system.admin.css  (and system.admin-rtl.css)
49
 * - modules/system/system.base.css  (and system.base-rtl.css)
50
 * - modules/system/system.maintenance.css
51
 * - modules/system/system.menus.css  (and system.menus-rtl.css)
52
 * - modules/system/system.messages.css  (and system.messages-rtl.css)
53
 * - modules/system/system.theme.css  (and system.theme-rtl.css)
54
 * - modules/taxonomy/taxonomy.css
55
 * - modules/toolbar/toolbar.css  (and toolbar-rtl.css)
56
 * - modules/tracker/tracker.css
57
 * - modules/update/update.css  (and update-rtl.css)
58
 * - modules/user/user.css  (and user-rtl.css)
59
 */
60

  
61

  
62
/*
63
 * modules/aggregator/aggregator-rtl.css
64
 */
65

  
66
#aggregator .feed-source .feed-icon {
67
  float: left;
68
}
69

  
70

  
71
/*
72
 * modules/aggregator/aggregator.css
73
 */
74

  
75
#aggregator .feed-source .feed-title {
76
  margin-top: 0;
77
}
78
#aggregator .feed-source .feed-image img {
79
  margin-bottom: 0.75em;
80
}
81
#aggregator .feed-source .feed-icon {
82
  float: right; /* LTR */
83
  display: block;
84
}
85
#aggregator .feed-item {
86
  margin-bottom: 1.5em;
87
}
88
#aggregator .feed-item-title {
89
  margin-bottom: 0;
90
  font-size: 1.3em;
91
}
92
#aggregator .feed-item-meta,
93
#aggregator .feed-item-body {
94
  margin-bottom: 0.5em;
95
}
96
#aggregator .feed-item-categories {
97
  font-size: 0.9em;
98
}
99
#aggregator td {
100
  vertical-align: bottom;
101
}
102
#aggregator td.categorize-item {
103
  white-space: nowrap;
104
}
105
#aggregator .categorize-item .news-item .body {
106
  margin-top: 0;
107
}
108
#aggregator .categorize-item h3 {
109
  margin-bottom: 1em;
110
  margin-top: 0;
111
}
112

  
113

  
114
/*
115
 * modules/block/block.css
116
 */
117

  
118
#blocks tr.region-title td {
119
  font-weight: bold;
120
}
121
#blocks tr.region-message {
122
  font-weight: normal;
123
  color: #999;
124
}
125
#blocks tr.region-populated {
126
  display: none;
127
}
128
.block-region {
129
  background-color: #ff6;
130
  margin-top: 4px;
131
  margin-bottom: 4px;
132
  padding: 3px;
133
}
134
a.block-demo-backlink,
135
a.block-demo-backlink:link,
136
a.block-demo-backlink:visited {
137
  background-color: #B4D7F0;
138
  -moz-border-radius: 0 0 10px 10px;
139
  -webkit-border-radius: 0 0 10px 10px;
140
  border-radius: 0 0 10px 10px;
141
  color: #000;
142
  font-family: "Lucida Grande", Verdana, sans-serif;
143
  font-size: small;
144
  line-height: 20px;
145
  left: 20px; /*LTR*/
146
  padding: 5px 10px;
147
  position: fixed;
148
  z-index: 499;
149
}
150
a.block-demo-backlink:hover {
151
  text-decoration: underline;
152
}
153

  
154

  
155
/*
156
 * modules/book/book-rtl.css
157
 */
158

  
159
.book-navigation .menu {
160
  padding: 1em 3em 0 0;
161
}
162

  
163
.book-navigation .page-previous {
164
  float: right;
165
}
166
.book-navigation .page-up {
167
  float: right;
168
}
169

  
170

  
171
/*
172
 * modules/book/book.css
173
 */
174

  
175
.book-navigation .menu {
176
  border-top: 1px solid #888;
177
  padding: 1em 0 0 3em; /* LTR */
178
}
179
.book-navigation .page-links {
180
  border-top: 1px solid #888;
181
  border-bottom: 1px solid #888;
182
  text-align: center;
183
  padding: 0.5em;
184
}
185
.book-navigation .page-previous {
186
  text-align: left;
187
  width: 42%;
188
  display: block;
189
  float: left; /* LTR */
190
}
191
.book-navigation .page-up {
192
  margin: 0 5%;
193
  width: 4%;
194
  display: block;
195
  float: left; /* LTR */
196
}
197
.book-navigation .page-next {
198
  text-align: right;
199
  width: 42%;
200
  display: block;
201
  float: right;
202
}
203
#book-outline {
204
  min-width: 56em;
205
}
206
.book-outline-form .form-item {
207
  margin-top: 0;
208
  margin-bottom: 0;
209
}
210
html.js #edit-book-pick-book {
211
  display: none;
212
}
213
.form-item-book-bid .description {
214
  clear: both;
215
}
216
#book-admin-edit select {
217
  margin-right: 24px;
218
}
219
#book-admin-edit select.progress-disabled {
220
  margin-right: 0;
221
}
222
#book-admin-edit tr.ajax-new-content {
223
  background-color: #ffd;
224
}
225
#book-admin-edit .form-item {
226
  float: left;
227
}
228

  
229

  
230
/*
231
 * modules/color/color-rtl.css
232
 */
233

  
234
#placeholder {
235
  left: 0;
236
  right: auto;
237
}
238

  
239
/* Palette */
240
.color-form .form-item {
241
  padding-left: 0;
242
  padding-right: 1em;
243
}
244
.color-form label {
245
  float: right;
246
  clear: right;
247
}
248
.color-form .form-text,
249
.color-form .form-select {
250
  float: right;
251
}
252
.color-form .form-text {
253
  margin-right: 0;
254
  margin-left: 5px;
255
}
256
#palette .hook {
257
  float: right;
258
}
259
#palette .down,
260
#palette .up,
261
#palette .both {
262
  background: url(images/hook-rtl.png) no-repeat 0 0;
263
}
264
#palette .up {
265
  background-position: 0 -27px;
266
}
267
#palette .both {
268
  background-position: 0 -54px;
269
}
270
#palette .lock {
271
  float: right;
272
  right: -10px;
273
}
274
html.js #preview {
275
  float: right;
276
}
277

  
278

  
279
/*
280
 * modules/color/color.css
281
 */
282

  
283
/* Farbtastic placement */
284
.color-form {
285
  max-width: 50em;
286
  position: relative;
287
}
288
#placeholder {
289
  position: absolute;
290
  top: 0;
291
  right: 0; /* LTR */
292
}
293

  
294
/* Palette */
295
.color-form .form-item {
296
  height: 2em;
297
  line-height: 2em;
298
  padding-left: 1em; /* LTR */
299
  margin: 0.5em 0;
300
}
301
.color-form label {
302
  float: left; /* LTR */
303
  clear: left; /* LTR */
304
  width: 10em;
305
}
306
.color-form .form-text,
307
.color-form .form-select {
308
  float: left; /* LTR */
309
}
310
.color-form .form-text {
311
  text-align: center;
312
  margin-right: 5px; /* LTR */
313
  cursor: pointer;
314
}
315

  
316
#palette .hook {
317
  float: left; /* LTR */
318
  margin-top: 3px;
319
  width: 16px;
320
  height: 16px;
321
}
322
#palette .down,
323
#palette .up,
324
#palette .both {
325
  background: url(images/hook.png) no-repeat 100% 0; /* LTR */
326
}
327
#palette .up {
328
  background-position: 100% -27px; /* LTR */
329
}
330
#palette .both {
331
  background-position: 100% -54px; /* LTR */
332
}
333

  
334
#palette .lock {
335
  float: left; /* LTR */
336
  position: relative;
337
  top: -1.4em;
338
  left: -10px; /* LTR */
339
  width: 20px;
340
  height: 25px;
341
  background: url(images/lock.png) no-repeat 50% 2px;
342
  cursor: pointer;
343
}
344
#palette .unlocked {
345
  background-position: 50% -22px;
346
}
347
#palette .form-item {
348
  width: 20em;
349
}
350
#palette .item-selected {
351
  background: #eee;
352
}
353

  
354
/* Preview */
355
#preview {
356
  display: none;
357
}
358
html.js #preview {
359
  display: block;
360
  position: relative;
361
  float: left; /* LTR */
362
}
363

  
364

  
365
/*
366
 * modules/comment/comment-rtl.css
367
 */
368

  
369
.indented {
370
  margin-left: 0;
371
  margin-right: 25px;
372
}
373

  
374

  
375
/*
376
 * modules/comment/comment.css
377
 */
378

  
379
#comments {
380
  margin-top: 15px;
381
}
382
.indented {
383
  margin-left: 25px; /* LTR */
384
}
385
.comment-unpublished {
386
  background-color: #fff4f4;
387
}
388
.comment-preview {
389
  background-color: #ffffea;
390
}
391

  
392

  
393
/*
394
 * modules/contextual/contextual-rtl.css
395
 */
396

  
397
div.contextual-links-wrapper {
398
  left: 5px;
399
  right: auto;
400
}
401
div.contextual-links-wrapper ul.contextual-links {
402
  -moz-border-radius: 0 4px 4px 4px;
403
  -webkit-border-top-left-radius: 0;
404
  -webkit-border-top-right-radius: 4px;
405
  border-radius: 0 4px 4px 4px;
406
  left: 0;
407
  right: auto;
408
}
409
a.contextual-links-trigger {
410
  text-indent: -90px;
411
}
412

  
413

  
414
/*
415
 * modules/contextual/contextual.css
416
 */
417

  
418
/**
419
 * Contextual links regions.
420
 */
421
.contextual-links-region {
422
  outline: none;
423
  position: relative;
424
}
425
.contextual-links-region-active {
426
  outline: #999 dashed 1px;
427
}
428

  
429
/**
430
 * Contextual links.
431
 */
432
div.contextual-links-wrapper {
433
  display: none;
434
  font-size: 90%;
435
  position: absolute;
436
  right: 5px; /* LTR */
437
  top: 2px;
438
  z-index: 999;
439
}
440
html.js div.contextual-links-wrapper {
441
  display: block;
442
}
443
a.contextual-links-trigger {
444
  background: transparent url(images/gear-select.png) no-repeat 2px 0;
445
  border: 1px solid transparent;
446
  display: none;
447
  height: 18px;
448
  margin: 0;
449
  padding: 0 2px;
450
  outline: none;
451
  text-indent: 34px; /* LTR */
452
  width: 28px;
453
  overflow: hidden;
454
  -khtml-border-radius: 4px;
455
  -moz-border-radius: 4px;
456
  -webkit-border-radius: 4px;
457
  border-radius: 4px;
458
}
459
a.contextual-links-trigger:hover,
460
div.contextual-links-active a.contextual-links-trigger {
461
  background-position: 2px -18px;
462
}
463
div.contextual-links-active a.contextual-links-trigger {
464
  background-position: 2px -18px;
465
  background-color: #fff;
466
  border-color: #ccc;
467
  border-bottom: none;
468
  position: relative;
469
  z-index: 1;
470
  -moz-border-radius: 4px 4px 0 0;
471
  -webkit-border-bottom-left-radius: 0;
472
  -webkit-border-bottom-right-radius: 0;
473
  border-radius: 4px 4px 0 0;
474
}
475
div.contextual-links-wrapper ul.contextual-links {
476
  background-color: #fff;
477
  border: 1px solid #ccc;
478
  display: none;
479
  margin: 0;
480
  padding: 0.25em 0;
481
  position: absolute;
482
  right: 0;
483
  text-align: left;
484
  top: 18px;
485
  white-space: nowrap;
486
  -moz-border-radius: 4px 0 4px 4px; /* LTR */
487
  -webkit-border-bottom-left-radius: 4px;
488
  -webkit-border-bottom-right-radius: 4px;
489
  -webkit-border-top-right-radius: 0; /* LTR */
490
  -webkit-border-top-left-radius: 4px; /* LTR */
491
  border-radius: 4px 0 4px 4px; /* LTR */
492
}
493
.contextual-links-region:hover a.contextual-links-trigger,
494
div.contextual-links-active a.contextual-links-trigger,
495
div.contextual-links-active ul.contextual-links {
496
  display: block;
497
}
498
ul.contextual-links li {
499
  line-height: 100%;
500
  list-style: none;
501
  list-style-image: none;
502
  margin: 0;
503
  padding: 0;
504
}
505
div.contextual-links-wrapper a {
506
  text-decoration: none;
507
}
508
ul.contextual-links li a {
509
  color: #333 !important;
510
  display: block;
511
  margin: 0.25em 0;
512
  padding: 0.25em 1em 0.25em 0.5em;
513
}
514
ul.contextual-links li a:hover {
515
  background-color: #bfdcee;
516
}
517

  
518

  
519
/*
520
 * modules/dashboard/dashboard-rtl.css
521
 */
522

  
523
#dashboard div.dashboard-region {
524
  float: right;
525
}
526
#dashboard #disabled-blocks .block, #dashboard .block-placeholder {
527
  float: right;
528
  margin: 3px 0 3px 3px;
529
  padding: 6px 8px 6px 4px;
530
}
531
#dashboard .canvas-content a.button {
532
  margin: 0 10px 0 0;
533
}
534
#dashboard .ui-sortable .block h2 {
535
  background-position: right -39px;
536
  padding: 0 19px;
537
}
538
#dashboard.customize-inactive #disabled-blocks .block:hover h2 {
539
  background-position: right -39px;
540
}
541
#dashboard.customize-inactive .dashboard-region .ui-sortable .block:hover h2 {
542
  background-position: right -36px;
543
}
544
#dashboard div#dashboard_main {
545
  margin-left: 1%;
546
  margin-right: 0;
547
}
548

  
549

  
550
/*
551
 * modules/dashboard/dashboard.css
552
 */
553

  
554
#dashboard div.dashboard-region {
555
  float: left;
556
  min-height: 1px;
557
}
558

  
559
#dashboard div#dashboard_main {
560
  width: 65%;
561
  margin-right: 1%; /* LTR */
562
}
563

  
564
#dashboard div#dashboard_sidebar {
565
  width: 33%;
566
}
567

  
568
#dashboard div.block {
569
  margin-bottom: 20px;
570
}
571

  
572
#dashboard .dashboard-region .block {
573
  clear: both;
574
}
575

  
576
#dashboard div.block h2 {
577
  float: none;
578
}
579

  
580
#dashboard #disabled-blocks .block,
581
#dashboard .block-placeholder {
582
  background: #e2e1dc;
583
  padding: 6px 4px 6px 8px; /* LTR */
584
  margin: 3px 3px 3px 0; /* LTR */
585
  float: left; /* LTR */
586
  -moz-border-radius: 4px;
587
  -webkit-border-radius: 4px;
588
  border-radius: 4px;
589
}
590

  
591
#dashboard .dashboard-add-other-blocks {
592
  margin: 10px 0 0 0;
593
}
594

  
595
#dashboard .ui-sortable {
596
  border: 2px dashed #ccc;
597
  padding: 10px;
598
}
599

  
600
#dashboard .canvas-content {
601
  padding: 10px;
602
}
603

  
604
#dashboard #disabled-blocks .ui-sortable {
605
  padding: 0;
606
  background-color: #777;
607
  border: 0;
608
}
609

  
610
#dashboard .canvas-content a.button {
611
  margin: 0 0 0 10px; /* LTR */
612
  color: #5a5a5a;
613
  text-decoration: none;
614
}
615

  
616
#dashboard .region {
617
  margin: 5px;
618
}
619

  
620
#dashboard #disabled-blocks .region {
621
  background-color: #E0E0D8;
622
  border: #ccc 1px solid;
623
  padding: 10px;
624
}
625

  
626
#dashboard #disabled-blocks {
627
  padding: 5px 0;
628
}
629

  
630
#dashboard #disabled-blocks h2 {
631
  display: inline;
632
  font-weight: normal;
633
  white-space: nowrap;
634
}
635

  
636
#dashboard #disabled-blocks .block {
637
  background: #444;
638
  color: #fff;
639
}
640

  
641
#dashboard.customize-inactive #disabled-blocks .block:hover {
642
  background: #0074BD;
643
}
644

  
645
#dashboard #disabled-blocks .block .content,
646
#dashboard .ui-sortable-helper .content {
647
  display: none;
648
}
649

  
650
#dashboard .ui-sortable .block {
651
  cursor: move;
652
  min-height: 1px;
653
}
654

  
655
#dashboard .ui-sortable .block h2 {
656
  background: transparent url(../../misc/draggable.png) no-repeat 0px -39px;
657
  padding: 0 17px;
658
}
659

  
660
#dashboard.customize-inactive #disabled-blocks .block:hover h2 {
661
  background: #0074BD url(../../misc/draggable.png) no-repeat 0px -39px;
662
  color: #fff;
663
}
664

  
665
#dashboard.customize-inactive .dashboard-region .ui-sortable .block:hover h2 {
666
  background: #0074BD url(../../misc/draggable.png) no-repeat;
667
  background-position: 3px -36px;
668
  color: #fff;
669
}
670

  
671
#dashboard .dashboard-region .block-placeholder {
672
  margin: 0 0 20px 0;
673
  padding: 0;
674
  display: block;
675
  height: 1.6em;
676
  width: 100%;
677
}
678

  
679
#dashboard #disabled-blocks .block-placeholder {
680
  width: 30px;
681
  height: 1.6em;
682
}
683

  
684

  
685
/*
686
 * modules/dblog/dblog-rtl.css
687
 */
688

  
689
.form-item-type,
690
.form-item-severity {
691
  float: right;
692
  padding-right: 0;
693
  padding-left: .8em;
694
}
695

  
696

  
697
/*
698
 * modules/dblog/dblog.css
699
 */
700

  
701
.form-item-type,
702
.form-item-severity {
703
  float: left; /* LTR */
704
  padding-right: .8em; /* LTR */
705
  margin: 0.1em;
706
  /**
707
   * In Opera 9, DOM elements with the property of "overflow: auto"
708
   * will partially hide its contents with unnecessary scrollbars when
709
   * its immediate child is floated without an explicit width set.
710
   */
711
  width: 15em;
712
}
713
#dblog-filter-form .form-type-select select {
714
  width: 100%;
715
}
716
#dblog-filter-form .form-actions {
717
  float: left;
718
  padding: 3ex 0 0 1em;
719
}
720

  
721
tr.dblog-user {
722
  background: #ffd;
723
}
724
tr.dblog-user .active {
725
  background: #eed;
726
}
727
tr.dblog-content {
728
  background: #ddf;
729
}
730
tr.dblog-content .active {
731
  background: #cce;
732
}
733
tr.dblog-page-not-found,
734
tr.dblog-access-denied {
735
  background: #dfd;
736
}
737
tr.dblog-page-not-found .active,
738
tr.dblog-access-denied .active {
739
  background: #cec;
740
}
741
tr.dblog-error {
742
  background: #ffc9c9;
743
}
744
tr.dblog-error .active {
745
  background: #eeb9b9;
746
}
747
table#admin-dblog td.icon {
748
  background: no-repeat center;
749
  width: 16px;
750
}
751
table#admin-dblog tr.dblog-warning td.icon {
752
  background-image: url(../../misc/message-16-warning.png);
753
}
754
table#admin-dblog tr.dblog-error td.icon {
755
  background-image: url(../../misc/message-16-error.png);
756
}
757

  
758

  
759
/*
760
 * modules/field/theme/field-rtl.css
761
 */
762

  
763
form .field-multiple-table th.field-label {
764
  padding-right: 0;
765
}
766
form .field-multiple-table td.field-multiple-drag {
767
  padding-left: 0;
768
}
769
form .field-multiple-table td.field-multiple-drag a.tabledrag-handle{
770
  padding-left: .5em;
771
}
772
.field-label-inline .field-label,
773
.field-label-inline .field-items {
774
  float: right;
775
}
776

  
777

  
778
/*
779
 * modules/field/theme/field.css
780
 */
781

  
782
/* Field display */
783
.field .field-label {
784
  font-weight: bold;
785
}
786
.field-label-inline .field-label,
787
.field-label-inline .field-items {
788
  float:left; /*LTR*/
789
}
790

  
791
/* Form display */
792
form .field-multiple-table {
793
  margin: 0;
794
}
795
form .field-multiple-table th.field-label {
796
  padding-left: 0; /*LTR*/
797
}
798
form .field-multiple-table td.field-multiple-drag {
799
  width: 30px;
800
  padding-right: 0; /*LTR*/
801
}
802
form .field-multiple-table td.field-multiple-drag a.tabledrag-handle {
803
  padding-right: .5em; /*LTR*/
804
}
805

  
806
form .field-add-more-submit {
807
  margin: .5em 0 0;
808
}
809

  
810

  
811
/*
812
 * modules/field_ui/field_ui-rtl.css
813
 */
814

  
815
/* 'Manage fields' overview */
816
table.field-ui-overview tr.add-new .label-input {
817
  float: right;
818
}
819

  
820

  
821
/*
822
 * modules/field_ui/field_ui.css
823
 */
824

  
825
/* 'Manage fields' and 'Manage display' overviews */
826
table.field-ui-overview tr.add-new .label-input {
827
  float: left; /* LTR */
828
}
829
table.field-ui-overview tr.add-new .tabledrag-changed {
830
  display: none;
831
}
832
table.field-ui-overview tr.add-new .description {
833
  margin-bottom: 0;
834
}
835
table.field-ui-overview tr.add-new .add-new-placeholder {
836
  font-weight: bold;
837
  padding-bottom: .5em;
838
}
839
table.field-ui-overview tr.region-title td {
840
  font-weight: bold;
841
}
842
table.field-ui-overview tr.region-message td {
843
  font-style: italic;
844
}
845
table.field-ui-overview tr.region-populated {
846
  display: none;
847
}
848
table.field-ui-overview tr.region-add-new-title {
849
  display: none;
850
}
851

  
852
/* 'Manage display' overview */
853
#field-display-overview .field-formatter-summary-cell {
854
  line-height: 1em;
855
}
856
#field-display-overview .field-formatter-summary {
857
  float: left;
858
  font-size: 0.9em;
859
}
860
#field-display-overview td.field-formatter-summary-cell span.warning {
861
  display: block;
862
  float: left;
863
  margin-right: .5em;
864
}
865
#field-display-overview .field-formatter-settings-edit-wrapper {
866
  float: right;
867
}
868
#field-display-overview .field-formatter-settings-edit {
869
  float: right;
870
}
871
#field-display-overview tr.field-formatter-settings-editing td {
872
  vertical-align: top;
873
}
874
#field-display-overview tr.field-formatter-settings-editing .field-formatter-type {
875
  display: none;
876
}
877
#field-display-overview .field-formatter-settings-edit-form .formatter-name{
878
  font-weight: bold;
879
}
880
#field-ui-display-overview-form #edit-refresh {
881
  display:none;
882
}
883

  
884

  
885
/*
886
 * modules/file/file.css
887
 */
888

  
889
/**
890
 * Managed file element styles.
891
 */
892
.form-managed-file .form-file,
893
.form-managed-file .form-submit {
894
  margin: 0;
895
}
896

  
897
.form-managed-file input.progress-disabled {
898
  float: none;
899
  display: inline;
900
}
901

  
902
.form-managed-file div.ajax-progress,
903
.form-managed-file div.throbber {
904
  display: inline;
905
  float: none;
906
  padding: 1px 5px 2px 5px;
907
}
908

  
909
.form-managed-file div.ajax-progress div {
910
  display: inline;
911
}
912

  
913
.form-managed-file div.ajax-progress-bar {
914
  display: none;
915
  margin-top: 4px;
916
  width: 28em;
917
  padding: 0;
918
}
919

  
920
.form-managed-file div.ajax-progress-bar div.bar {
921
  margin: 0;
922
}
923

  
924

  
925
/*
926
 * modules/filter/filter.css
927
 */
928

  
929
.text-format-wrapper .form-item {
930
  margin-bottom: 0;
931
}
932
.filter-wrapper {
933
  border-top: 0;
934
  margin: 0;
935
  padding: 1.5em 0 1.5em;
936
}
937
.filter-wrapper .form-item {
938
  float: left;
939
  padding: 0 0 0.5em 1.5em;
940
}
941
.filter-wrapper .form-item label {
942
  display: inline;
943
}
944
.filter-help {
945
  float: right;
946
  padding: 0 1.5em 0.5em;
947
}
948
.filter-help p {
949
  margin: 0;
950
}
951
.filter-help a {
952
  background: transparent url(../../misc/help.png) right center no-repeat;
953
  padding: 0 20px;
954
}
955
.filter-guidelines {
956
  clear: left;
957
  padding: 0 1.5em;
958
}
959
.text-format-wrapper .description {
960
  margin-top: 0.5em;
961
}
962

  
963
#filter-order tr .form-item {
964
  padding: 0.5em 0 0 3em;
965
  white-space: normal;
966
}
967
#filter-order tr .form-type-checkbox .description {
968
  padding: 0 0 0 2.5em;
969
}
970
input#edit-filters-filter-html-settings-allowed-html {
971
  width: 100%;
972
}
973

  
974
.tips {
975
  margin-top: 0;
976
  margin-bottom: 0;
977
  padding-top: 0;
978
  padding-bottom: 0;
979
  font-size: 0.9em;
980
}
981

  
982

  
983
/*
984
 * modules/forum/forum-rtl.css
985
 */
986

  
987
#forum tr td.forum {
988
  padding-left: 0.5em;
989
  padding-right: 25px;
990
  background-position: 98% 2px;
991
}
992
.forum-topic-navigation {
993
  padding: 1em 3em 0 0;
994
}
995
.forum-topic-navigation .topic-previous {
996
  text-align: left;
997
  float: right;
998
}
999
.forum-topic-navigation .topic-next {
1000
  text-align: right;
1001
  float: left;
1002
}
1003

  
1004

  
1005
/*
1006
 * modules/forum/forum.css
1007
 */
1008

  
1009
#forum .description {
1010
  font-size: 0.9em;
1011
  margin: 0.5em;
1012
}
1013
#forum td.created,
1014
#forum td.posts,
1015
#forum td.topics,
1016
#forum td.last-reply,
1017
#forum td.replies,
1018
#forum td.pager {
1019
  white-space: nowrap;
1020
}
1021
#forum tr td.forum {
1022
  padding-left: 25px; /* LTR */
1023
  background-position: 2px 2px; /* LTR */
1024
  background-image: url(../../misc/forum-default.png);
1025
  background-repeat: no-repeat;
1026
}
1027
#forum tr.new-topics td.forum {
1028
  background-image: url(../../misc/forum-new.png);
1029
}
1030
#forum div.indent {
1031
  margin-left: 20px;
1032
}
1033
#forum .icon div {
1034
  background-image: url(../../misc/forum-icons.png);
1035
  background-repeat: no-repeat;
1036
  width: 24px;
1037
  height: 24px;
1038
}
1039
#forum .icon .topic-status-new {
1040
  background-position: -24px 0;
1041
}
1042
#forum .icon .topic-status-hot {
1043
  background-position: -48px 0;
1044
}
1045
#forum .icon .topic-status-hot-new {
1046
  background-position: -72px 0;
1047
}
1048
#forum .icon .topic-status-sticky {
1049
  background-position: -96px 0;
1050
}
1051
#forum .icon .topic-status-closed {
1052
  background-position: -120px 0;
1053
}
1054

  
1055

  
1056
/*
1057
 * modules/help/help-rtl.css
1058
 */
1059

  
1060
.help-items {
1061
  float: right;
1062
  padding-right: 0;
1063
  padding-left: 3%;
1064
}
1065
.help-items-last {
1066
  padding-right: 0;
1067
  padding-left: 0;
1068
}
1069

  
1070

  
1071
/*
1072
 * modules/help/help.css
1073
 */
1074

  
1075
.help-items {
1076
  float: left; /* LTR */
1077
  width: 22%;
1078
  padding-right: 3%; /* LTR */
1079
}
1080
.help-items-last {
1081
  padding-right: 0; /* LTR */
1082
}
1083

  
1084

  
1085
/*
1086
 * modules/image/image-rtl.css
1087
 */
1088

  
1089
/**
1090
 * Image upload widget.
1091
 */
1092
div.image-preview {
1093
  float: right;
1094
  padding: 0 0 10px 10px;
1095
}
1096
div.image-widget-data {
1097
  float: right;
1098
}
1099

  
1100

  
1101
/*
1102
 * modules/image/image.admin.css
1103
 */
1104

  
1105
/**
1106
 * Image style configuration pages.
1107
 */
1108
div.image-style-new,
1109
div.image-style-new div {
1110
  display: inline;
1111
}
1112
div.image-style-preview div.preview-image-wrapper {
1113
  float: left;
1114
  padding-bottom: 2em;
1115
  text-align: center;
1116
  top: 50%;
1117
  width: 48%;
1118
}
1119
div.image-style-preview div.preview-image {
1120
  margin: auto;
1121
  position: relative;
1122
}
1123
div.image-style-preview div.preview-image div.width {
1124
  border: 1px solid #666;
1125
  border-top: none;
1126
  height: 2px;
1127
  left: -1px;
1128
  bottom: -6px;
1129
  position: absolute;
1130
}
1131
div.image-style-preview div.preview-image div.width span {
1132
  position: relative;
1133
  top: 4px;
1134
}
1135
div.image-style-preview div.preview-image div.height {
1136
  border: 1px solid #666;
1137
  border-left: none;
1138
  position: absolute;
1139
  right: -6px;
1140
  top: -1px;
1141
  width: 2px;
1142
}
1143
div.image-style-preview div.preview-image div.height span {
1144
  height: 2em;
1145
  left: 10px;
1146
  margin-top: -1em;
1147
  position: absolute;
1148
  top: 50%;
1149
}
1150

  
1151
/**
1152
 * Image anchor element.
1153
 */
1154
table.image-anchor {
1155
  width: auto;
1156
}
1157
table.image-anchor tr.even,
1158
table.image-anchor tr.odd {
1159
  background: none;
1160
}
1161
table.image-anchor td {
1162
  border: 1px solid #CCC;
1163
}
1164

  
1165

  
1166
/*
1167
 * modules/image/image.css
1168
 */
1169

  
1170
/**
1171
 * Image upload widget.
1172
 */
1173
div.image-preview {
1174
  float: left; /* LTR */
1175
  padding: 0 10px 10px 0; /* LTR */
1176
}
1177
div.image-widget-data {
1178
  float: left; /* LTR */
1179
}
1180
div.image-widget-data input.text-field {
1181
  width: auto;
1182
}
1183

  
1184

  
1185
/*
1186
 * modules/locale/locale.css
1187
 */
1188

  
1189
.locale-untranslated {
1190
  font-style: normal;
1191
  text-decoration: line-through;
1192
}
1193

  
1194
#locale-translation-filter-form .form-item-language,
1195
#locale-translation-filter-form .form-item-translation,
1196
#locale-translation-filter-form .form-item-group {
1197
  float: left; /* LTR */
1198
  padding-right: .8em; /* LTR */
1199
  margin: 0.1em;
1200
  /**
1201
   * In Opera 9, DOM elements with the property of "overflow: auto"
1202
   * will partially hide its contents with unnecessary scrollbars when
1203
   * its immediate child is floated without an explicit width set.
1204
   */
1205
  width: 15em;
1206
}
1207
#locale-translation-filter-form .form-type-select select {
1208
  width: 100%;
1209
}
1210
#locale-translation-filter-form .form-actions {
1211
  float: left;
1212
  padding: 3ex 0 0 1em;
1213
}
1214

  
1215
.language-switcher-locale-session a.active {
1216
  color: #0062A0;
1217
}
1218

  
1219
.language-switcher-locale-session a.session-active {
1220
  color: #000000;
1221
}
1222

  
1223

  
1224
/*
1225
 * modules/menu/menu.css
1226
 */
1227

  
1228
.menu-operations {
1229
  width: 100px;
1230
}
1231

  
1232
.menu-enabled {
1233
  width: 70px;
1234
}
1235

  
1236
.menu-enabled input {
1237
  margin-left:25px;
1238
}
1239

  
1240

  
1241
/*
1242
 * modules/node/node-rtl.css
1243
 */
1244

  
1245
#node-admin-content dl.multiselect dd .form-item label {
1246
  display: block;
1247
  float: right;
1248
  width: 6em;
1249
  font-weight: normal;
1250
}
1251

  
1252
#node-admin-buttons {
1253
  float: right;
1254
  margin-left: 0;
1255
  margin-right: 0.5em;
1256
  clear: left;
1257
}
1258

  
1259

  
1260
/*
1261
 * modules/node/node.css
1262
 */
1263

  
1264
.node-unpublished {
1265
  background-color: #fff4f4;
1266
}
1267
.preview .node {
1268
  background-color: #ffffea;
1269
}
1270
td.revision-current {
1271
  background: #ffc;
1272
}
1273

  
1274

  
1275
/*
1276
 * modules/openid/openid-rtl.css
1277
 */
1278

  
1279
#edit-openid-identifier {
1280
  background-position: right 50%;
1281
  padding-left: 0;
1282
  padding-right: 20px;
1283
}
1284
#user-login .openid-links {
1285
  padding-right: 0;
1286
}
1287
html.js #user-login-form li.openid-link,
1288
html.js #user-login li.openid-link {
1289
  margin-right: 0;
1290
}
1291
#user-login-form li.openid-link a,
1292
#user-login li.openid-link a {
1293
  background-position: right top;
1294
  padding: 0 1.5em 0 0;
1295
}
1296

  
1297

  
1298
/*
1299
 * modules/openid/openid.css
1300
 */
1301

  
1302
#edit-openid-identifier {
1303
  background-image: url("login-bg.png");
1304
  background-position: left 50%; /* LTR */
1305
  background-repeat: no-repeat;
1306
  padding-left: 20px; /* LTR */
1307
}
1308
div.form-item-openid-identifier {
1309
  display: block;
1310
}
1311
html.js #user-login-form div.form-item-openid-identifier,
1312
html.js #user-login div.form-item-openid-identifier {
1313
  display: none;
1314
}
1315
#user-login-form ul {
1316
  margin-top: 0;
1317
}
1318
#user-login ul {
1319
  margin: 0 0 5px;
1320
}
1321
#user-login ul li {
1322
  margin: 0;
1323
}
1324
#user-login-form .openid-links {
1325
  padding-bottom: 0;
1326
}
1327
#user-login .openid-links {
1328
  padding-left: 0; /* LTR */
1329
}
1330
#user-login-form .openid-links li,
1331
#user-login .openid-links li {
1332
  display: none;
1333
  list-style: none;
1334
}
1335
html.js #user-login-form li.openid-link,
1336
html.js #user-login li.openid-link {
1337
  display: block;
1338
  margin-left: 0; /* LTR */
1339
}
1340
#user-login-form li.openid-link a,
1341
#user-login li.openid-link a {
1342
  background-image: url("login-bg.png");
1343
  background-position: left top; /* LTR */
1344
  background-repeat: no-repeat;
1345
  padding: 0 0 0 1.5em; /* LTR */
1346
}
1347

  
1348

  
1349
/*
1350
 * modules/overlay/overlay-child.css
1351
 */
1352

  
1353
html.js {
1354
  background: transparent !important;
1355
  overflow-y: scroll;
1356
}
1357
html.js body {
1358
  background: transparent !important;
1359
  margin-left: 0;
1360
  margin-right: 0;
1361
  padding: 20px 0;
1362
}
1363

  
1364
#overlay {
1365
  display: table;
1366
  margin: 0 auto;
1367
  min-height: 100px;
1368
  min-width: 700px;
1369
  position: relative;
1370
  padding: .2em;
1371
  padding-right: 26px;
1372
  width: 88%;
1373
}
1374
#overlay-titlebar {
1375
  padding: 0 20px;
1376
  position: relative;
1377
  white-space: nowrap;
1378
  z-index: 100;
1379
}
1380
#overlay-content {
1381
  background: #fff;
1382
  clear: both;
1383
  color: #000;
1384
  padding: .5em 1em;
1385
  position: relative;
1386
}
1387

  
1388
#overlay-title-wrapper {
1389
  overflow: hidden;
1390
}
1391
#overlay-title {
1392
  color: #fff;
1393
  float: left;
1394
  font-size: 20px;
1395
  margin: 0;
1396
  padding: 0.3em 0;
1397
}
1398
#overlay-title:active,
1399
#overlay-title:focus {
1400
  outline: 0;
1401
}
1402

  
1403
.overlay #skip-link {
1404
  margin-top: -20px;
1405
}
1406
.overlay #skip-link a {
1407
  color: #fff; /* This is white to contrast with the dark background behind it. */
1408
}
1409

  
1410
#overlay-close-wrapper {
1411
  position: absolute;
1412
  right: 0;
1413
}
1414
#overlay-close,
1415
#overlay-close:hover {
1416
  background: transparent url(images/close.png) no-repeat;
1417
  -moz-border-radius-topleft: 0;
1418
  -webkit-border-top-left-radius: 0;
1419
  border-top-left-radius: 0;
1420
  display: block;
1421
  height: 26px;
... Ce différentiel a été tronqué car il excède la taille maximale pouvant être affichée.

Formats disponibles : Unified diff