~canonical-sysadmins/wordpress/3.9.x

« back to all changes in this revision

Viewing changes to wp-admin/css/dashboard.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
 
.postbox p, .postbox ul, .postbox ol, .postbox blockquote, #wp-version-message { font-size: 11px; }
2
 
 
3
 
.edit-box {
4
 
        display: none;
5
 
}
6
 
 
7
 
h3:hover .edit-box {
8
 
        display: inline;
9
 
}
10
 
 
11
 
form .input-text-wrap {
12
 
        border-style: solid;
13
 
        border-width: 1px;
14
 
        padding: 2px 3px;
15
 
        border-color: #ccc;
16
 
}
17
 
 
18
 
#dashboard-widgets form .input-text-wrap input {
19
 
        border: 0 none;
20
 
        outline: none;
21
 
        margin: 0;
22
 
        padding: 0;
23
 
        width: 99%;
24
 
        color: #333;
25
 
}
26
 
 
27
 
form .textarea-wrap {
28
 
        border-style: solid;
29
 
        border-width: 1px;
30
 
        padding: 2px;
31
 
        border-color: #ccc;
32
 
}
33
 
 
34
 
#dashboard-widgets form .textarea-wrap textarea {
35
 
        border: 0 none;
36
 
        padding: 0;
37
 
        outline: none;
38
 
        width: 99%;
39
 
        -moz-box-sizing: border-box;
40
 
        -webkit-box-sizing: border-box;
41
 
        box-sizing: border-box;
42
 
}
43
 
 
44
 
#dashboard-widgets .postbox form .submit {
45
 
        float: none;
46
 
        margin: .5em 0 0;
47
 
        padding: 0;
48
 
        border: none;
49
 
}
50
 
 
51
 
#dashboard-widgets-wrap #dashboard-widgets .postbox form .submit input {
52
 
        margin: 0;
53
 
}
54
 
 
55
 
#dashboard-widgets-wrap #dashboard-widgets .postbox form .submit #publish {
56
 
        min-width: 0;
57
 
}
58
 
 
59
 
div.postbox div.inside {
60
 
        margin: 10px;
61
 
        position: relative;
62
 
}
63
 
 
64
 
#dashboard-widgets a {
65
 
        text-decoration: none;
66
 
}
67
 
 
68
 
#dashboard-widgets h3 a {
69
 
        text-decoration: underline;
70
 
}
71
 
 
72
 
#dashboard-widgets h3 .postbox-title-action {
73
 
        position: absolute;
74
 
        right: 30px;
75
 
        padding: 0;
76
 
}
77
 
 
78
 
#dashboard-widgets h4 {
79
 
        font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
80
 
        font-size: 13px;
81
 
        margin: 0 0 .2em;
82
 
        padding: 0;
83
 
}
84
 
 
85
 
/* Right Now */
86
 
 
87
 
#dashboard_right_now p.sub,
88
 
#dashboard_right_now .table, #dashboard_right_now .versions {
89
 
        margin: -12px;
90
 
}
91
 
 
92
 
#dashboard_right_now .inside {
93
 
        font-size: 12px;
94
 
}
95
 
 
96
 
#dashboard_right_now p.sub {
97
 
        font-style: italic;
98
 
        font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
99
 
        padding: 5px 10px 15px;
100
 
        color: #777;
101
 
        font-size: 13px;
102
 
}
103
 
 
104
 
#dashboard_right_now .table {
105
 
        background: #f9f9f9;
106
 
        border-top: #ececec 1px solid;
107
 
        border-bottom: #ececec 1px solid;
108
 
        margin: 0 -9px 10px;
109
 
        padding: 0 10px;
110
 
}
111
 
 
112
 
#dashboard_right_now table {
113
 
        width: 100%;
114
 
}
115
 
 
116
 
#dashboard_right_now table  td {
117
 
        border-top: #ececec 1px solid;
118
 
        padding: 3px 0;
119
 
        white-space: nowrap;
120
 
}
121
 
 
122
 
#dashboard_right_now table tr.first td {
123
 
        border-top: none;
124
 
}
125
 
 
126
 
#dashboard_right_now td.b {
127
 
        padding-right: 6px;
128
 
        text-align: right;
129
 
        font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
130
 
        font-size: 14px;
131
 
}
132
 
 
133
 
#dashboard_right_now td.b a {
134
 
        font-size: 18px;
135
 
}
136
 
 
137
 
#dashboard_right_now td.b a:hover {
138
 
        color: #d54e21;
139
 
}
140
 
 
141
 
#dashboard_right_now .t {
142
 
        font-size: 12px;
143
 
        padding-right: 12px;
144
 
        padding-top: 6px;
