PluginProbe
RSVP and Event Management / 2.7.9
RSVP and Event Management v2.7.9
trunk 0.5.0 0.6.0 0.7.0 0.8.0 0.9.0 0.9.5 1.0.0 1.1.0 1.2.0 1.2.1 1.3.0 1.3.1 1.3.2 1.5.0 1.6.0 1.6.1 1.6.2 1.6.5 1.7.0 1.7.2 1.7.3 1.7.4 1.7.5 1.7.6 All 136 releases
rsvp / assets / css / rsvp_plugin.css

rsvp_plugin.css in RSVP and Event Management 2.7.9, at assets/css/rsvp_plugin.css

100 lines 1.4 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 label.error {
2 font-weight : bold;
3 clear : both;
4 }
5
6 input.error, textarea.error {
7 border : 2px solid red;
8 }
9
10 .rsvpFormField {
11 margin : 10px 0px;
12 }
13
14 #rsvpCustomGreeting {
15 margin-top : 20px;
16 margin-bottom : 20px;
17 }
18
19 .rsvpBorderTop {
20 border-top : 1px solid #ccc;
21 }
22
23 .rsvpAdditionalAttendee {
24 text-align : left;
25 border-top : 1px solid #ccc;
26 }
27
28 .rsvpCheckboxCustomQ {
29 float : left;
30 padding-right : 10px;
31 }
32
33 .rsvpClear {
34 clear : both;
35 height : 1px;
36 line-height : 1px;
37 }
38
39 #rsvpPlugin input {
40 display : inline;
41 visibility : visible;
42 }
43
44 #rsvpPlugin #rsvpForm .rsvpFormField input[type="radio"], #rsvpPlugin #rsvpForm .rsvpFormField input[type="checkbox"] {
45 display : inline-block;
46 }
47
48 .rsvpFormField label {
49 display : inline;
50 }
51
52 .rsvpParagraph {
53 position : relative;
54 }
55
56 .rsvpParagraph .required {
57 position : relative;
58 }
59
60 #rsvp_upgrade_to_pro_link {
61 color : gold;
62 }
63
64 table.rsvp-plugin_page_rsvp-admin-questions #the-list tr {
65 cursor : move;
66 }
67
68
69 .rsvp-left-panel {
70 float : left;
71 width : 68%;
72 }
73
74 .rsvp-right-panel {
75 float : right;
76 width : 32%;
77 }
78
79 .rsvp-answered-questions {
80 border : 1px solid #ccc;
81 }
82
83 .rsvp-answered-questions th {
84 padding : 10px;
85 background-color : #f0f0f1;
86 }
87
88 .rsvp-answered-questions tr {
89 background : #fff;
90 padding : 10px;
91 }
92
93 .rsvp-answered-questions tr:nth-child(odd) {
94 background : #f0f0f1;
95 }
96
97 .rsvpArea, .rsvpParagraph, #rsvpPlugin {
98 display:block;
99 }
100