equal
deleted
inserted
replaced
1 .todo { |
|
2 display: none; |
|
3 } |
|
4 |
|
5 a img { |
|
6 border: 0px; |
|
7 } |
|
8 |
|
9 #loading, .loading {text-align: center} |
|
10 |
|
11 ul#gigs-menu { |
|
12 margin: 0px 5%; |
|
13 padding: 0px; |
|
14 } |
|
15 |
|
16 li.selected {font-weight: bold} |
|
17 |
|
18 img.inline-icon { |
|
19 position: relative; |
|
20 top: 3px; |
|
21 } |
|
22 |
|
23 .inside { |
|
24 display: none; |
|
25 } |
|
26 |
|
27 ul#gigs-menu li { |
|
28 display:inline; |
|
29 list-style-image:none; |
|
30 list-style-position:outside; |
|
31 list-style-type:none; |
|
32 text-align:center; |
|
33 white-space:nowrap; |
|
34 padding-right: 1em; |
|
35 cursor: pointer; |
|
36 } |
|
37 |
|
38 div#gigs-wrapper.wrap { |
|
39 margin-top: 0px; |
|
40 } |
|
41 |
|
42 div.gigs-page { |
|
43 display: none; |
|
44 } |
|
45 |
|
46 .drag { |
|
47 cursor: move; |
|
48 } |
|
49 |
|
50 .icon { |
|
51 position: relative; |
|
52 top: 3px; |
|
53 } |
|
54 |
|
55 .clickable { |
|
56 cursor: pointer; |
|
57 } |
|
58 |
|
59 .no-margin { |
|
60 margin: 0px; |
|
61 } |
|
62 |
|
63 .done { |
|
64 text-decoration: line-through; |
|
65 } |
|
66 |
|
67 input.price { |
|
68 width: 50px; |
|
69 } |
|
70 |
|
71 form table, form td { |
|
72 border: 0px; |
|
73 border-collapse: collapse; |
|
74 padding: 0px; |
|
75 } |
|
76 |
|
77 form .wide { |
|
78 width: 300px; |
|
79 } |
|
80 |
|
81 form.new-item div, form.new-item td { |
|
82 padding-bottom: 7px; |
|
83 } |
|
84 |
|
85 tr.panel { |
|
86 display: none; |
|
87 } |
|
88 |
|
89 a img, td.actions a { |
|
90 text-decoration: none; |
|
91 border: 0px; |
|
92 } |
|
93 |
|
94 span.link { |
|
95 text-decoration: underline; |
|
96 color: #6699CC; |
|
97 cursor: pointer; |
|
98 } |
|
99 |
|
100 div.instructions { |
|
101 border: 1px solid #AAAAAA; |
|
102 padding: 4px; |
|
103 text-align: center; |
|
104 font-size: .9em; |
|
105 } |
|
106 |
|
107 .alternate input, .alternate select, .alternate textarea { |
|
108 background-color: #fff; |
|
109 } |
|
110 |
|
111 /**** Styles for Feedback page ****/ |
|
112 #feedback form { |
|
113 padding-left: 2em; |
|
114 } |
|
115 |
|
116 #feedback textarea { |
|
117 width: 500px; |
|
118 height: 300px; |
|
119 } |
|
120 |
|
121 #feedback form div { |
|
122 margin-bottom: 7px; |
|
123 } |
|
124 |
|
125 /**** Styles for Gigs page ****/ |
|
126 table.performance { |
|
127 border: 1px dotted #777777; |
|
128 border-collapse: collapse; |
|
129 } |
|
130 |
|
131 table.performance td { |
|
132 padding: 3px; |
|
133 } |
|
134 |
|
135 table.performance td div { |
|
136 position: relative; |
|
137 } |
|
138 |
|
139 table.performance div.delete-performance { |
|
140 position: absolute; |
|
141 top: 0px; |
|
142 right: 0px; |
|
143 } |
|
144 |
|
145 /**** Styles for Settings page ****/ |
|
146 ul#gigs-table, ul#gig-title, ul.sortable { |
|
147 list-style-image:none; |
|
148 list-style-position:outside; |
|
149 list-style-type:none; |
|
150 padding-left: 1em; |
|
151 } |
|
152 |
|
153 form div { |
|
154 line-height: 2em; |
|
155 } |
|
156 |
|
157 .sortable .handle { |
|
158 cursor: move; |
|
159 } |
|
160 |
|