~canonical-sysadmins/wordpress/3.9.x

« back to all changes in this revision

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

  • Committer: Paul Collins
  • Date: 2011-07-13 02:31:10 UTC
  • Revision ID: paul.collins@canonical.com-20110713023110-rvp7cjj31rsaomkr
import Wordpress 3.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
}
46
46
 
47
47
div.sidebar-name h3 {
 
48
        font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
 
49
        font-weight: normal;
 
50
        font-size: 15px;
48
51
        margin: 0;
49
 
        padding: 5px 12px;
50
 
        font-size: 13px;
51
 
        height: 19px;
 
52
        padding: 8px 10px;
52
53
        overflow: hidden;
53
54
        white-space: nowrap;
54
55
}
55
56
 
56
57
div.sidebar-name {
57
 
        background-repeat: repeat-x;
58
 
        background-position: 0 0;
59
58
        cursor: pointer;
60
59
        font-size: 13px;
61
60
        border-width: 1px;
62
61
        border-style: solid;
63
 
        -moz-border-radius-topleft: 8px;
64
 
        -moz-border-radius-topright: 8px;
65
 
        -webkit-border-top-right-radius: 8px;
66
 
        -webkit-border-top-left-radius: 8px;
67
 
        -khtml-border-top-right-radius: 8px;
68
 
        -khtml-border-top-left-radius: 8px;
69
 
        border-top-right-radius: 8px;
70
 
        border-top-left-radius: 8px;
 
62
        -moz-border-radius-topleft: 3px;
 
63
        -moz-border-radius-topright: 3px;
 
64
        -webkit-border-top-right-radius: 3px;
 
65
        -webkit-border-top-left-radius: 3px;
 
66
        -khtml-border-top-right-radius: 3px;
 
67
        -khtml-border-top-left-radius: 3px;
 
68
        border-top-right-radius: 3px;
 
69
        border-top-left-radius: 3px;
71
70
}
72
71
 
73
72
.js .closed .sidebar-name {
74
 
        -moz-border-radius-bottomleft: 8px;
75
 
        -moz-border-radius-bottomright: 8px;
76
 
        -webkit-border-bottom-right-radius: 8px;
77
 
        -webkit-border-bottom-left-radius: 8px;
78
 
        -khtml-border-bottom-right-radius: 8px;
79
 
        -khtml-border-bottom-left-radius: 8px;
80
 
        border-bottom-right-radius: 8px;
81
 
        border-bottom-left-radius: 8px;
 
73
        -moz-border-radius-bottomleft: 3px;
 
74
        -moz-border-radius-bottomright: 3px;
 
75
        -webkit-border-bottom-right-radius: 3px;
 
76
        -webkit-border-bottom-left-radius: 3px;
 
77
        -khtml-border-bottom-right-radius: 3px;
 
78
        -khtml-border-bottom-left-radius: 3px;
 
79
        border-bottom-right-radius: 3px;
 
80
        border-bottom-left-radius: 3px;
82
81
}
83
82
 
84
83
.widget-liquid-right .widgets-sortables,
85
84
#widgets-left .widget-holder {
86
85
        border-width: 0 1px 1px;
87
86
        border-style: none solid solid;
88
 
    -moz-border-radius-bottomleft: 8px;
89
 
        -moz-border-radius-bottomright: 8px;
90
 
        -webkit-border-bottom-right-radius: 8px;
91
 
        -webkit-border-bottom-left-radius: 8px;
92
 
        -khtml-border-bottom-right-radius: 8px;
93
 
        -khtml-border-bottom-left-radius: 8px;
94
 
        border-bottom-right-radius: 8px;
95
 
        border-bottom-left-radius: 8px;
 
87
    -moz-border-radius-bottomleft: 3px;
 
88
        -moz-border-radius-bottomright: 3px;
 
89
        -webkit-border-bottom-right-radius: 3px;
 
90
        -webkit-border-bottom-left-radius: 3px;
 
91
        -khtml-border-bottom-right-radius: 3px;
 
92
        -khtml-border-bottom-left-radius: 3px;
 
93
        border-bottom-right-radius: 3px;
 
