~canonical-sysadmins/wordpress/3.9.x

« back to all changes in this revision

Viewing changes to wp-admin/rtl.dev.css

  • Committer: Chris Jones
  • Date: 2010-01-19 13:17:33 UTC
  • Revision ID: cmsj@tenshu.net-20100119131733-rf31jv9k1v0xzo2h
[CJ] Import wordpress 2.9.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* 0 - 200
 
2
=================================== */
 
3
td.available-theme {
 
4
        text-align: right;
 
5
}
 
6
#current-theme img {
 
7
        float: right;
 
8
        margin-right: 0;
 
9
        margin-left: 1em;
 
10
}
 
11
.quicktags, .search {
 
12
        font-family: Tahoma, Arial, sans-serif; 
 
13
}
 
14
/* 200 - 500
 
15
=================================== */
 
16
#save-post {
 
17
        float: right;
 
18
}
 
19
.preview {
 
20
        float: left;
 
21
}
 
22
#sticky-span {
 
23
        margin-left: 0;
 
24
        margin-right: 18px;
 
25
}
 
26
#post-body .misc-pub-section {
 
27
        border-right-width: 0;
 
28
        border-left-width: 1;
 
29
        border-right-style: none;
 
30
        border-left-style: solid;
 
31
        float: right;
 
32
}
 
33
#post-body .misc-pub-section-last {
 
34
        border-left: 0;
 
35
}
 
36
#delete-action {
 
37
        text-align: right;
 
38
        float: right;
 
39
}
 
40
#publishing-action {
 
41
        text-align: left;
 
42
        float: left;
 
43
}
 
44
.side-info ul {
 
45
        padding-left: 0;
 
46
        padding-right: 18px;
 
47
}
 
48
.submit input,
 
49
.button,
 
50
.button-primary,
 
51
.button-secondary,
 
52
.button-highlighted,
 
53
#postcustomstuff .submit input {
 
54
        font-family: Tahoma, Arial, sans-serif; 
 
55
}
 
56
#wpcontent select {
 
57
        font-family: Tahoma, Arial, sans-serif; 
 
58
}
 
59
#quicktags {
 
60
        background-position: right top;
 
61
}
 
62
/* 500 - 700
 
63
=================================== */
 
64
#template div {
 
65
        margin-right: 0;
 
66
        margin-left: 190px;
 
67
}
 
68
* html #template div {
 
69
        margin-left: 0;
 
70
}
 
71
#your-profile legend {
 
72
        font-family: Tahoma, Arial, sans-serif; 
 
73
}
 
74
#ajax-response.alignleft {
 
75
        margin-left: 0;
 
76
        margin-right: 2em;
 
77
}
 
78
.page-numbers {
 
79
        margin-right: 0;
 
80
        margin-left: 1px;
 
81
}
 
82
.column-author img, .column-username img {
 
83
        float: right;
 
84
        margin-right: 0;
 
85
        margin-left: 10px;
 
86
}
 
87
.tablenav a.button-secondary {
 
88
        margin: 8px 0 0 8px;
 
89
}
 
90
.tablenav .tablenav-pages {
 
91
        float: left;
 
92
}
 
93
.tablenav .displaying-num {
 
94
        margin-right: 0;
 
95
        margin-left: 10px;
 
96
        font-family: Tahoma, Arial, sans-serif; 
 
97
}
 
98
#postcustomstuff table input,
 
99
#postcustomstuff table select,
 
100
#postcustomstuff table textarea {
 
101
        margin: 8px 8px 8px 0;
 
102
}
 
103
/* 700 - 1000
 
104
=================================== */
 
105
#pass-strength-result {
 
106
        float: right;
 
107
        margin: 12px 1px 5px 5px;
 
108
}
 
109
/* Admin Header */
 
110
#user_info {
 
111
        float: left;
 
112
}
 
113
#header-logo {
 
114
        float: right;
 
115
        margin: 7px 15px 0 0;
 
116
}
 
117
#wphead h1 {
 
118
        font-family: Tahoma, Arial, sans-serif; 
 
119
        float: right;
 