145
 
        color: #777;
146
 
}
147
 
 
148
 
#dashboard_right_now td.first,
149
 
#dashboard_right_now td.last {
150
 
        width: 1px;
151
 
}
152
 
 
153
 
#dashboard_right_now .spam {
154
 
        color: red;
155
 
}
156
 
 
157
 
#dashboard_right_now .waiting {
158
 
        color: #e66f00;
159
 
}
160
 
 
161
 
#dashboard_right_now .approved {
162
 
        color: green;
163
 
}
164
 
 
165
 
#dashboard_right_now .versions {
166
 
        padding: 6px 10px 12px;
167
 
}
168
 
 
169
 
#dashboard_right_now .versions .b {
170
 
        font-weight: bold;
171
 
}
172
 
 
173
 
#dashboard_right_now a.button {
174
 
        float: right;
175
 
        clear: right;
176
 
        position: relative;
177
 
        top: -5px;
178
 
}
179
 
 
180
 
/* Recent Comments */
181
 
 
182
 
#dashboard_recent_comments h3 {
183
 
        margin-bottom: 0;
184
 
}
185
 
 
186
 
#dashboard_recent_comments .inside {
187
 
        margin-top: 0;
188
 
}
189
 
 
190
 
#dashboard_recent_comments .comment-meta .approve {
191
 
        font-style: italic;
192
 
        font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
193
 
        font-size: 10px;
194
 
}
195
 
 
196
 
#the-comment-list {
197
 
        position: relative;
198
 
}
199
 
 
200
 
#the-comment-list .comment-item {
201
 
        padding: 1em 10px;
202
 
        border-top: 1px solid;
203
 
}
204
 
 
205
 
#the-comment-list .pingback {
206
 
        padding-left: 9px !important;
207
 
}
208
 
 
209
 
#the-comment-list .comment-item,
210
 
#the-comment-list #replyrow {
211
 
        margin: 0 -10px;
212
 
}
213
 
 
214
 
#the-comment-list .comment-item:first-child {
215
 
        border-top: none;
216
 
}
217
 
 
218
 
#the-comment-list .comment-item .avatar {
219
 
        float: left;
220
 
        margin: 0 10px 5px 0;
221
 
}
222
 
 
223
 
#the-comment-list .comment-item h4 {
224
 
        line-height: 1.4;
225
 
        margin-top: -.2em;
226
 
        font-weight: normal;
227
 
        color: #999;
228
 
}
229
 
 
230
 
#the-comment-list .comment-item h4 cite {
231
 
        font-style: normal;
232
 
        font-weight: normal;
233
 
}
234
 
 
235
 
#the-comment-list .comment-item blockquote,
236
 
#the-comment-list .comment-item blockquote p {
237
 
        margin: 0;
238
 
        padding: 0;
239
 
        display: inline;
240
 
}
241
 
 
242
 
#dashboard_recent_comments #the-comment-list .trackback blockquote,
243
 
#dashboard_recent_comments #the-comment-list .pingback blockquote {
244
 
        display: block;
245
 
}
246
 
 
247
 
#the-comment-list .comment-item p.row-actions {
248
 
        margin: 3px 0 0;
249
 
        padding: 0;
250
 
        font-size: 10px;
251
 
}
252
 
 
253
 
/* QuickPress */
254
 
 
255
 
#dashboard_quick_press h4 {
256
 
        font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
257
 
        float: left;
258
 
        width: 5.5em;
259
 
        clear: both;
260
 
        font-weight: normal;
261
 
        text-align: right;
262
 
        padding-top: 5px;
263
 
        font-size: 12px;
264
 
}
265
 
 
266
 
#dashboard_quick_press h4 label {
267
 
        margin-right: 10px;
268
 
}
269
 
 
270
 
#dashboard_quick_press .input-text-wrap,
271
 
#dashboard_quick_press .textarea-wrap {
272
 
        margin: 0 0 1em 5em;
273
 
}
274
 
 
275
 
#dashboard_quick_press #media-buttons {
276
 
        margin: 0 0 .5em 5em;
277
 
        padding: 0 0 0 10px;
278
 
        font-size: 11px;
279
 
}
280
 
 
281
 
#dashboard_quick_press #media-buttons a {
282
 
        vertical-align: bottom;
283
 
}
284
 
 
285
 
#dashboard-widgets #dashboard_quick_press form p.submit {
286
 
        margin-left: 4.6em;
287
 
}
288
 
 
289
 
#dashboard-widgets #dashboard_quick_press form p.submit input {
290
 
        float: left;
291
 
}
292
 
 
293
 
#dashboard-widgets #dashboard_quick_press form p.submit #save-post {
294
 
        margin: 0 1em 0 10px;
