~ubuntu-branches/debian/sid/wordpress/sid

« back to all changes in this revision

Viewing changes to wp-admin/css/ie.css

  • Committer: Package Import Robot
  • Author(s): Craig Small
  • Date: 2014-01-24 22:20:08 UTC
  • mfrom: (1.2.31)
  • Revision ID: package-import@ubuntu.com-20140124222008-wgyk0hvmhjkubf9i
Tags: 3.8.1+dfsg-1
* New upstream release.
* Depend on either mysql or mariadb client Closes: #732914

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
        width: 98%;
10
10
}
11
11
 
 
12
#wpbody-content #dashboard-widgets .postbox-container {
 
13
        width: 49.5%;
 
14
}
 
15
 
 
16
#wpbody-content #dashboard-widgets #postbox-container-2,
 
17
#wpbody-content #dashboard-widgets #postbox-container-3,
 
18
#wpbody-content #dashboard-widgets #postbox-container-4 {
 
19
        float: right;
 
20
        width: 50.5%;
 
21
}
 
22
 
 
23
#dashboard-widgets #postbox-container-3 .empty-container,
 
24
#dashboard-widgets #postbox-container-4 .empty-container {
 
25
        border: 0 none;
 
26
        height: 0;
 
27
        min-height: 0;
 
28
}
 
29
 
 
30
.wp-editor-wrap .wp-editor-tools,
 
31
.wp-editor-wrap .wp-switch-editor,
 
32
.wp-editor-wrap .wp-editor-tabs,
 
33
.wp-editor-wrap .wp-editor-container {
 
34
        zoom: 100%;
 
35
}
 
36
 
12
37
.wp-editor-wrap .wp-editor-container textarea.wp-editor-area {
13
38
        width: 97%;
14
39
}
38
63
        font-size: 14px;
39
64
}
40
65
 
41
 
#adminmenushadow {
42
 
        display: none;
43
 
}
44
 
 
45
66
#adminmenuback {
46
67
        left: 0;
47
68
        background-image: none;
76
97
        line-height: 1px;
77
98
}
78
99
 
 
100
#adminmenu .wp-submenu {
 
101
        left: 110px;
 
102
}
 
103
 
79
104
#adminmenu .wp-submenu ul {
80
105
        margin: 0;
81
106
}
82
107
 
 
108
.folded #wpcontent,
 
109
.folded #wpfooter {
 
110
        margin-left: 170px;
 
111
}
 
112
 
 
113
.folded #adminmenuback,
 
114
.folded #adminmenuwrap,
 
115
.folded #adminmenu,
 
116
.folded #adminmenu li.menu-top {
 
117
        width: 150px;
 
118
}
 
119
 
83
120
.folded #adminmenu .wp-submenu {
84
121
        border-top-color: transparent;
85
122
}
86
123
 
 
124
.folded #adminmenu .wp-menu-name {
 
125
        display: block;
 
126
}
 
127
 
 
128
.folded #adminmenu .wp-submenu.sub-open,
 
129
.folded #adminmenu .opensub .wp-submenu {
 
130
        left: 110px;
 
131
}
 
132
 
 
133
.folded #adminmenu a.wp-has-current-submenu:focus + .wp-submenu,
 
134
.folded #adminmenu .wp-has-current-submenu .wp-submenu {
 
135
        top: -1px;
 
136
        position: relative;
 
137
}
 
138
 
 
139
.folded #adminmenu .wp-has-current-submenu .wp-submenu .wp-submenu-head {
 
140
        background-color: transparent;
 
141
}
 
142
 
87
143
#adminmenu .wp-submenu .wp-submenu-head {
88
144
        border-top-color: #ddd;
89
145
}
122
178
        padding: 0;
123
179
}
124
180
 
 
181
#adminmenu li.wp-has-current-submenu .wp-submenu {
 
182
        left: -40px;
 
183
}
 
184
 
 
185
#adminmenu .wp-menu-image {
 
186
        display: none !important;
 
187
}
 
188
 
 
189
#adminmenu a.menu-top .wp-menu-name {
 
190
        padding-left: 8px;
 
191
}
 
192
 
125
193
#collapse-menu {
126
194
        line-height: 23px;
127
195
}
130
198
        padding-top: 7px;
131
199
}
132
200
 
 
201
 
 
202
.theme-browser .theme {
 
203
        width: 30%;
 
204
        margin: 0 3% 4% 0;
 
205
        cursor: auto;
 
206
}
 
207
 
 
208
.theme-browser .theme:hover,
 
209
.theme-browser .theme:focus {
 
210
        cursor: auto;
 
211
}
 
212
 
 
213
.theme-browser .theme .theme-screenshot {
 
214
        height: 180px;
 
215
        min-width:
 
216
}
 
217
 
 
218
.theme-browser .theme .theme-actions {
 
219
        position: static;
 
220
        background-color: #e8e8e8;
 
221
}
 
222
 
 
223
.theme-browser .theme .more-details {
 
224
        display: none;
 
225
}
 
226
 
 
227
.plugins td,
 
228
.plugins th {
 
229
        border-top: 1px solid #ddd;
 
230
}
 
231
 
133
232
table.fixed th,
134
233
table.fixed td {
135
234
        border-top: 1px solid #ddd;
141
240
        overflow: visible;
142
241
}
143
242
 
144
 
#dashboard-widgets #dashboard_quick_press form p.submit #publish {
145
 
        float: none;
146
 
}
147
 
 
148
243
#dashboard-widgets h3 a {
149
244
        height: 14px;
150
245
        line-height: 14px;
516
611
        position: relative;
517
612
}
518
613
 
 
614
input[type="password"],
 
615
.login form .input {
 
616
        font-family: sans-serif;
 
617
}
 
618
 
519
619
/* IE6 leftovers */
520
620
* html .row-actions {
521
621
        visibility: visible;