source: trunk/www.guidonia.net/wp/wp-admin/css/dashboard-rtl.css@ 44

Last change on this file since 44 was 44, checked in by luciano, 14 years ago
File size: 2.0 KB
Line 
1#dashboard-widgets-wrap .has-sidebar {
2 margin-right: 0;
3 margin-left: -51%;
4}
5#dashboard-widgets-wrap .has-sidebar .has-sidebar-content {
6 margin-right: 0;
7 margin-left: 51%;
8}
9.view-all {
10 right: auto;
11 left: 0;
12}
13#dashboard_right_now p.sub, #dashboard-widgets h4, #dashboard_quick_press h4, a.rsswidget, #dashboard_plugins h4, #dashboard_plugins h5, #dashboard_recent_comments .comment-meta .approve {
14 font-family: Tahoma, Arial;
15}
16#dashboard_right_now td.b {
17 padding-right: 0;
18 padding-left: 6px;
19 text-align: left;
20 font-family: Tahoma, Arial;
21}
22#dashboard_right_now .t {
23 padding-right: 0;
24 padding-left: 12px;
25}
26#dashboard_right_now .versions a {
27 font-family: Tahoma, Arial;
28}
29#dashboard_right_now a.button {
30 float: left;
31 clear: left;
32}
33#dashboard-widgets h3 .postbox-title-action {
34 right: auto;
35 left: 30px;
36}
37#the-comment-list .pingback {
38 padding-left: 0 !important;
39 padding-right: 9px !important;
40}
41/* Recent Comments */
42#the-comment-list .comment-item {
43 padding: 1em 70px 1em 10px;
44}
45#the-comment-list .comment-item .avatar {
46 float: right;
47 margin-left: 0;
48 margin-right: -60px;
49}
50/* Feeds */
51.rss-widget cite {
52 text-align: left;
53}
54.rss-widget span.rss-date {
55 font-family: Tahoma, Arial;
56 margin-left: 0;
57 margin-right: 3px;
58}
59/* QuickPress */
60#dashboard_quick_press h4 {
61 float: right;
62 text-align: left;
63}
64#dashboard_quick_press h4 label {
65 margin-right: 0;
66 margin-left: 10px;
67}
68#dashboard_quick_press .input-text-wrap, #dashboard_quick_press .textarea-wrap {
69 margin: 0 5em 1em 0;
70}
71#dashboard_quick_press #media-buttons {
72 margin: 0 5em .5em 0;
73 padding: 0 10px 0 0;
74}
75#dashboard-widgets #dashboard_quick_press form p.submit {
76 margin-left: 0;
77 margin-right: 4.6em;
78}
79#dashboard-widgets #dashboard_quick_press form p.submit input {
80 float: right;
81}
82#dashboard-widgets #dashboard_quick_press form p.submit #save-post {
83 margin: 0 10px 0 1em;
84}
85#dashboard-widgets #dashboard_quick_press form p.submit #publish {
86 float: left;
87}
88/* Recent Drafts */
89#dashboard_recent_drafts h4 abbr {
90 font-family: Tahoma, Arial;
91 margin-left:0;
92 margin-right: 3px;
93}
Note: See TracBrowser for help on using the repository browser.