295
 
}
296
 
 
297
 
#dashboard-widgets #dashboard_quick_press form p.submit #publish {
298
 
        float: right;
299
 
}
300
 
 
301
 
/* Recent Drafts */
302
 
#dashboard_recent_drafts ul {
303
 
        margin: 0;
304
 
        padding: 0;
305
 
        list-style: none;
306
 
}
307
 
 
308
 
#dashboard_recent_drafts ul li {
309
 
        margin-bottom: 0.6em;
310
 
}
311
 
 
312
 
#dashboard_recent_drafts h4 {
313
 
        font-weight: normal;
314
 
}
315
 
 
316
 
#dashboard_recent_drafts h4 abbr {
317
 
        font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
318
 
        font-size: 11px;
319
 
        color: #999;
320
 
        margin-left: 3px;
321
 
}
322
 
 
323
 
#dashboard_recent_drafts p {
324
 
        margin: 0;
325
 
        padding: 0;
326
 
}
327
 
 
328
 
/* Feeds */
329
 
 
330
 
.rss-widget ul {
331
 
        margin: 0;
332
 
        padding: 0;
333
 
        list-style: none;
334
 
}
335
 
 
336
 
a.rsswidget {
337
 
        font-size: 13px;
338
 
        font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
339
 
        line-height: 1.7em;
340
 
}
341
 
 
342
 
.rss-widget ul li {
343
 
        line-height: 1.5em;
344
 
        margin-bottom: 12px;
345
 
}
346
 
 
347
 
.rss-widget span.rss-date {
348
 
        margin-left: 3px;
349
 
}
350
 
 
351
 
.rss-widget cite {
352
 
        display: block;
353
 
        text-align: right;
354
 
        margin: 0 0 1em;
355
 
        padding: 0;
356
 
}
357
 
 
358
 
.rss-widget cite:before {
359
 
        content: '\2014';
360
 
}
361
 
 
362
 
/* Plugins */
363
 
 
364
 
#dashboard_plugins h4 {
365
 
        font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
366
 
}
367
 
 
368
 
#dashboard_plugins h5 {
369
 
        font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
370
 
        font-size: 13px !important;
371
 
        margin: 0;
372
 
        display: inline;
373
 
        line-height: 1.4em;
374
 
}
375
 
 
376
 
#dashboard_plugins h5 a {
377
 
        font-weight: normal;
378
 
        line-height: 1.7em;
379
 
}
380
 
 
381
 
#dashboard_plugins p {
382
 
        margin: 0 0 1.4em;
383
 
        line-height: 1.4em;
384
 
}
385
 
 
386
 
.dashboard-comment-wrap {
387
 
        overflow: hidden;
388
 
        word-wrap: break-word;
389
 
}
390
 
 
 