94
        border-bottom-left-radius: 3px;
96
95
}
97
96
 
98
97
.js .closed .widgets-sortables,
108
107
        padding: 7px 5px 0;
109
108
}
110
109
 
 
110
#available-widgets .widget {
 
111
        -moz-box-shadow: none;
 
112
        -webkit-box-shadow: none;
 
113
        box-shadow: none;
 
114
}
 
115
 
111
116
#wp_inactive_widgets {
112
117
        padding: 5px 5px 0;
113
118
}
116
121
        width: 250px;
117
122
        margin: 0 10px 15px;
118
123
        border: 0 none;
 
124
        background: transparent;
119
125
        float: left;
120
126
}
121
127
 
126
132
#widget-list .widget-top {
127
133
        border-width: 1px;
128
134
        border-style: solid;
129
 
        -moz-border-radius: 6px;
130
 
        -khtml-border-radius: 6px;
131
 
        -webkit-border-radius: 6px;
132
 
        border-radius: 6px;
 
135
        -moz-border-radius: 3px;
 
136
        -khtml-border-radius: 3px;
 
137
        -webkit-border-radius: 3px;
 
138
        border-radius: 3px;
133
139
}
134
140
 
135
141
.widget-placeholder {
163
169
}
164
170
 
165
171
.widget .widget-top {
 
172
        margin-bottom: -1px;
166
173
        font-size: 12px;
167
174
        font-weight: bold;
168
175
        height: 26px;
170
177
}
171
178
 
172
179
.widget-top .widget-title {
173
 
        padding: 5px 9px;
 
180
        padding: 7px 9px;
174
181
}
175
182
 
176
183
.widget-top .widget-title-action {
188
195
}
189
196
 
190
197
.widget-top a.widget-action {
191
 
        background: url("../images/menu-bits.gif?ver=20100610") no-repeat scroll 0 -110px;
 
198
        background: transparent url(../images/arrows.png) no-repeat 4px 6px;
 
199
}
 
200
 
 
201
.widget-top a.widget-action:hover {
 
202
        background: transparent url(../images/arrows-dark.png) no-repeat 4px 6px;
192
203
}
193
204
 
194
205
.widget .widget-inside,
195
206
.widget .widget-description {
196
207
        padding: 12px 12px 10px;
197
 
        font-size: 11px;
 
208
        font-size: 12px;
198
209
        line-height: 16px;
199
210
}
200
211
 
214
225
 
215
226
.widget-title h4 {
216
227
        margin: 0;
217
 
        line-height: 1.3;
 
228
        line-height: 1;
218
229
        overflow: hidden;
219
230
        white-space: nowrap;
220
231
}
246
257
div#sidebar-info {
247
258
        padding: 0 1em;
248
259
        margin-bottom: 1em;
249
 
        font-size: 11px;
 
260
        font-size: 12px;
250
261
}
251
262
 
252
263
.widget-title a,
257
268
 
258
269
.widget-control-edit {
259
270
        display: block;
260
 
        font-size: 11px;
 
271
        font-size: 12px;
261
272
        font-weight: normal;
262
273
        line-height: 26px;
263
274
        padding: 0 8px 0 0;
287
298
        border-width: 1px;
288
299
        border-style: solid;
289
300
        padding: 10px;
290
 
        -moz-border-radius: 6px;
291
 
        -khtml-border-radius: 6px;
292
 
        -webkit-border-radius: 6px;
293
 
        border-radius: 6px;
 
301
        -moz-border-radius: 3px;
 
302
        -khtml-border-radius: 3px;
 
303
        -webkit-border-radius: 3px;
 
304
        border-radius: 3px;
294
305
}
295
306
 
296
307
.inactive p.description {
316
327
}
317
328
 
318
329
.widget-title .in-widget-title {
319
 
        font-size: 11px;
 
330
        font-size: 12px;
320
331
        white-space: nowrap;
321
332
}
322
333
 
325
336
        font-weight: normal;
326
337
        padding-left: 15px;
327
338
        font-size: 12px;
 
339
        line-height: 1;
328
340
}
329
341
 
330
342
.widget-control-noform,