-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
50 lines (44 loc) · 867 Bytes
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
/* beginning of metaboxes */
/* beginning of metaboxes */
/* beginning of metaboxes */
/* beginning of metaboxes-project-meta */
/* beginning of metaboxes-project-meta */
.metaboxes-project-meta {
width: 100%;
}
.metaboxes-project-meta .first-column {
font-size: 12px;
color: #999;
}
.metaboxes-project-meta .second-column {
width: 100px;
}
.metaboxes-project-meta select {
float: right;
width: 170px;
}
.metaboxes-project-meta input {
float: right;
}
/* beginning of metaboxes-add-task */
/* beginning of metaboxes-add-task */
.metaboxes-add-task {
width: 100%;
}
.metaboxes-add-task .widefat {
width: 100% !important;
}
.metaboxes-add-task label {
float: left;
margin: 5px 0 0 0;
font-size: 12px;
color: #999;
}
.metaboxes-add-task .task-priority {
width: 200px;
float: right;
}
.metaboxes-add-task .task-owner {
width: 200px;
float: right;
}