PluginProbe
RSVP and Event Management / trunk
RSVP and Event Management vtrunk
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 trunk, at assets/css/rsvp_plugin.css

101 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 opacity: 1;
47 }
48
49 .rsvpFormField label {
50 display : inline;
51 }
52
53 .rsvpParagraph {
54 position : relative;
55 }
56
57 .rsvpParagraph .required {
58 position : relative;
59 }
60
61 #rsvp_upgrade_to_pro_link {
62 color : gold;
63 }
64
65 table.rsvp-plugin_page_rsvp-admin-questions #the-list tr {
66 cursor : move;
67 }
68
69
70 .rsvp-left-panel {
71 float : left;
72 width : 68%;
73 }
74
75 .rsvp-right-panel {
76 float : right;
77 width : 32%;
78 }
79
80 .rsvp-answered-questions {
81 border : 1px solid #ccc;
82 }
83
84 .rsvp-answered-questions th {
85 padding : 10px;
86 background-color : #f0f0f1;
87 }
88
89 .rsvp-answered-questions tr {
90 background : #fff;
91 padding : 10px;
92 }
93
94 .rsvp-answered-questions tr:nth-child(odd) {
95 background : #f0f0f1;
96 }
97
98 .rsvpArea, .rsvpParagraph, #rsvpPlugin {
99 display:block;
100 }
101