120
}
 
121
#wphead h1.long-title {
 
122
        font-family: Tahoma, Arial, sans-serif; 
 
123
}
 
124
#adminmenu .wp-submenu a {
 
125
        padding-left: 0;
 
126
        padding-right: 12px;
 
127
        border-width: 0 0 0 1px;
 
128
        border-style: none none none solid;
 
129
        font-family: Tahoma, Arial, sans-serif; 
 
130
}
 
131
#adminmenu a.menu-top,
 
132
#adminmenu .wp-submenu-head {
 
133
        font-family: Tahoma, Arial, sans-serif; 
 
134
}
 
135
#adminmenu img.wp-menu-image {
 
136
        float: right;
 
137
}
 
138
.folded #adminmenu img.wp-menu-image {
 
139
        padding: 7px 6px 0 0;
 
140
}
 
141
#adminmenu a.separator {
 
142
        cursor: e-resize;
 
143
}
 
144
.folded #adminmenu a.separator {
 
145
        cursor: w-resize;
 
146
}
 
147
#adminmenu .wp-submenu .wp-submenu-head {
 
148
        padding: 6px 10px 6px 4px;
 
149
}
 
150
.folded #adminmenu .wp-submenu {
 
151
        margin: -1px 28px 0 0;
 
152
}
 
153
.folded #adminmenu .wp-submenu a {
 
154
        padding-left: 0;
 
155
        padding-right: 10px;
 
156
}
 
157
.folded #adminmenu a.wp-has-submenu {
 
158
        margin-left: 0;
 
159
        margin-right: 40px;
 
160
}
 
161
#adminmenu .wp-menu-toggle {
 
162
        float: left;
 
163
        padding: 1px 0 0 2px;
 
164
        clear: left;
 
165
}
 
166
#adminmenu div.wp-menu-image {
 
167
        float: right;
 
168
}
 
169
#wphead-info {
 
170
        margin: 0 15px 0 0;
 
171
        padding-right:0;
 
172
        padding-left: 15px;
 
173
}
 
174
/* end side admin menu */
 
175
/* 1000 - 1300
 
176
=================================== */
 
177
#adminmenu #awaiting-mod,
 
178
#adminmenu span.update-plugins,
 
179
#sidemenu li a span.update-plugins {
 
180
        font-family: Tahoma, Arial, sans-serif; 
 
181
        margin-left: 0;
 
182
        margin-right: 2px;
 
183
}
 
184
#adminmenu li #awaiting-mod span,
 
185
#adminmenu li span.update-plugins span,
 
186
#sidemenu li a span.update-plugins span {
 
187
        float: right;
 
188
}
 
189
.post-com-count-wrapper {
 
190
        font-family: Tahoma, Arial, sans-serif; 
 
191
}
 
192
.column-response .post-com-count {
 
193
        float: right;
 
194
        margin-right: 0;
 
195
        margin-left: 5px;
 
196
}
 
197
/* Tables used on comment.php and option/setting pages */
 
198
.form-table th,
 
199
#wpbody-content .describe th {
 
200
        text-align: right;
 
201
}
 
202
.form-table input.tog {
 
203
        margin-right: 0;
 
204
        margin-left: 2px;
 
205
        float: right;
 
206
}
 
207
.form-table table.color-palette {
 
208
        float: right;
 
209
}
 
210
#profile-page .form-table #rich_editing {
 
211
        margin-right: 0;
 
212
        margin-left: 5px;
 
213
}
 
214
/* Post Screen */
 
215
/* 1300 - 1500
 
216
=================================== */
 
217
#normal-sortables .postbox .submit {
 
218
        float: left;
 
219
}
 
220
#post-body .tagsdiv #newtag {
 
221
        margin-right: 0;
 
222
        margin-left: 5px;
 
223
}
 
224
#post-status-info {
 
225
        padding: 0 7px 0 15px;
 
226
}
 
227
#comment-status-radio input {
 
228
        margin: 2px 0 5px 3px;
 
229
}
 
230
.tagchecklist {
 
231
        margin-left: 0;
 
232
        margin-right: 10px;
 
233
}
 