1
.postbox p,.postbox ul,.postbox ol,.postbox blockquote,#wp-version-message{font-size:11px;}.edit-box{display:none;}h3:hover .edit-box{display:inline;}form .input-text-wrap{border-style:solid;border-width:1px;padding:2px 3px;border-color:#ccc;}#dashboard-widgets form .input-text-wrap input{border:0 none;outline:none;margin:0;padding:0;width:99%;color:#333;}form .textarea-wrap{border-style:solid;border-width:1px;padding:2px;border-color:#ccc;}#dashboard-widgets form .textarea-wrap textarea{border:0 none;padding:0;outline:none;width:99%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}#dashboard-widgets .postbox form .submit{float:none;margin:.5em 0 0;padding:0;border:none;}#dashboard-widgets-wrap #dashboard-widgets .postbox form .submit input{margin:0;}#dashboard-widgets-wrap #dashboard-widgets .postbox form .submit #publish{min-width:0;}div.postbox div.inside{margin:10px;position:relative;}#dashboard-widgets a{text-decoration:none;}#dashboard-widgets h3 a{text-decoration:underline;}#dashboard-widgets h3 .postbox-title-action{position:absolute;right:30px;padding:0;}#dashboard-widgets h4{font-family:Georgia,"Times New Roman","Bitstream Charter",Times,serif;font-size:13px;margin:0 0 .2em;padding:0;}#dashboard_right_now p.sub,#dashboard_right_now .table,#dashboard_right_now .versions{margin:-12px;}#dashboard_right_now .inside{font-size:12px;}#dashboard_right_now p.sub{font-style:italic;font-family:Georgia,"Times New Roman","Bitstream Charter",Times,serif;padding:5px 10px 15px;color:#777;font-size:13px;}#dashboard_right_now .table{background:#f9f9f9;border-top:#ececec 1px solid;border-bottom:#ececec 1px solid;margin:0 -9px 10px;padding:0 10px;}#dashboard_right_now table{width:100%;}#dashboard_right_now table td{border-top:#ececec 1px solid;padding:3px 0;white-space:nowrap;}#dashboard_right_now table tr.first td{border-top:none;}#dashboard_right_now td.b{padding-right:6px;text-align:right;font-family:Georgia,"Times New Roman","Bitstream Charter",Times,serif;font-size:14px;}#dashboard_right_now td.b a{font-size:18px;}#dashboard_right_now td.b a:hover{color:#d54e21;}#dashboard_right_now .t{font-size:12px;padding-right:12px;padding-top:6px;color:#777;}#dashboard_right_now .t a{white-space:nowrap;}#dashboard_right_now td.first,#dashboard_right_now td.last{width:1%;}#dashboard_right_now .spam{color:red;}#dashboard_right_now .waiting{color:#e66f00;}#dashboard_right_now .approved{color:green;}#dashboard_right_now .versions{padding:6px 10px 12px;}#dashboard_right_now .versions .b{font-weight:bold;}#dashboard_right_now a.button{float:right;clear:right;position:relative;top:-5px;}#dashboard_recent_comments h3{margin-bottom:0;}#dashboard_recent_comments .inside{margin-top:0;}#dashboard_recent_comments .comment-meta .approve{font-style:italic;font-family:"Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;font-size:10px;}#the-comment-list{position:relative;}#the-comment-list .comment-item{padding:1em 10px;border-top:1px solid;}#the-comment-list .pingback{padding-left:9px!important;}#the-comment-list .comment-item,#the-comment-list #replyrow{margin:0 -10px;}#the-comment-list .comment-item:first-child{border-top:none;}#the-comment-list .comment-item .avatar{float:left;margin:0 10px 5px 0;}#the-comment-list .comment-item h4{line-height:1.4;margin-top:-.2em;font-weight:normal;color:#999;}#the-comment-list .comment-item h4 cite{font-style:normal;font-weight:normal;}#the-comment-list .comment-item blockquote,#the-comment-list .comment-item blockquote p{margin:0;padding:0;display:inline;}#dashboard_recent_comments #the-comment-list .trackback blockquote,#dashboard_recent_comments #the-comment-list .pingback blockquote{display:block;}#the-comment-list .comment-item p.row-actions{margin:3px 0 0;padding:0;font-size:10px;}#dashboard_quick_press h4{font-family:"Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;float:left;width:5.5em;clear:both;font-weight:normal;text-align:right;padding-top:5px;font-size:12px;}#dashboard_quick_press h4 label{margin-right:10px;}#dashboard_quick_press .input-text-wrap,#dashboard_quick_press .textarea-wrap{margin:0 0 1em 5em;}#dashboard_quick_press #media-buttons{margin:0 0 .5em 5em;padding:0 0 0 10px;font-size:11px;}#dashboard_quick_press #media-buttons a{vertical-align:bottom;}#dashboard-widgets #dashboard_quick_press form p.submit{margin-left:4.6em;}#dashboard-widgets #dashboard_quick_press form p.submit input{float:left;}#dashboard-widgets #dashboard_quick_press form p.submit #save-post{margin:0 1em 0 10px;}#dashboard-widgets #dashboard_quick_press form p.submit #publish{float:right;}#dashboard_recent_drafts ul{margin:0;padding:0;list-style:none;}#dashboard_recent_drafts ul li{margin-bottom:.6em;}#dashboard_recent_drafts h4{font-weight:normal;}#dashboard_recent_drafts h4 abbr{font-family:"Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;font-size:11px;color:#999;margin-left:3px;}#dashboard_recent_drafts p{margin:0;padding:0;}.rss-widget ul{margin:0;padding:0;list-style:none;}a.rsswidget{font-size:13px;font-family:Georgia,"Times New Roman","Bitstream Charter",Times,serif;line-height:1.7em;}.rss-widget ul li{line-height:1.5em;margin-bottom:12px;}.rss-widget span.rss-date{margin-left:3px;}.rss-widget cite{display:block;text-align:right;margin:0 0 1em;padding:0;}.rss-widget cite:before{content:'\2014';}#dashboard_plugins h4{font-family:"Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;}#dashboard_plugins h5{font-family:Georgia,"Times New Roman","Bitstream Charter",Times,serif;font-size:13px!important;margin:0;display:inline;line-height:1.4em;}#dashboard_plugins h5 a{font-weight:normal;line-height:1.7em;}#dashboard_plugins p{margin:0 0 1.4em;line-height:1.4em;}.dashboard-comment-wrap{overflow:hidden;word-wrap:break-word;}
 
 
b'\\ No newline at end of file'