-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathadmin.css
More file actions
100 lines (84 loc) · 2.01 KB
/
admin.css
File metadata and controls
100 lines (84 loc) · 2.01 KB
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
@charset "utf-8";
/* CSS Document */
#rsvp-dialog-form label, #rsvp-dialog-form input.text { display:block; }
#rsvp-dialog-form input.text { margin-bottom:12px; width:95%; padding: .4em; }
#rsvp-dialog-form fieldset { padding:0; border:0; margin-top:25px; }
#rsvp-dialog-form h1 { font-size: 1.2em; margin: .6em 0; }
div#users-contain { width: 350px; margin: 20px 0; }
div#users-contain table { margin: 1em 0; border-collapse: collapse; width: 100%; }
div#users-contain table td, div#users-contain table th { border: 1px solid #eee; padding: .6em 10px; text-align: left; }
.ui-dialog .ui-state-error { padding: .3em; }
#location-dialog-form label, #location-dialog-form input { display:block; }
#location-dialog-form input.text { margin-bottom:12px; width:95%; padding: .4em; }
#location-dialog-form fieldset { padding:0; border:0; margin-top:25px; }
#location-dialog-form label {font-weight: bold;}
.hidden-datetime {
display: none;
}
i.mce-i-rsvpmaker_upcoming:before {
font-family: "dashicons";
content: "\f508";
}
i.mce-i-rsvpmaker_one:before {
font-family: "dashicons";
content: "\f469";
}
.pricelabel {
width: 200px;
float: left;
margin-top: 5px;
text-align: right;
}
.pricevalue {
margin-top: 5px;
}
.priceblock {
margin-bottom: 10px;
}
h2.rsvpmaker-nav-tab-wrapper {
margin:22px 0 0 0;
}
#sections.rsvpmaker {
padding:22px;
background: #fff;
border:1px solid #ccc;
border-top:0px;
}
section.rsvpmaker {
display:none;
}
section.rsvpmaker:first-child {
display:block;
}
.no-js h2.rsvpmaker-nav-tab-wrapper {
display:none;
}
.rsvpmaker .nav-tab-active {
background-color:#fff;
}
section.rsvpmaker {
background: #fff;
}
.no-js #sections.rsvpmaker {
border-top:1px solid #ccc;
margin-top:22px;
}
.no-js section.rsvpmaker {
border-top: 1px dashed #aaa;
margin-top:22px;
padding-top:22px;
}
.no-js section.rsvpmaker:first-child {
margin:0px;
padding:0px;
border:0px;
}
a.update_from_template {
color:red;
font-weight: bold;
}
#rsvpmaker_setup label {
display: inline-block;
width: 8em;
font-weight: bold;
}