234
.tagchecklist strong {
 
235
        margin-left: 0;
 
236
        margin-right: -8px;
 
237
}
 
238
.tagchecklist span {
 
239
        float: right;
 
240
}
 
241
.tagchecklist span a {
 
242
        margin: 6px -9px 0 0;
 
243
        float: right;
 
244
}
 
245
.ac_results li {
 
246
        text-align: right;
 
247
}
 
248
#poststuff h2 {
 
249
        clear: right;
 
250
}
 
251
.description, .form-wrap p {
 
252
        font-family: Tahoma, Arial, sans-serif; 
 
253
}
 
254
/* 1500 - 1800
 
255
=================================== */
 
256
.meta-box-sortables .postbox .handlediv {
 
257
        float: left;
 
258
}
 
259
.howto {
 
260
        font-family: Tahoma, Arial, sans-serif; 
 
261
}
 
262
.postarea h3 label {
 
263
        float: right;
 
264
}
 
265
.postarea #add-media-button {
 
266
        float: left;
 
267
        right: auto;
 
268
        left: 10px;
 
269
}
 
270
.wp_themeSkin tr.mceFirst td.mceToolbar {
 
271
        background-position: right top;
 
272
}
 
273
#poststuff #edButtonPreview,
 
274
#poststuff #edButtonHTML {
 
275
        margin: 5px 0 0 5px;
 
276
        float: left;
 
277
}
 
278
#poststuff #edButtonHTML {
 
279
        margin-right: 0;
 
280
        margin-left: 15px;
 
281
}
 
282
#media-buttons a {
 
283
        padding: 0 10px 5px 0;
 
284
}
 
285
.submitbox .submit {
 
286
        text-align: right;
 
287
}
 
288
 
 
289
.inside-submitbox #post_status {
 
290
        margin: 2px -2px 2px 0;
 
291
}
 
292
.submitbox .submit input {
 
293
        margin-right: 0;
 
294
        margin-left: 4px;
 
295
}
 
296
/* Categories */
 
297
#category-adder {
 
298
        margin-left: 0;
 
299
        margin-right: 120px;
 
300
}
 
301
#post-body ul#category-tabs li.tabs {
 
302
        -moz-border-radius: 0 3px 3px 0;
 
303
        -webkit-border-top-left-radius: 0;
 
304
        -webkit-border-top-right-radius: 3px;
 
305
        -webkit-border-bottom-left-radius: 0;
 
306
        -webkit-border-bottom-right-radius: 3px;
 
307
        border-top-left-radius: 0;
 
308
        border-top-right-radius: 3px;
 
309
        border-bottom-left-radius: 0;
 
310
        border-bottom-right-radius: 3px;
 
311
}
 
312
#post-body ul#category-tabs {
 
313
        float: right;
 
314
        text-align: left;
 
315
        margin: 0 0 0 -120px;
 
316
}
 
317
#post-body #categorydiv div.tabs-panel,
 
318
#post-body #linkcategorydiv div.tabs-panel {
 
319
        margin: 0 120px 0 5px;
 
320
}
 
321
/* 1800 - 2000
 
322
=================================== */
 
323
#side-sortables #category-tabs li {
 
324
        padding-right: 0;
 
325
        padding-left: 8px;
 
326
}
 
327
#categorydiv ul.categorychecklist ul,
 
328
#linkcategorydiv ul.categorychecklist ul {
 
329
        margin-left: 0;
 
330
        margin-right: 18px;
 
331
}
 
332
/* positioning etc. */
 
333
p.search-box {
 
334
        float: left;
 
335
}
 
336
#posts-filter fieldset {
 
337
        float: right;
 
338
        margin: 0 0 1em 1.5ex;
 
339
}
 
340
#posts-filter fieldset legend {
 
341
        padding: 0 1px .2em 0;
 
342
}
 
343
.view-switch {
 
344
        float: left;
 
345
}
 
346
.filter {
 
347
        float: right;
 
348
        margin: -5px 10px 0 0;
 
349
}
 
