equal
deleted
inserted
replaced
|
1 * html #wpcontent #adminmenu .wp-has-submenu .wp-menu-toggle { |
|
2 background: url(../images/menu-bits-rtl.gif) no-repeat scroll right -109px; |
|
3 } |
|
4 |
|
5 * html #wpcontent #adminmenu li.wp-has-current-submenu .wp-menu-toggle { |
|
6 background: url(../images/menu-bits-rtl.gif) no-repeat scroll right -206px; |
|
7 } |
|
8 * html #adminmenu { |
|
9 margin-left:0; |
|
10 margin-right: -80px; |
|
11 } |
|
12 * html div.folded #adminmenu { |
|
13 margin-left: 0; |
|
14 margin-right: -22px; |
|
15 } |
|
16 #wpcontent #adminmenu .wp-submenu li.wp-submenu-head { |
|
17 padding: 3px 10px 4px 4px; |
|
18 } |
|
19 .inline-edit-row fieldset label span.title { |
|
20 float: right; |
|
21 } |
|
22 .inline-edit-row fieldset label span.input-text-wrap { |
|
23 margin-right: 0; |
|
24 } |
|
25 p.search-box { |
|
26 float: left; |
|
27 } |
|
28 * html #poststuff h2 { |
|
29 margin-right: 0; |
|
30 } |
|
31 #bh { |
|
32 margin: 7px 10px 0 0; |
|
33 float: left; |
|
34 } |
|
35 #user_info + div#favorite-actions { |
|
36 right: auto; |
|
37 left: 15px; |
|
38 } |
|
39 #wphead-info { |
|
40 float: left; |
|
41 } |
|
42 /* without this dashboard widgets appear in one column for some screen widths */ |
|
43 div#dashboard-widgets { |
|
44 padding-right: 0; |
|
45 padding-left: 1px; |
|
46 } |
|
47 .tagchecklist span a { |
|
48 margin: 4px -9px 0 0; |
|
49 } |
|
50 .widefat th input { |
|
51 margin: 0 5px 0 0; |
|
52 } |
|
53 /* ---------- add by navid */ |
|
54 #TB_window { |
|
55 width: 670px; |
|
56 position: absolute; |
|
57 top: 50%; |
|
58 left: 50%; |
|
59 margin-right: 335px !important; |
|
60 } |
|
61 #dashboard_plugins { |
|
62 direction: ltr; |
|
63 } |
|
64 #dashboard_plugins h3.hndle { |
|
65 direction: rtl; |
|
66 } |
|
67 #dashboard_incoming_links ul li, |
|
68 #dashboard_secondary ul li, |
|
69 #dashboard_primary ul li, |
|
70 p.row-actions { |
|
71 width: 100%; |
|
72 } |
|
73 #favorite-inside { |
|
74 position: absolute; |
|
75 right:0; |
|
76 } |
|
77 #post-status-info { |
|
78 height: 25px; |
|
79 } |
|
80 #screen-meta { |
|
81 position: static; |
|
82 } |
|
83 p.submit { /* quick edit and reply in edit-comments.php */ |
|
84 height:22px; |
|
85 } |
|
86 .inner-sidebar { /* fix edit single comment */ |
|
87 position: static; |
|
88 } |
|
89 form#widgets-filter { /* fix widget page */ |
|
90 position: static; |
|
91 } |