350
#the-comment-list td.comment p.comment-author {
 
351
        margin-right: 0;
 
352
}
 
353
#the-comment-list p.comment-author img {
 
354
        float: right;
 
355
        margin-right: 0;
 
356
        margin-left: 8px;
 
357
}
 
358
.tablenav .delete {
 
359
        margin-right: 0;
 
360
        margin-left: 20px;
 
361
}
 
362
td.action-links, th.action-links {
 
363
        text-align: left;
 
364
}
 
365
/* 2000 - 2300
 
366
=================================== */
 
367
.filter .subsubsub {
 
368
        margin-left: 0;
 
369
        margin-right: -10px;
 
370
}
 
371
#wp-word-count {
 
372
        margin-right: 10px;
 
373
}
 
374
.tool-box .title {
 
375
        font-family: Tahoma, Arial, sans-serif; 
 
376
}
 
377
.settings-toggle {
 
378
        text-align: left;
 
379
        margin: 5px 0 15px 7px;
 
380
}
 
381
.curtime #timestamp {
 
382
        background-position: right top;
 
383
        padding-left: 0;
 
384
        padding-right: 18px;
 
385
}
 
386
/* media popup 0819 */
 
387
#sidemenu {
 
388
        margin: -30px 315px 0 15px;
 
389
        float: left;
 
390
        padding-left: 0;
 
391
        padding-right: 10px;
 
392
}
 
393
#sidemenu a {
 
394
        float: right;
 
395
}
 
396
#replysubmit .button {
 
397
        margin-right: 0;
 
398
        margin-left: 5px;
 
399
}
 
400
/* 2300 - 2500
 
401
=================================== */
 
402
#edithead .inside {
 
403
        float: right;
 
404
        margin: 3px 5px 2px 0;
 
405
}
 
406
#replyrow #ed_reply_toolbar input {
 
407
        margin: 1px 1px 1px 2px;
 
408
}
 
409
/* show/hide settings */
 
410
#screen-meta-links {
 
411
        margin: 0 0 0 9px;
 
412
}
 
413
#screen-options-link-wrap,
 
414
#contextual-help-link-wrap {
 
415
        float: left;
 
416
        font-family: Tahoma, Arial, sans-serif; 
 
417
        margin: 0 0 0 6px;
 
418
}
 
419
.metabox-prefs label {
 
420
        padding-right: 0;
 
421
        padding-left: 15px;
 
422
}
 
423
.metabox-prefs label input {
 
424
        margin: 0 2px 0 5px;
 
425
}
 
426
.inline-editor .save,
 
427
.inline-editor .cancel {
 
428
        margin-right: 0;
 
429
        margin-left: 5px;
 
430
}
 
431
/* 2500 - 2700
 
432
=================================== */
 
433
#bulk-titles div a {
 
434
        float: right;
 
435
        margin: 3px -2px 0 3px;
 
436
}
 
437
#wpbody-content .filename {
 
438
        margin-left: 0;
 
439
        margin-right: 10px;
 
440
}
 
441
#wpbody-content .inline-edit-row fieldset {
 
442
        float: right;
 
443
}
 
444
#wpbody-content .quick-edit-row-page fieldset.inline-edit-col-right .inline-edit-col {
 
445
        border-left: 0 none;
 
446
        border-right: 1px solid;
 
447
}
 
448
#wpbody-content .bulk-edit-row .inline-edit-col-bottom {
 
449
        float: left;
 
450
}
 
451
.inline-edit-row fieldset label span.title {
 
452
        float: right;
 
453
}
 
454
.inline-edit-row fieldset label span.input-text-wrap {
 
455
        margin-left: 0;
 
456
        margin-right: 5em;
 
457
}
 
458
.quick-edit-row-post fieldset.inline-edit-col-right label span.title {
 
459
        padding-right: 0;
 
460
        padding-left: 0.5em;
 
461
}
 
462
#wpbody-content .quick-edit-row fieldset .inline-edit-group label.alignleft:first-child {
 
463
        margin-right: 0;
 
464
        margin-left: 0.5em;
 
465
}
 
466
/* 2700 - 3000
 
467
=================================== */
 
468
.inline-edit-row fieldset span.title,
 
469
.inline-edit-row fieldset span.checkbox-title {
 
470
        font-family: Tahoma, Arial, sans-serif;
 
471
}
 
472
.inline-edit-row fieldset .inline-edit-date {
 
473
        float: right;
 
474
}
 
475
.inline-edit-row fieldset ul.cat-checklist label,
 
476
.inline-edit-row .catshow,
 
477
.inline-edit-row .cathide,
 
478
.inline-edit-row #bulk-titles div {
 
479
        font-family: Tahoma, Arial, sans-serif; 
 
480
}
 
481
.quick-edit-row-post fieldset label.inline-edit-status {
 
482
        float: right;
 
483
}
 
484
.describe-toggle-on, .describe-toggle-off {
 
485
        float: left;
 
486
        margin-right: 0;
 
487
        margin-left: 20px;
 
488
}
 
489
#wpbody-content #media-items .filename {
 
490
        float: right;
 
491
        margin-left: 0;
 
492
        margin-right: 10px;
 
493
}
 
494
.media-item .pinkynail {
 
495
        float: right;
 
496
}
 
497
#find-posts-response .found-radio {
 
498
        padding: 8px 8px 0 0;
 
499
}
 
500
.find-box-buttons {
 
501
        left: auto;
 
502
        right: 12px;
 
503
}
 
504
.find-box-search label {
 
505
        padding-right: 0;
 
506
        padding-left: 6px;
 
507
}
 
508
/* favorite-actions */
 
509
#favorite-actions {
 
510
        float: left;
 
511
}
 
512
#favorite-first {
 
513
        padding: 3px 12px 4px 30px;
 
514
}
 
515
#favorite-inside {
 
516
}
 
517
#favorite-inside a {
 
518
        padding: 3px 10px 3px 5px;
 
519
}
 
520
#favorite-toggle {
 
521
        right: auto;
 
522
        left: 0;
 
523
        background:transparent url(images/fav-arrow-rtl.gif) no-repeat 10px -4px;
 
524
}
 
525
#utc-time, #local-time {
 
526
        padding-left: 0;
 
527
        padding-right: 25px;
 
528
        font-family: Tahoma, Arial;
 
529
}
 
530
.icon32 {
 
531
        float: right;
 
532
        margin: 14px 0 0 6px;
 
533
}
 
534
.subtitle {
 
535
        padding-left: 0;
 
536
        padding-right: 25px;
 
537
}
 
538
 
 
539
ol {
 
540
        list-style-type:decimal;
 
541
        margin-left:0;
 
542
        margin-right:2em;
 
543
}
 
544
 
 
545
.postbox-container {
 
546
        float: right;
 
547
        padding-left: 0.5%;
 
548
        padding-right: 0;
 
549
}
 
550
 
 
551
/* TinyMCE
 
552
=================================== */
 
553
.clearlooks2 .mceTop .mceLeft {
 
554
        width:100% !important;
 
555
}
 
556
/* ltr
 
557
=================================== */
 
558
#author-email, #author-url, #rss-url-1, #edit-slug-box, #post_name, #trackback_url, #metakeyinput, #post_password, #slug, #category_nicename, #link_url, #link_image, #rss_uri, #menu_order, #email, #newcomment_author_url, #pages-exclude, #template textarea, #user_login, #url, #pass1, #pass2, #aim, #yim, #jabber, #siteurl, #home, #admin_email, #gmt_offset, #default_post_edit_rows, #mailserver_url, #mailserver_login, #mailserver_pass, #mailserver_port, #ping_sites, #posts_per_page, #posts_per_rss, #blog_charset, #close_comments_days_old, #comments_per_page, #comment_max_links, #moderation_keys, #blacklist_keys, #thumbnail_size_w, #thumbnail_size_h, #medium_size_w, #medium_size_h, #large_size_w, #large_size_h, #permalink_structure, #category_base, #tag_base, #upload_path, #upload_url_path, #rules {
 
559
        direction: ltr;
 
560
}