author | Madhusudan.C.S <madhusudancs@gmail.com> |
Sun, 27 Sep 2009 01:23:58 +0530 | |
changeset 2978 | 2b3c39483f6f |
parent 2933 | c978f8353467 |
permissions | -rw-r--r-- |
31
8b43c541afa7
First iteration of a "prototype" Melange app, along with an initial Person
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
1 |
/* |
1307
091a21cf3627
Update the copyright notice for 2009.
Sverre Rabbelier <srabbelier@gmail.com>
parents:
1170
diff
changeset
|
2 |
Copyright 2009 the Melange authors. |
31
8b43c541afa7
First iteration of a "prototype" Melange app, along with an initial Person
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
3 |
|
8b43c541afa7
First iteration of a "prototype" Melange app, along with an initial Person
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
4 |
Licensed under the Apache License, Version 2.0 (the "License"); |
8b43c541afa7
First iteration of a "prototype" Melange app, along with an initial Person
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
5 |
you may not use this file except in compliance with the License. |
8b43c541afa7
First iteration of a "prototype" Melange app, along with an initial Person
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
6 |
You may obtain a copy of the License at |
8b43c541afa7
First iteration of a "prototype" Melange app, along with an initial Person
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
7 |
|
8b43c541afa7
First iteration of a "prototype" Melange app, along with an initial Person
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
8 |
http://www.apache.org/licenses/LICENSE-2.0 |
8b43c541afa7
First iteration of a "prototype" Melange app, along with an initial Person
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
9 |
|
8b43c541afa7
First iteration of a "prototype" Melange app, along with an initial Person
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
10 |
Unless required by applicable law or agreed to in writing, software |
8b43c541afa7
First iteration of a "prototype" Melange app, along with an initial Person
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
11 |
distributed under the License is distributed on an "AS IS" BASIS, |
8b43c541afa7
First iteration of a "prototype" Melange app, along with an initial Person
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
12 |
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
8b43c541afa7
First iteration of a "prototype" Melange app, along with an initial Person
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
13 |
See the License for the specific language governing permissions and |
8b43c541afa7
First iteration of a "prototype" Melange app, along with an initial Person
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
14 |
limitations under the License. |
8b43c541afa7
First iteration of a "prototype" Melange app, along with an initial Person
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
15 |
*/ |
1818
fec380dac186
Moved stylesheet to mitigate overenthousiastic browser caching.
Sverre Rabbelier <srabbelier@gmail.com>
parents:
1817
diff
changeset
|
16 |
|
fec380dac186
Moved stylesheet to mitigate overenthousiastic browser caching.
Sverre Rabbelier <srabbelier@gmail.com>
parents:
1817
diff
changeset
|
17 |
/* |
fec380dac186
Moved stylesheet to mitigate overenthousiastic browser caching.
Sverre Rabbelier <srabbelier@gmail.com>
parents:
1817
diff
changeset
|
18 |
* STANDARD HTML TAGS |
fec380dac186
Moved stylesheet to mitigate overenthousiastic browser caching.
Sverre Rabbelier <srabbelier@gmail.com>
parents:
1817
diff
changeset
|
19 |
*/ |
2425
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
20 |
@import '/soc/content/css/ui.all.css'; |
31
8b43c541afa7
First iteration of a "prototype" Melange app, along with an initial Person
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
21 |
body { |
79
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
22 |
background-color: white; |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
23 |
color: black; |
89
5decd7730e02
Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents:
83
diff
changeset
|
24 |
|
79
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
25 |
font-family: Arial, sans-serif; |
217
7e121e6ba0dd
Add "Last updated" footer to front page body text, using the modified Property
Todd Larsen <tlarsen@google.com>
parents:
185
diff
changeset
|
26 |
font-size: medium; |
89
5decd7730e02
Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents:
83
diff
changeset
|
27 |
|
79
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
28 |
margin: 8px; |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
29 |
margin-top: 3px; |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
30 |
} |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
31 |
|
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
32 |
img { |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
33 |
border: 0; |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
34 |
} |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
35 |
|
89
5decd7730e02
Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents:
83
diff
changeset
|
36 |
form { |
5decd7730e02
Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents:
83
diff
changeset
|
37 |
margin: 0; |
5decd7730e02
Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents:
83
diff
changeset
|
38 |
padding: 0; |
5decd7730e02
Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents:
83
diff
changeset
|
39 |
} |
5decd7730e02
Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents:
83
diff
changeset
|
40 |
|
5decd7730e02
Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents:
83
diff
changeset
|
41 |
li { |
5decd7730e02
Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents:
83
diff
changeset
|
42 |
margin-bottom: 0.25em; |
5decd7730e02
Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents:
83
diff
changeset
|
43 |
} |
5decd7730e02
Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents:
83
diff
changeset
|
44 |
|
5decd7730e02
Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents:
83
diff
changeset
|
45 |
/* HEADERS */ |
79
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
46 |
h1 { |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
47 |
font-size: x-large; |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
48 |
margin-top: 0px; |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
49 |
} |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
50 |
|
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
51 |
h2 { |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
52 |
font-size: large; |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
53 |
} |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
54 |
|
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
55 |
h3 { |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
56 |
font-size: medium; |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
57 |
} |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
58 |
|
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
59 |
h4 { |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
60 |
font-size: small; |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
61 |
} |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
62 |
|
89
5decd7730e02
Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents:
83
diff
changeset
|
63 |
/* PRE-FORMATTED TEXT */ |
79
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
64 |
pre, code { |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
65 |
color: #007000; |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
66 |
font-family: "bogus font here", monospace; |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
67 |
font-size: 100%; |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
68 |
} |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
69 |
|
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
70 |
pre { |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
71 |
border: 1px solid silver; |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
72 |
background-color: #f5f5f5; |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
73 |
padding: 0.5em; |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
74 |
overflow: auto; |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
75 |
margin: 2em; |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
76 |
} |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
77 |
|
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
78 |
pre ins { |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
79 |
color: #cc0000; |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
80 |
font-weight: bold; |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
81 |
text-decoration: none; |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
82 |
} |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
83 |
|
1818
fec380dac186
Moved stylesheet to mitigate overenthousiastic browser caching.
Sverre Rabbelier <srabbelier@gmail.com>
parents:
1817
diff
changeset
|
84 |
/* LINKS AND ANCHORS */ |
79
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
85 |
a:link { |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
86 |
color: #0000cc; |
31
8b43c541afa7
First iteration of a "prototype" Melange app, along with an initial Person
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
87 |
} |
42
7878a389d558
Updated version of proto.css that defines some "form field" table cell styles
Todd Larsen <tlarsen@google.com>
parents:
31
diff
changeset
|
88 |
|
79
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
89 |
a:active { |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
90 |
color: #cc0000; |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
91 |
} |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
92 |
|
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
93 |
a:visited { |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
94 |
color: #551a8b; |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
95 |
} |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
96 |
|
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
97 |
a.selected, .selected a, .selected { |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
98 |
color: black; |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
99 |
font-weight: bold; |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
100 |
text-decoration: none; |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
101 |
} |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
102 |
|
185
2f3bd84bb106
Add list_helpers functions that are going to be used when rendering list views like (Users List, Sponsors List etc).
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
182
diff
changeset
|
103 |
a.novisit { |
2f3bd84bb106
Add list_helpers functions that are going to be used when rendering list views like (Users List, Sponsors List etc).
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
182
diff
changeset
|
104 |
color: #2a55a3; |
2f3bd84bb106
Add list_helpers functions that are going to be used when rendering list views like (Users List, Sponsors List etc).
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
182
diff
changeset
|
105 |
} |
2f3bd84bb106
Add list_helpers functions that are going to be used when rendering list views like (Users List, Sponsors List etc).
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
182
diff
changeset
|
106 |
|
2f3bd84bb106
Add list_helpers functions that are going to be used when rendering list views like (Users List, Sponsors List etc).
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
182
diff
changeset
|
107 |
a.noul, a.noulv { |
2f3bd84bb106
Add list_helpers functions that are going to be used when rendering list views like (Users List, Sponsors List etc).
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
182
diff
changeset
|
108 |
color: #4182fa; /* #93b7fa; */ |
2f3bd84bb106
Add list_helpers functions that are going to be used when rendering list views like (Users List, Sponsors List etc).
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
182
diff
changeset
|
109 |
text-decoration: none; |
2f3bd84bb106
Add list_helpers functions that are going to be used when rendering list views like (Users List, Sponsors List etc).
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
182
diff
changeset
|
110 |
} |
2f3bd84bb106
Add list_helpers functions that are going to be used when rendering list views like (Users List, Sponsors List etc).
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
182
diff
changeset
|
111 |
|
2f3bd84bb106
Add list_helpers functions that are going to be used when rendering list views like (Users List, Sponsors List etc).
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
182
diff
changeset
|
112 |
a:hover.noul { |
2f3bd84bb106
Add list_helpers functions that are going to be used when rendering list views like (Users List, Sponsors List etc).
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
182
diff
changeset
|
113 |
text-decoration: underline; |
2f3bd84bb106
Add list_helpers functions that are going to be used when rendering list views like (Users List, Sponsors List etc).
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
182
diff
changeset
|
114 |
} |
2f3bd84bb106
Add list_helpers functions that are going to be used when rendering list views like (Users List, Sponsors List etc).
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
182
diff
changeset
|
115 |
|
2f3bd84bb106
Add list_helpers functions that are going to be used when rendering list views like (Users List, Sponsors List etc).
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
182
diff
changeset
|
116 |
a:visited.noul { |
2f3bd84bb106
Add list_helpers functions that are going to be used when rendering list views like (Users List, Sponsors List etc).
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
182
diff
changeset
|
117 |
color: #a32a91; /* #2a55a3; */ |
79
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
118 |
} |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
119 |
|
376
ce8b3a9fa0de
Add a style that appears in form error lists produced by Django Forms and
Todd Larsen <tlarsen@google.com>
parents:
352
diff
changeset
|
120 |
|
ce8b3a9fa0de
Add a style that appears in form error lists produced by Django Forms and
Todd Larsen <tlarsen@google.com>
parents:
352
diff
changeset
|
121 |
/* Styles used by Django Forms */ |
ce8b3a9fa0de
Add a style that appears in form error lists produced by Django Forms and
Todd Larsen <tlarsen@google.com>
parents:
352
diff
changeset
|
122 |
ul.errorlist { |
ce8b3a9fa0de
Add a style that appears in form error lists produced by Django Forms and
Todd Larsen <tlarsen@google.com>
parents:
352
diff
changeset
|
123 |
color: #FF0000; |
ce8b3a9fa0de
Add a style that appears in form error lists produced by Django Forms and
Todd Larsen <tlarsen@google.com>
parents:
352
diff
changeset
|
124 |
font-size: small; |
ce8b3a9fa0de
Add a style that appears in form error lists produced by Django Forms and
Todd Larsen <tlarsen@google.com>
parents:
352
diff
changeset
|
125 |
} |
ce8b3a9fa0de
Add a style that appears in form error lists produced by Django Forms and
Todd Larsen <tlarsen@google.com>
parents:
352
diff
changeset
|
126 |
|
ce8b3a9fa0de
Add a style that appears in form error lists produced by Django Forms and
Todd Larsen <tlarsen@google.com>
parents:
352
diff
changeset
|
127 |
|
89
5decd7730e02
Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents:
83
diff
changeset
|
128 |
/* TABLES */ |
79
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
129 |
table { |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
130 |
border-collapse: collapse; |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
131 |
} |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
132 |
|
2933
c978f8353467
Added all GHOP specific css properties.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
2701
diff
changeset
|
133 |
table.right { |
c978f8353467
Added all GHOP specific css properties.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
2701
diff
changeset
|
134 |
margin-left:auto; |
c978f8353467
Added all GHOP specific css properties.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
2701
diff
changeset
|
135 |
} |
c978f8353467
Added all GHOP specific css properties.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
2701
diff
changeset
|
136 |
|
79
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
137 |
th, td { |
83
3f4f7c540b75
Created response helper respond() function that is used to generate base templates and it's child templates (handles sign in/out links, user name etc).
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
80
diff
changeset
|
138 |
/*padding: 0;*/ |
3f4f7c540b75
Created response helper respond() function that is used to generate base templates and it's child templates (handles sign in/out links, user name etc).
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
80
diff
changeset
|
139 |
padding:2px 5px; |
79
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
140 |
vertical-align: top; |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
141 |
text-align: left; |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
142 |
} |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
143 |
|
2933
c978f8353467
Added all GHOP specific css properties.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
2701
diff
changeset
|
144 |
/* |
c978f8353467
Added all GHOP specific css properties.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
2701
diff
changeset
|
145 |
* GHOP TASK PAGE |
c978f8353467
Added all GHOP specific css properties.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
2701
diff
changeset
|
146 |
*/ |
c978f8353467
Added all GHOP specific css properties.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
2701
diff
changeset
|
147 |
#body #pageheader { |
c978f8353467
Added all GHOP specific css properties.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
2701
diff
changeset
|
148 |
margin: 0.5em 0 0em 0; |
c978f8353467
Added all GHOP specific css properties.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
2701
diff
changeset
|
149 |
border: 3px solid #c3d9ff; |
c978f8353467
Added all GHOP specific css properties.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
2701
diff
changeset
|
150 |
background: #c3d9ff; |
c978f8353467
Added all GHOP specific css properties.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
2701
diff
changeset
|
151 |
} |
c978f8353467
Added all GHOP specific css properties.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
2701
diff
changeset
|
152 |
|
c978f8353467
Added all GHOP specific css properties.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
2701
diff
changeset
|
153 |
#body #pageheader td { |
c978f8353467
Added all GHOP specific css properties.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
2701
diff
changeset
|
154 |
background: #c3d9ff; |
c978f8353467
Added all GHOP specific css properties.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
2701
diff
changeset
|
155 |
} |
c978f8353467
Added all GHOP specific css properties.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
2701
diff
changeset
|
156 |
|
c978f8353467
Added all GHOP specific css properties.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
2701
diff
changeset
|
157 |
.ghoptaskcomment { |
c978f8353467
Added all GHOP specific css properties.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
2701
diff
changeset
|
158 |
margin: 1em .7em 0 .7em; |
c978f8353467
Added all GHOP specific css properties.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
2701
diff
changeset
|
159 |
} |
c978f8353467
Added all GHOP specific css properties.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
2701
diff
changeset
|
160 |
|
c978f8353467
Added all GHOP specific css properties.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
2701
diff
changeset
|
161 |
.ghoptaskcomment .title { |
c978f8353467
Added all GHOP specific css properties.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
2701
diff
changeset
|
162 |
background: #f5f6ce; |
c978f8353467
Added all GHOP specific css properties.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
2701
diff
changeset
|
163 |
font-size: small; |
c978f8353467
Added all GHOP specific css properties.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
2701
diff
changeset
|
164 |
} |
c978f8353467
Added all GHOP specific css properties.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
2701
diff
changeset
|
165 |
|
c978f8353467
Added all GHOP specific css properties.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
2701
diff
changeset
|
166 |
.changes { |
c978f8353467
Added all GHOP specific css properties.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
2701
diff
changeset
|
167 |
margin: 1em 0 0 .7em; |
c978f8353467
Added all GHOP specific css properties.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
2701
diff
changeset
|
168 |
background: #ebf3ff; |
c978f8353467
Added all GHOP specific css properties.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
2701
diff
changeset
|
169 |
width: 80%; |
c978f8353467
Added all GHOP specific css properties.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
2701
diff
changeset
|
170 |
font-size: small; |
c978f8353467
Added all GHOP specific css properties.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
2701
diff
changeset
|
171 |
} |
c978f8353467
Added all GHOP specific css properties.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
2701
diff
changeset
|
172 |
|
c978f8353467
Added all GHOP specific css properties.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
2701
diff
changeset
|
173 |
.box-inner { |
c978f8353467
Added all GHOP specific css properties.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
2701
diff
changeset
|
174 |
margin: 0; |
c978f8353467
Added all GHOP specific css properties.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
2701
diff
changeset
|
175 |
padding: 0 13px 0 13px; |
c978f8353467
Added all GHOP specific css properties.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
2701
diff
changeset
|
176 |
} |
c978f8353467
Added all GHOP specific css properties.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
2701
diff
changeset
|
177 |
|
c978f8353467
Added all GHOP specific css properties.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
2701
diff
changeset
|
178 |
img#subscribe { |
c978f8353467
Added all GHOP specific css properties.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
2701
diff
changeset
|
179 |
cursor: pointer; |
c978f8353467
Added all GHOP specific css properties.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
2701
diff
changeset
|
180 |
width: 22px; |
c978f8353467
Added all GHOP specific css properties.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
2701
diff
changeset
|
181 |
position: relative; |
c978f8353467
Added all GHOP specific css properties.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
2701
diff
changeset
|
182 |
top: 2px; |
c978f8353467
Added all GHOP specific css properties.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
2701
diff
changeset
|
183 |
} |
c978f8353467
Added all GHOP specific css properties.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
2701
diff
changeset
|
184 |
|
c978f8353467
Added all GHOP specific css properties.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
2701
diff
changeset
|
185 |
.ghoptaskcomment .title a { |
c978f8353467
Added all GHOP specific css properties.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
2701
diff
changeset
|
186 |
color: #C60F0F; |
c978f8353467
Added all GHOP specific css properties.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
2701
diff
changeset
|
187 |
} |
c978f8353467
Added all GHOP specific css properties.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
2701
diff
changeset
|
188 |
|
1818
fec380dac186
Moved stylesheet to mitigate overenthousiastic browser caching.
Sverre Rabbelier <srabbelier@gmail.com>
parents:
1817
diff
changeset
|
189 |
/* FORM FIELDS */ |
423
25665d645fa8
Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents:
376
diff
changeset
|
190 |
td.formfieldrequired { |
25665d645fa8
Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents:
376
diff
changeset
|
191 |
font-style: italic; |
25665d645fa8
Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents:
376
diff
changeset
|
192 |
font-size: small; |
1369
0be1f471413c
Make the web forms look a little nicer.
Tim Ansell <mithro@gmail.com>
parents:
1307
diff
changeset
|
193 |
text-align: center; |
423
25665d645fa8
Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents:
376
diff
changeset
|
194 |
} |
79
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
195 |
|
423
25665d645fa8
Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents:
376
diff
changeset
|
196 |
td.formfieldhelptext { |
25665d645fa8
Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents:
376
diff
changeset
|
197 |
font-style: italic; |
25665d645fa8
Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents:
376
diff
changeset
|
198 |
font-size: small; |
1369
0be1f471413c
Make the web forms look a little nicer.
Tim Ansell <mithro@gmail.com>
parents:
1307
diff
changeset
|
199 |
padding: 5px; |
423
25665d645fa8
Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents:
376
diff
changeset
|
200 |
} |
79
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
201 |
|
423
25665d645fa8
Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents:
376
diff
changeset
|
202 |
td.formfielderror { |
25665d645fa8
Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents:
376
diff
changeset
|
203 |
color: #FF0000; |
25665d645fa8
Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents:
376
diff
changeset
|
204 |
font-size: small; |
25665d645fa8
Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents:
376
diff
changeset
|
205 |
} |
79
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
206 |
|
423
25665d645fa8
Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents:
376
diff
changeset
|
207 |
td.formfieldheading { |
25665d645fa8
Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents:
376
diff
changeset
|
208 |
font-weight: bold; |
25665d645fa8
Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents:
376
diff
changeset
|
209 |
font-size: small; |
25665d645fa8
Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents:
376
diff
changeset
|
210 |
} |
25665d645fa8
Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents:
376
diff
changeset
|
211 |
|
25665d645fa8
Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents:
376
diff
changeset
|
212 |
td.formfieldlabel { |
25665d645fa8
Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents:
376
diff
changeset
|
213 |
font-weight: bold; |
25665d645fa8
Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents:
376
diff
changeset
|
214 |
font-size: small; |
1369
0be1f471413c
Make the web forms look a little nicer.
Tim Ansell <mithro@gmail.com>
parents:
1307
diff
changeset
|
215 |
text-align: right; |
0be1f471413c
Make the web forms look a little nicer.
Tim Ansell <mithro@gmail.com>
parents:
1307
diff
changeset
|
216 |
} |
0be1f471413c
Make the web forms look a little nicer.
Tim Ansell <mithro@gmail.com>
parents:
1307
diff
changeset
|
217 |
|
1372
a9b7f64d4813
Fixed twoline style broken by recent 'form prettification' commit
Sverre Rabbelier <srabbelier@gmail.com>
parents:
1369
diff
changeset
|
218 |
td.twolineformfieldlabel { |
a9b7f64d4813
Fixed twoline style broken by recent 'form prettification' commit
Sverre Rabbelier <srabbelier@gmail.com>
parents:
1369
diff
changeset
|
219 |
font-weight: bold; |
a9b7f64d4813
Fixed twoline style broken by recent 'form prettification' commit
Sverre Rabbelier <srabbelier@gmail.com>
parents:
1369
diff
changeset
|
220 |
font-size: small; |
1531
db5d40d9dc43
Fix alignment of twoline readonly table rows
Sverre Rabbelier <srabbelier@gmail.com>
parents:
1471
diff
changeset
|
221 |
text-align: left; |
db5d40d9dc43
Fix alignment of twoline readonly table rows
Sverre Rabbelier <srabbelier@gmail.com>
parents:
1471
diff
changeset
|
222 |
} |
db5d40d9dc43
Fix alignment of twoline readonly table rows
Sverre Rabbelier <srabbelier@gmail.com>
parents:
1471
diff
changeset
|
223 |
|
db5d40d9dc43
Fix alignment of twoline readonly table rows
Sverre Rabbelier <srabbelier@gmail.com>
parents:
1471
diff
changeset
|
224 |
td.twolineformfieldlabel { |
db5d40d9dc43
Fix alignment of twoline readonly table rows
Sverre Rabbelier <srabbelier@gmail.com>
parents:
1471
diff
changeset
|
225 |
font-weight: bold; |
db5d40d9dc43
Fix alignment of twoline readonly table rows
Sverre Rabbelier <srabbelier@gmail.com>
parents:
1471
diff
changeset
|
226 |
font-size: small; |
1372
a9b7f64d4813
Fixed twoline style broken by recent 'form prettification' commit
Sverre Rabbelier <srabbelier@gmail.com>
parents:
1369
diff
changeset
|
227 |
} |
a9b7f64d4813
Fixed twoline style broken by recent 'form prettification' commit
Sverre Rabbelier <srabbelier@gmail.com>
parents:
1369
diff
changeset
|
228 |
|
1817
08de2fa5c156
Add a style class for td.twolineformfielderrorlabel.
Sverre Rabbelier <srabbelier@gmail.com>
parents:
1770
diff
changeset
|
229 |
td.twolineformfielderrorlabel { |
08de2fa5c156
Add a style class for td.twolineformfielderrorlabel.
Sverre Rabbelier <srabbelier@gmail.com>
parents:
1770
diff
changeset
|
230 |
font-weight: bold; |
08de2fa5c156
Add a style class for td.twolineformfielderrorlabel.
Sverre Rabbelier <srabbelier@gmail.com>
parents:
1770
diff
changeset
|
231 |
color: #FF0000; |
08de2fa5c156
Add a style class for td.twolineformfielderrorlabel.
Sverre Rabbelier <srabbelier@gmail.com>
parents:
1770
diff
changeset
|
232 |
font-size: small; |
08de2fa5c156
Add a style class for td.twolineformfielderrorlabel.
Sverre Rabbelier <srabbelier@gmail.com>
parents:
1770
diff
changeset
|
233 |
} |
08de2fa5c156
Add a style class for td.twolineformfielderrorlabel.
Sverre Rabbelier <srabbelier@gmail.com>
parents:
1770
diff
changeset
|
234 |
|
1369
0be1f471413c
Make the web forms look a little nicer.
Tim Ansell <mithro@gmail.com>
parents:
1307
diff
changeset
|
235 |
td.formfieldvalue { |
0be1f471413c
Make the web forms look a little nicer.
Tim Ansell <mithro@gmail.com>
parents:
1307
diff
changeset
|
236 |
text-align: left; |
0be1f471413c
Make the web forms look a little nicer.
Tim Ansell <mithro@gmail.com>
parents:
1307
diff
changeset
|
237 |
} |
0be1f471413c
Make the web forms look a little nicer.
Tim Ansell <mithro@gmail.com>
parents:
1307
diff
changeset
|
238 |
|
0be1f471413c
Make the web forms look a little nicer.
Tim Ansell <mithro@gmail.com>
parents:
1307
diff
changeset
|
239 |
td.formfieldvalue input { |
2026
388b65cabfbb
Set fields to 100% width again
Sverre Rabbelier <srabbelier@gmail.com>
parents:
1927
diff
changeset
|
240 |
width: 100%; |
388b65cabfbb
Set fields to 100% width again
Sverre Rabbelier <srabbelier@gmail.com>
parents:
1927
diff
changeset
|
241 |
} |
388b65cabfbb
Set fields to 100% width again
Sverre Rabbelier <srabbelier@gmail.com>
parents:
1927
diff
changeset
|
242 |
|
388b65cabfbb
Set fields to 100% width again
Sverre Rabbelier <srabbelier@gmail.com>
parents:
1927
diff
changeset
|
243 |
td.formfieldvalue input[type=checkbox] { |
388b65cabfbb
Set fields to 100% width again
Sverre Rabbelier <srabbelier@gmail.com>
parents:
1927
diff
changeset
|
244 |
width: auto; |
1369
0be1f471413c
Make the web forms look a little nicer.
Tim Ansell <mithro@gmail.com>
parents:
1307
diff
changeset
|
245 |
} |
0be1f471413c
Make the web forms look a little nicer.
Tim Ansell <mithro@gmail.com>
parents:
1307
diff
changeset
|
246 |
|
1707
2e7b76f20878
Add the jquery-purr plugin
Sverre Rabbelier <srabbelier@gmail.com>
parents:
1678
diff
changeset
|
247 |
td.formfieldvalue input:focus { |
2e7b76f20878
Add the jquery-purr plugin
Sverre Rabbelier <srabbelier@gmail.com>
parents:
1678
diff
changeset
|
248 |
background-color: #FFFF99; |
2e7b76f20878
Add the jquery-purr plugin
Sverre Rabbelier <srabbelier@gmail.com>
parents:
1678
diff
changeset
|
249 |
font-weight: bold; |
2e7b76f20878
Add the jquery-purr plugin
Sverre Rabbelier <srabbelier@gmail.com>
parents:
1678
diff
changeset
|
250 |
} |
2e7b76f20878
Add the jquery-purr plugin
Sverre Rabbelier <srabbelier@gmail.com>
parents:
1678
diff
changeset
|
251 |
|
1369
0be1f471413c
Make the web forms look a little nicer.
Tim Ansell <mithro@gmail.com>
parents:
1307
diff
changeset
|
252 |
td.formfieldvalue textarea { |
0be1f471413c
Make the web forms look a little nicer.
Tim Ansell <mithro@gmail.com>
parents:
1307
diff
changeset
|
253 |
width: 100%; |
0be1f471413c
Make the web forms look a little nicer.
Tim Ansell <mithro@gmail.com>
parents:
1307
diff
changeset
|
254 |
} |
0be1f471413c
Make the web forms look a little nicer.
Tim Ansell <mithro@gmail.com>
parents:
1307
diff
changeset
|
255 |
|
2425
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
256 |
/*td.formfieldvalue select { |
1369
0be1f471413c
Make the web forms look a little nicer.
Tim Ansell <mithro@gmail.com>
parents:
1307
diff
changeset
|
257 |
width: 100%; |
2425
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
258 |
}*/ |
423
25665d645fa8
Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents:
376
diff
changeset
|
259 |
|
941
6eac584ce14c
Add a warning about discarding unsaved changes
Sverre Rabbelier <srabbelier@gmail.com>
parents:
852
diff
changeset
|
260 |
td.formfielderrorlabel, td.warning, span.formfielderrorlabel { |
423
25665d645fa8
Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents:
376
diff
changeset
|
261 |
font-weight: bold; |
25665d645fa8
Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents:
376
diff
changeset
|
262 |
color: #FF0000; |
25665d645fa8
Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents:
376
diff
changeset
|
263 |
font-size: small; |
1817
08de2fa5c156
Add a style class for td.twolineformfielderrorlabel.
Sverre Rabbelier <srabbelier@gmail.com>
parents:
1770
diff
changeset
|
264 |
text-align: right; |
423
25665d645fa8
Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents:
376
diff
changeset
|
265 |
} |
185
2f3bd84bb106
Add list_helpers functions that are going to be used when rendering list views like (Users List, Sponsors List etc).
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
182
diff
changeset
|
266 |
|
2f3bd84bb106
Add list_helpers functions that are going to be used when rendering list views like (Users List, Sponsors List etc).
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
182
diff
changeset
|
267 |
/* TABLE QUEUES (used with .list) */ |
2f3bd84bb106
Add list_helpers functions that are going to be used when rendering list views like (Users List, Sponsors List etc).
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
182
diff
changeset
|
268 |
table#queues { |
2f3bd84bb106
Add list_helpers functions that are going to be used when rendering list views like (Users List, Sponsors List etc).
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
182
diff
changeset
|
269 |
border-collapse: collapse; |
2f3bd84bb106
Add list_helpers functions that are going to be used when rendering list views like (Users List, Sponsors List etc).
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
182
diff
changeset
|
270 |
width: 100%; |
2f3bd84bb106
Add list_helpers functions that are going to be used when rendering list views like (Users List, Sponsors List etc).
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
182
diff
changeset
|
271 |
} |
2f3bd84bb106
Add list_helpers functions that are going to be used when rendering list views like (Users List, Sponsors List etc).
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
182
diff
changeset
|
272 |
|
423
25665d645fa8
Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents:
376
diff
changeset
|
273 |
table#queues tr { |
25665d645fa8
Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents:
376
diff
changeset
|
274 |
border-bottom: thin solid lightgray; |
25665d645fa8
Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents:
376
diff
changeset
|
275 |
} |
185
2f3bd84bb106
Add list_helpers functions that are going to be used when rendering list views like (Users List, Sponsors List etc).
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
182
diff
changeset
|
276 |
|
423
25665d645fa8
Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents:
376
diff
changeset
|
277 |
table#queues td { |
25665d645fa8
Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents:
376
diff
changeset
|
278 |
padding: 2px; |
1818
fec380dac186
Moved stylesheet to mitigate overenthousiastic browser caching.
Sverre Rabbelier <srabbelier@gmail.com>
parents:
1817
diff
changeset
|
279 |
} |
185
2f3bd84bb106
Add list_helpers functions that are going to be used when rendering list views like (Users List, Sponsors List etc).
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
182
diff
changeset
|
280 |
|
2295
8566fb2b8012
Replace BeautyTips tooltips with purr info box for all form fields with help text.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
2284
diff
changeset
|
281 |
/* TOOLTIPS */ |
8566fb2b8012
Replace BeautyTips tooltips with purr info box for all form fields with help text.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
2284
diff
changeset
|
282 |
|
8566fb2b8012
Replace BeautyTips tooltips with purr info box for all form fields with help text.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
2284
diff
changeset
|
283 |
#purr-container { |
8566fb2b8012
Replace BeautyTips tooltips with purr info box for all form fields with help text.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
2284
diff
changeset
|
284 |
position: fixed; |
8566fb2b8012
Replace BeautyTips tooltips with purr info box for all form fields with help text.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
2284
diff
changeset
|
285 |
bottom: 0; |
8566fb2b8012
Replace BeautyTips tooltips with purr info box for all form fields with help text.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
2284
diff
changeset
|
286 |
right: 0; |
8566fb2b8012
Replace BeautyTips tooltips with purr info box for all form fields with help text.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
2284
diff
changeset
|
287 |
} |
8566fb2b8012
Replace BeautyTips tooltips with purr info box for all form fields with help text.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
2284
diff
changeset
|
288 |
|
8566fb2b8012
Replace BeautyTips tooltips with purr info box for all form fields with help text.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
2284
diff
changeset
|
289 |
.tooltip { |
8566fb2b8012
Replace BeautyTips tooltips with purr info box for all form fields with help text.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
2284
diff
changeset
|
290 |
position: relative; |
8566fb2b8012
Replace BeautyTips tooltips with purr info box for all form fields with help text.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
2284
diff
changeset
|
291 |
width: 300px; |
8566fb2b8012
Replace BeautyTips tooltips with purr info box for all form fields with help text.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
2284
diff
changeset
|
292 |
} |
8566fb2b8012
Replace BeautyTips tooltips with purr info box for all form fields with help text.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
2284
diff
changeset
|
293 |
|
8566fb2b8012
Replace BeautyTips tooltips with purr info box for all form fields with help text.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
2284
diff
changeset
|
294 |
.tooltip .close { |
8566fb2b8012
Replace BeautyTips tooltips with purr info box for all form fields with help text.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
2284
diff
changeset
|
295 |
position: absolute; |
8566fb2b8012
Replace BeautyTips tooltips with purr info box for all form fields with help text.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
2284
diff
changeset
|
296 |
top: 12px; |
8566fb2b8012
Replace BeautyTips tooltips with purr info box for all form fields with help text.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
2284
diff
changeset
|
297 |
right: 12px; |
8566fb2b8012
Replace BeautyTips tooltips with purr info box for all form fields with help text.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
2284
diff
changeset
|
298 |
display: block; |
8566fb2b8012
Replace BeautyTips tooltips with purr info box for all form fields with help text.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
2284
diff
changeset
|
299 |
width: 18px; |
8566fb2b8012
Replace BeautyTips tooltips with purr info box for all form fields with help text.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
2284
diff
changeset
|
300 |
height: 17px; |
8566fb2b8012
Replace BeautyTips tooltips with purr info box for all form fields with help text.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
2284
diff
changeset
|
301 |
text-indent: -9999px; |
8566fb2b8012
Replace BeautyTips tooltips with purr info box for all form fields with help text.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
2284
diff
changeset
|
302 |
background: url('/soc/content/images/purrClose.png') no-repeat 0 10px; |
8566fb2b8012
Replace BeautyTips tooltips with purr info box for all form fields with help text.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
2284
diff
changeset
|
303 |
} |
8566fb2b8012
Replace BeautyTips tooltips with purr info box for all form fields with help text.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
2284
diff
changeset
|
304 |
|
8566fb2b8012
Replace BeautyTips tooltips with purr info box for all form fields with help text.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
2284
diff
changeset
|
305 |
.tooltip-body { |
8566fb2b8012
Replace BeautyTips tooltips with purr info box for all form fields with help text.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
2284
diff
changeset
|
306 |
min-height: 50px; |
8566fb2b8012
Replace BeautyTips tooltips with purr info box for all form fields with help text.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
2284
diff
changeset
|
307 |
padding: 22px 22px 0 22px; |
8566fb2b8012
Replace BeautyTips tooltips with purr info box for all form fields with help text.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
2284
diff
changeset
|
308 |
background: url('/soc/content/images/purrTop.png') no-repeat left top; |
8566fb2b8012
Replace BeautyTips tooltips with purr info box for all form fields with help text.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
2284
diff
changeset
|
309 |
color: #f9f9f9; |
8566fb2b8012
Replace BeautyTips tooltips with purr info box for all form fields with help text.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
2284
diff
changeset
|
310 |
} |
8566fb2b8012
Replace BeautyTips tooltips with purr info box for all form fields with help text.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
2284
diff
changeset
|
311 |
|
8566fb2b8012
Replace BeautyTips tooltips with purr info box for all form fields with help text.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
2284
diff
changeset
|
312 |
.tooltip-body img { |
8566fb2b8012
Replace BeautyTips tooltips with purr info box for all form fields with help text.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
2284
diff
changeset
|
313 |
width: 50px; |
8566fb2b8012
Replace BeautyTips tooltips with purr info box for all form fields with help text.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
2284
diff
changeset
|
314 |
margin: 0 10px 0 0; |
8566fb2b8012
Replace BeautyTips tooltips with purr info box for all form fields with help text.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
2284
diff
changeset
|
315 |
float: left; |
8566fb2b8012
Replace BeautyTips tooltips with purr info box for all form fields with help text.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
2284
diff
changeset
|
316 |
} |
8566fb2b8012
Replace BeautyTips tooltips with purr info box for all form fields with help text.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
2284
diff
changeset
|
317 |
|
8566fb2b8012
Replace BeautyTips tooltips with purr info box for all form fields with help text.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
2284
diff
changeset
|
318 |
.tooltip-body h3 { |
2425
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
319 |
margin: 0; |
2295
8566fb2b8012
Replace BeautyTips tooltips with purr info box for all form fields with help text.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
2284
diff
changeset
|
320 |
font-size: 1.1em; |
8566fb2b8012
Replace BeautyTips tooltips with purr info box for all form fields with help text.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
2284
diff
changeset
|
321 |
} |
8566fb2b8012
Replace BeautyTips tooltips with purr info box for all form fields with help text.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
2284
diff
changeset
|
322 |
|
8566fb2b8012
Replace BeautyTips tooltips with purr info box for all form fields with help text.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
2284
diff
changeset
|
323 |
.tooltip-body p { |
8566fb2b8012
Replace BeautyTips tooltips with purr info box for all form fields with help text.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
2284
diff
changeset
|
324 |
margin: 5px 0 0 60px; |
8566fb2b8012
Replace BeautyTips tooltips with purr info box for all form fields with help text.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
2284
diff
changeset
|
325 |
font-size: 0.8em; |
8566fb2b8012
Replace BeautyTips tooltips with purr info box for all form fields with help text.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
2284
diff
changeset
|
326 |
line-height: 1.4em; |
8566fb2b8012
Replace BeautyTips tooltips with purr info box for all form fields with help text.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
2284
diff
changeset
|
327 |
} |
8566fb2b8012
Replace BeautyTips tooltips with purr info box for all form fields with help text.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
2284
diff
changeset
|
328 |
|
8566fb2b8012
Replace BeautyTips tooltips with purr info box for all form fields with help text.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
2284
diff
changeset
|
329 |
.tooltip-bottom { |
8566fb2b8012
Replace BeautyTips tooltips with purr info box for all form fields with help text.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
2284
diff
changeset
|
330 |
height: 22px; |
8566fb2b8012
Replace BeautyTips tooltips with purr info box for all form fields with help text.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
2284
diff
changeset
|
331 |
background: url('/soc/content/images/purrBottom.png') no-repeat left top; |
8566fb2b8012
Replace BeautyTips tooltips with purr info box for all form fields with help text.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
2284
diff
changeset
|
332 |
} |
8566fb2b8012
Replace BeautyTips tooltips with purr info box for all form fields with help text.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
2284
diff
changeset
|
333 |
|
1818
fec380dac186
Moved stylesheet to mitigate overenthousiastic browser caching.
Sverre Rabbelier <srabbelier@gmail.com>
parents:
1817
diff
changeset
|
334 |
/* |
fec380dac186
Moved stylesheet to mitigate overenthousiastic browser caching.
Sverre Rabbelier <srabbelier@gmail.com>
parents:
1817
diff
changeset
|
335 |
* PAGE ELEMENTS |
89
5decd7730e02
Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents:
83
diff
changeset
|
336 |
*/ |
79
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
337 |
|
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
338 |
#title { |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
339 |
border-top: 1px solid #3366cc; |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
340 |
background-color: #e5ecf9; |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
341 |
font-size: large; |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
342 |
font-weight: bold; |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
343 |
margin: 0; |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
344 |
padding: 0; |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
345 |
padding-top: 1px; |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
346 |
padding-bottom: 1px; |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
347 |
margin-top: 5px; |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
348 |
margin-left: 200px; |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
349 |
padding-left: 3px; |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
350 |
} |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
351 |
|
288
46cd7361dcc4
Add #notice class declaration in soc.css for upcoming notification bar.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
250
diff
changeset
|
352 |
#notice { |
46cd7361dcc4
Add #notice class declaration in soc.css for upcoming notification bar.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
250
diff
changeset
|
353 |
margin-left: 200px; |
46cd7361dcc4
Add #notice class declaration in soc.css for upcoming notification bar.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
250
diff
changeset
|
354 |
padding: 3px; |
46cd7361dcc4
Add #notice class declaration in soc.css for upcoming notification bar.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
250
diff
changeset
|
355 |
} |
46cd7361dcc4
Add #notice class declaration in soc.css for upcoming notification bar.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
250
diff
changeset
|
356 |
|
89
5decd7730e02
Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents:
83
diff
changeset
|
357 |
#logo { |
5decd7730e02
Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents:
83
diff
changeset
|
358 |
padding-right: 18px; |
5decd7730e02
Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents:
83
diff
changeset
|
359 |
position: absolute; |
5decd7730e02
Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents:
83
diff
changeset
|
360 |
left: 0; |
5decd7730e02
Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents:
83
diff
changeset
|
361 |
top: -5px; |
5decd7730e02
Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents:
83
diff
changeset
|
362 |
} |
5decd7730e02
Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents:
83
diff
changeset
|
363 |
|
5decd7730e02
Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents:
83
diff
changeset
|
364 |
#login { |
5decd7730e02
Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents:
83
diff
changeset
|
365 |
text-align: right; |
5decd7730e02
Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents:
83
diff
changeset
|
366 |
} |
5decd7730e02
Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents:
83
diff
changeset
|
367 |
|
79
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
368 |
#badge { |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
369 |
clear: both; |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
370 |
margin-top: 3.5em; |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
371 |
margin-bottom: 1em; |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
372 |
height: 53px; |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
373 |
font-style: italic; |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
374 |
} |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
375 |
|
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
376 |
#body { |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
377 |
border-left: 1px dotted silver; |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
378 |
margin-left: 200px; |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
379 |
margin-right: 25px; |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
380 |
padding-left: 18px; |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
381 |
padding-bottom: 25px; |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
382 |
} |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
383 |
|
423
25665d645fa8
Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents:
376
diff
changeset
|
384 |
#body .buttons { |
25665d645fa8
Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents:
376
diff
changeset
|
385 |
margin-right: 4px; |
25665d645fa8
Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents:
376
diff
changeset
|
386 |
margin-top: 20px; |
25665d645fa8
Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents:
376
diff
changeset
|
387 |
} |
1818
fec380dac186
Moved stylesheet to mitigate overenthousiastic browser caching.
Sverre Rabbelier <srabbelier@gmail.com>
parents:
1817
diff
changeset
|
388 |
|
423
25665d645fa8
Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents:
376
diff
changeset
|
389 |
#body a.button, input[type^="submit"], input[type^="button"] { |
25665d645fa8
Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents:
376
diff
changeset
|
390 |
margin: 0; |
25665d645fa8
Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents:
376
diff
changeset
|
391 |
padding: 2px 5px 2px 5px; |
25665d645fa8
Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents:
376
diff
changeset
|
392 |
font-family: Arial, Sans-serif; |
25665d645fa8
Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents:
376
diff
changeset
|
393 |
font-size: 12px; |
25665d645fa8
Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents:
376
diff
changeset
|
394 |
text-decoration: none; |
25665d645fa8
Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents:
376
diff
changeset
|
395 |
color: #222; |
25665d645fa8
Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents:
376
diff
changeset
|
396 |
cursor: default; |
25665d645fa8
Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents:
376
diff
changeset
|
397 |
background: #ddd url("/soc/content/images/button-background.gif") repeat-x 0 0; |
25665d645fa8
Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents:
376
diff
changeset
|
398 |
border: 1px solid #aaa; |
25665d645fa8
Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents:
376
diff
changeset
|
399 |
} |
83
3f4f7c540b75
Created response helper respond() function that is used to generate base templates and it's child templates (handles sign in/out links, user name etc).
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
80
diff
changeset
|
400 |
|
423
25665d645fa8
Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents:
376
diff
changeset
|
401 |
#body a.button:hover, input[type^="submit"]:hover, input[type^="button"]:hover { |
25665d645fa8
Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents:
376
diff
changeset
|
402 |
border-color: #9cf #69e #69e #7af; |
25665d645fa8
Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents:
376
diff
changeset
|
403 |
} |
83
3f4f7c540b75
Created response helper respond() function that is used to generate base templates and it's child templates (handles sign in/out links, user name etc).
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
80
diff
changeset
|
404 |
|
89
5decd7730e02
Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents:
83
diff
changeset
|
405 |
#header { |
5decd7730e02
Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents:
83
diff
changeset
|
406 |
height: 50px; |
5decd7730e02
Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents:
83
diff
changeset
|
407 |
margin-bottom: 11px; |
5decd7730e02
Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents:
83
diff
changeset
|
408 |
position: relative; |
5decd7730e02
Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents:
83
diff
changeset
|
409 |
} |
83
3f4f7c540b75
Created response helper respond() function that is used to generate base templates and it's child templates (handles sign in/out links, user name etc).
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
80
diff
changeset
|
410 |
|
79
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
411 |
#footer { |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
412 |
clear: both; |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
413 |
text-align: center; |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
414 |
margin-top: 3.5em; |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
415 |
margin-bottom: 1em; |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
416 |
background-image: url("http://www.google.com/images/art.gif"); |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
417 |
height: 53px; |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
418 |
background-repeat: no-repeat; |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
419 |
background-position: left center; |
1411
92ced55eb16f
Footer of melange now resizes properly.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
1372
diff
changeset
|
420 |
padding-left: 125px; |
79
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
421 |
} |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
422 |
|
423
25665d645fa8
Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents:
376
diff
changeset
|
423 |
#footer .text { |
25665d645fa8
Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents:
376
diff
changeset
|
424 |
padding-top: 20px; |
25665d645fa8
Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents:
376
diff
changeset
|
425 |
} |
79
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
426 |
|
450
365c2cc68bd7
Making the docs template prettier
Dmitri Gaskin <dmitrig01@gmail.com>
parents:
449
diff
changeset
|
427 |
#created { |
584
ba8a624506e5
Adds and uses a modified_by property in models/work.py
Lennard de Rijk <ljvderijk@gmail.com>
parents:
472
diff
changeset
|
428 |
font-size: x-small; |
ba8a624506e5
Adds and uses a modified_by property in models/work.py
Lennard de Rijk <ljvderijk@gmail.com>
parents:
472
diff
changeset
|
429 |
color:#C0C0C0; |
ba8a624506e5
Adds and uses a modified_by property in models/work.py
Lennard de Rijk <ljvderijk@gmail.com>
parents:
472
diff
changeset
|
430 |
text-align: right; |
239
497da2d890ff
Some styles used by r671, the simplistic Document view.
Todd Larsen <tlarsen@google.com>
parents:
217
diff
changeset
|
431 |
} |
497da2d890ff
Some styles used by r671, the simplistic Document view.
Todd Larsen <tlarsen@google.com>
parents:
217
diff
changeset
|
432 |
|
1152
b82caf7bb17c
Add Google Maps integration for Role profiles create/edit views.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
1120
diff
changeset
|
433 |
/* Google Map */ |
b82caf7bb17c
Add Google Maps integration for Role profiles create/edit views.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
1120
diff
changeset
|
434 |
#role_profile_map { |
b82caf7bb17c
Add Google Maps integration for Role profiles create/edit views.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
1120
diff
changeset
|
435 |
height: 240px; |
b82caf7bb17c
Add Google Maps integration for Role profiles create/edit views.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
1120
diff
changeset
|
436 |
width: 320px; |
b82caf7bb17c
Add Google Maps integration for Role profiles create/edit views.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
1120
diff
changeset
|
437 |
} |
b82caf7bb17c
Add Google Maps integration for Role profiles create/edit views.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
1120
diff
changeset
|
438 |
|
2271
6519029b444f
Added map of accepted student proposals to mentors to the org home page.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
2085
diff
changeset
|
439 |
#org_home_extras { |
6519029b444f
Added map of accepted student proposals to mentors to the org home page.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
2085
diff
changeset
|
440 |
margin:2em 0em 2em; |
6519029b444f
Added map of accepted student proposals to mentors to the org home page.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
2085
diff
changeset
|
441 |
min-height:500px; |
6519029b444f
Added map of accepted student proposals to mentors to the org home page.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
2085
diff
changeset
|
442 |
} |
6519029b444f
Added map of accepted student proposals to mentors to the org home page.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
2085
diff
changeset
|
443 |
|
6519029b444f
Added map of accepted student proposals to mentors to the org home page.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
2085
diff
changeset
|
444 |
/* Organization home gmap */ |
6519029b444f
Added map of accepted student proposals to mentors to the org home page.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
2085
diff
changeset
|
445 |
#org_home_map { |
6519029b444f
Added map of accepted student proposals to mentors to the org home page.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
2085
diff
changeset
|
446 |
height: 500px; |
2701
37abba547f8b
Organization home page map dimensions now fit the world.
Mario Ferraro <fadinlight@gmail.com>
parents:
2697
diff
changeset
|
447 |
width: 550px; |
37abba547f8b
Organization home page map dimensions now fit the world.
Mario Ferraro <fadinlight@gmail.com>
parents:
2697
diff
changeset
|
448 |
margin: 0 auto; |
2271
6519029b444f
Added map of accepted student proposals to mentors to the org home page.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
2085
diff
changeset
|
449 |
} |
6519029b444f
Added map of accepted student proposals to mentors to the org home page.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
2085
diff
changeset
|
450 |
|
89
5decd7730e02
Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents:
83
diff
changeset
|
451 |
/* SIDEBAR MENU */ |
79
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
452 |
#side { |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
453 |
width: 200px; |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
454 |
margin-bottom: 3em; |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
455 |
float: left; |
246
5d2df032e19e
Shrink the sidebar menu separately from the main body text.
Todd Larsen <tlarsen@google.com>
parents:
239
diff
changeset
|
456 |
font-size: small; |
79
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
457 |
} |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
458 |
|
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
459 |
#menu ul { |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
460 |
margin: 0; |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
461 |
padding: 0; |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
462 |
list-style-type: none; |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
463 |
margin-bottom: 1em; |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
464 |
font-size: 95%; |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
465 |
} |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
466 |
|
423
25665d645fa8
Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents:
376
diff
changeset
|
467 |
#menu ul ul { |
25665d645fa8
Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents:
376
diff
changeset
|
468 |
margin-left: 10px; |
25665d645fa8
Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents:
376
diff
changeset
|
469 |
margin-bottom: 0; |
25665d645fa8
Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents:
376
diff
changeset
|
470 |
} |
79
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
471 |
|
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
472 |
#menu li { |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
473 |
margin-top: 4px; |
423
25665d645fa8
Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents:
376
diff
changeset
|
474 |
list-style-type: none; |
25665d645fa8
Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents:
376
diff
changeset
|
475 |
list-style-image: none; |
25665d645fa8
Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents:
376
diff
changeset
|
476 |
} |
25665d645fa8
Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents:
376
diff
changeset
|
477 |
|
449
a4dc4c9e7356
Allowing + and - to be clicked in the menu
Dmitri Gaskin <dmitrig01@gmail.com>
parents:
426
diff
changeset
|
478 |
#menu img { |
a4dc4c9e7356
Allowing + and - to be clicked in the menu
Dmitri Gaskin <dmitrig01@gmail.com>
parents:
426
diff
changeset
|
479 |
margin-right: 4px; |
423
25665d645fa8
Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents:
376
diff
changeset
|
480 |
} |
25665d645fa8
Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents:
376
diff
changeset
|
481 |
|
449
a4dc4c9e7356
Allowing + and - to be clicked in the menu
Dmitri Gaskin <dmitrig01@gmail.com>
parents:
426
diff
changeset
|
482 |
#menu li.leaf { |
a4dc4c9e7356
Allowing + and - to be clicked in the menu
Dmitri Gaskin <dmitrig01@gmail.com>
parents:
426
diff
changeset
|
483 |
padding-left: 14px; |
423
25665d645fa8
Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents:
376
diff
changeset
|
484 |
} |
25665d645fa8
Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents:
376
diff
changeset
|
485 |
|
79
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
486 |
#menu h4 { |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
487 |
margin: 0; |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
488 |
padding: 0; |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
489 |
margin-bottom: 1em; |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
490 |
} |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
491 |
|
1678
80411f57f31a
Added comment support, but don't enable it
Sverre Rabbelier <srabbelier@gmail.com>
parents:
1540
diff
changeset
|
492 |
/* */ |
80411f57f31a
Added comment support, but don't enable it
Sverre Rabbelier <srabbelier@gmail.com>
parents:
1540
diff
changeset
|
493 |
|
1120
2b5c976e7edd
Add an 'unread' style and add 'new document' link for user
Sverre Rabbelier <srabbelier@gmail.com>
parents:
941
diff
changeset
|
494 |
span.unread { |
2b5c976e7edd
Add an 'unread' style and add 'new document' link for user
Sverre Rabbelier <srabbelier@gmail.com>
parents:
941
diff
changeset
|
495 |
font-weight: bold; |
2b5c976e7edd
Add an 'unread' style and add 'new document' link for user
Sverre Rabbelier <srabbelier@gmail.com>
parents:
941
diff
changeset
|
496 |
color: #FF0000; |
2b5c976e7edd
Add an 'unread' style and add 'new document' link for user
Sverre Rabbelier <srabbelier@gmail.com>
parents:
941
diff
changeset
|
497 |
} |
2b5c976e7edd
Add an 'unread' style and add 'new document' link for user
Sverre Rabbelier <srabbelier@gmail.com>
parents:
941
diff
changeset
|
498 |
|
1678
80411f57f31a
Added comment support, but don't enable it
Sverre Rabbelier <srabbelier@gmail.com>
parents:
1540
diff
changeset
|
499 |
span.edited { |
80411f57f31a
Added comment support, but don't enable it
Sverre Rabbelier <srabbelier@gmail.com>
parents:
1540
diff
changeset
|
500 |
color: #808080; |
80411f57f31a
Added comment support, but don't enable it
Sverre Rabbelier <srabbelier@gmail.com>
parents:
1540
diff
changeset
|
501 |
} |
1818
fec380dac186
Moved stylesheet to mitigate overenthousiastic browser caching.
Sverre Rabbelier <srabbelier@gmail.com>
parents:
1817
diff
changeset
|
502 |
|
fec380dac186
Moved stylesheet to mitigate overenthousiastic browser caching.
Sverre Rabbelier <srabbelier@gmail.com>
parents:
1817
diff
changeset
|
503 |
/* SEARCH FIELD */ |
79
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
504 |
#search { |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
505 |
margin-top: 2em; |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
506 |
} |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
507 |
|
423
25665d645fa8
Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents:
376
diff
changeset
|
508 |
#search .header { |
25665d645fa8
Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents:
376
diff
changeset
|
509 |
font-weight: bold; |
25665d645fa8
Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents:
376
diff
changeset
|
510 |
font-size: 90%; |
25665d645fa8
Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents:
376
diff
changeset
|
511 |
margin-bottom: 1px; |
25665d645fa8
Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents:
376
diff
changeset
|
512 |
} |
79
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
513 |
|
423
25665d645fa8
Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents:
376
diff
changeset
|
514 |
#search .button { |
25665d645fa8
Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents:
376
diff
changeset
|
515 |
margin-top: 1px; |
25665d645fa8
Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents:
376
diff
changeset
|
516 |
} |
79
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
517 |
|
423
25665d645fa8
Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents:
376
diff
changeset
|
518 |
#search .input input { |
25665d645fa8
Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents:
376
diff
changeset
|
519 |
width: 125px; |
25665d645fa8
Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents:
376
diff
changeset
|
520 |
} |
79
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
521 |
|
185
2f3bd84bb106
Add list_helpers functions that are going to be used when rendering list views like (Users List, Sponsors List etc).
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
182
diff
changeset
|
522 |
/* BLOG FEEDS */ |
79
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
523 |
.blog { |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
524 |
border: 10px solid #e5ecf9; |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
525 |
border-top: 1px solid #3366cc; |
42
7878a389d558
Updated version of proto.css that defines some "form field" table cell styles
Todd Larsen <tlarsen@google.com>
parents:
31
diff
changeset
|
526 |
} |
7878a389d558
Updated version of proto.css that defines some "form field" table cell styles
Todd Larsen <tlarsen@google.com>
parents:
31
diff
changeset
|
527 |
|
79
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
528 |
.blog h2 { |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
529 |
margin-top: 0.1em; |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
530 |
background-color: #e5ecf9; |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
531 |
} |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
532 |
|
423
25665d645fa8
Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents:
376
diff
changeset
|
533 |
.blog h2 a { |
25665d645fa8
Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents:
376
diff
changeset
|
534 |
text-decoration: none; |
25665d645fa8
Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents:
376
diff
changeset
|
535 |
color: black; |
25665d645fa8
Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents:
376
diff
changeset
|
536 |
} |
89
5decd7730e02
Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents:
83
diff
changeset
|
537 |
|
423
25665d645fa8
Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents:
376
diff
changeset
|
538 |
.blog h2 a:visited { |
25665d645fa8
Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents:
376
diff
changeset
|
539 |
text-decoration: none; |
25665d645fa8
Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents:
376
diff
changeset
|
540 |
color: black; |
25665d645fa8
Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents:
376
diff
changeset
|
541 |
} |
89
5decd7730e02
Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents:
83
diff
changeset
|
542 |
|
79
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
543 |
|
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
544 |
.blog .entry { |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
545 |
margin-bottom: 1em; |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
546 |
} |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
547 |
|
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
548 |
.blog .title { |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
549 |
font-size: medium; |
42
7878a389d558
Updated version of proto.css that defines some "form field" table cell styles
Todd Larsen <tlarsen@google.com>
parents:
31
diff
changeset
|
550 |
} |
79
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
551 |
|
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
552 |
.blog .author { |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
553 |
color: gray; |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
554 |
margin-bottom: 0.5em; |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
555 |
} |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
556 |
|
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
557 |
.blog .snippet { |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
558 |
background-color: white; |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
559 |
} |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
560 |
|
185
2f3bd84bb106
Add list_helpers functions that are going to be used when rendering list views like (Users List, Sponsors List etc).
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
182
diff
changeset
|
561 |
/* LIST */ |
2f3bd84bb106
Add list_helpers functions that are going to be used when rendering list views like (Users List, Sponsors List etc).
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
182
diff
changeset
|
562 |
.list { |
2f3bd84bb106
Add list_helpers functions that are going to be used when rendering list views like (Users List, Sponsors List etc).
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
182
diff
changeset
|
563 |
background-color: #E5ECF9; |
2f3bd84bb106
Add list_helpers functions that are going to be used when rendering list views like (Users List, Sponsors List etc).
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
182
diff
changeset
|
564 |
border: 1px solid #93b7fa; |
2f3bd84bb106
Add list_helpers functions that are going to be used when rendering list views like (Users List, Sponsors List etc).
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
182
diff
changeset
|
565 |
border-bottom: 2px solid #93b7fa; |
2f3bd84bb106
Add list_helpers functions that are going to be used when rendering list views like (Users List, Sponsors List etc).
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
182
diff
changeset
|
566 |
padding: 3px; |
2f3bd84bb106
Add list_helpers functions that are going to be used when rendering list views like (Users List, Sponsors List etc).
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
182
diff
changeset
|
567 |
-moz-border-radius: 5px 5px 0px 0px; |
2f3bd84bb106
Add list_helpers functions that are going to be used when rendering list views like (Users List, Sponsors List etc).
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
182
diff
changeset
|
568 |
} |
2f3bd84bb106
Add list_helpers functions that are going to be used when rendering list views like (Users List, Sponsors List etc).
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
182
diff
changeset
|
569 |
|
423
25665d645fa8
Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents:
376
diff
changeset
|
570 |
.list .pagination { |
25665d645fa8
Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents:
376
diff
changeset
|
571 |
text-align: right; |
25665d645fa8
Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents:
376
diff
changeset
|
572 |
padding: 3px; |
25665d645fa8
Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents:
376
diff
changeset
|
573 |
} |
25665d645fa8
Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents:
376
diff
changeset
|
574 |
|
25665d645fa8
Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents:
376
diff
changeset
|
575 |
.list table{ |
25665d645fa8
Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents:
376
diff
changeset
|
576 |
background-color: white; |
25665d645fa8
Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents:
376
diff
changeset
|
577 |
} |
1818
fec380dac186
Moved stylesheet to mitigate overenthousiastic browser caching.
Sverre Rabbelier <srabbelier@gmail.com>
parents:
1817
diff
changeset
|
578 |
|
423
25665d645fa8
Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents:
376
diff
changeset
|
579 |
.list table th { |
25665d645fa8
Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents:
376
diff
changeset
|
580 |
background-color: #eeeeec; |
25665d645fa8
Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents:
376
diff
changeset
|
581 |
border-right: 1px solid lightgray; |
25665d645fa8
Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents:
376
diff
changeset
|
582 |
border-top: 1px solid lightgray; |
25665d645fa8
Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents:
376
diff
changeset
|
583 |
} |
185
2f3bd84bb106
Add list_helpers functions that are going to be used when rendering list views like (Users List, Sponsors List etc).
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
182
diff
changeset
|
584 |
|
423
25665d645fa8
Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents:
376
diff
changeset
|
585 |
.list table tr.on { |
25665d645fa8
Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents:
376
diff
changeset
|
586 |
background-color: #ff9; |
2284
e7bb719e2539
Fix Issue 389 (Clicking list entry will not open new tab/window).
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
2272
diff
changeset
|
587 |
cursor: hand; |
e7bb719e2539
Fix Issue 389 (Clicking list entry will not open new tab/window).
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
2272
diff
changeset
|
588 |
cursor: pointer; |
423
25665d645fa8
Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents:
376
diff
changeset
|
589 |
} |
185
2f3bd84bb106
Add list_helpers functions that are going to be used when rendering list views like (Users List, Sponsors List etc).
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
182
diff
changeset
|
590 |
|
423
25665d645fa8
Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents:
376
diff
changeset
|
591 |
.list table tr.off { |
25665d645fa8
Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents:
376
diff
changeset
|
592 |
background-color: #fff; |
25665d645fa8
Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents:
376
diff
changeset
|
593 |
} |
185
2f3bd84bb106
Add list_helpers functions that are going to be used when rendering list views like (Users List, Sponsors List etc).
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
182
diff
changeset
|
594 |
|
423
25665d645fa8
Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents:
376
diff
changeset
|
595 |
.list table td.last { |
25665d645fa8
Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents:
376
diff
changeset
|
596 |
border-right: 1px solid lightgray; |
25665d645fa8
Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents:
376
diff
changeset
|
597 |
} |
185
2f3bd84bb106
Add list_helpers functions that are going to be used when rendering list views like (Users List, Sponsors List etc).
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
182
diff
changeset
|
598 |
|
423
25665d645fa8
Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents:
376
diff
changeset
|
599 |
.list table .first { |
25665d645fa8
Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents:
376
diff
changeset
|
600 |
border-left: 1px solid lightgray; |
25665d645fa8
Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents:
376
diff
changeset
|
601 |
} |
185
2f3bd84bb106
Add list_helpers functions that are going to be used when rendering list views like (Users List, Sponsors List etc).
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
182
diff
changeset
|
602 |
|
2284
e7bb719e2539
Fix Issue 389 (Clicking list entry will not open new tab/window).
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
2272
diff
changeset
|
603 |
.list table td.no_hand { |
e7bb719e2539
Fix Issue 389 (Clicking list entry will not open new tab/window).
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
2272
diff
changeset
|
604 |
cursor: default; |
e7bb719e2539
Fix Issue 389 (Clicking list entry will not open new tab/window).
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
2272
diff
changeset
|
605 |
} |
e7bb719e2539
Fix Issue 389 (Clicking list entry will not open new tab/window).
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
2272
diff
changeset
|
606 |
|
1818
fec380dac186
Moved stylesheet to mitigate overenthousiastic browser caching.
Sverre Rabbelier <srabbelier@gmail.com>
parents:
1817
diff
changeset
|
607 |
/* |
1916
71b3f3521a10
Fixed layout for StudentProposal reviews.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
1915
diff
changeset
|
608 |
* STUDENT PROPOSAL REVIEWS |
89
5decd7730e02
Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents:
83
diff
changeset
|
609 |
*/ |
1916
71b3f3521a10
Fixed layout for StudentProposal reviews.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
1915
diff
changeset
|
610 |
.studentproposalreview { |
71b3f3521a10
Fixed layout for StudentProposal reviews.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
1915
diff
changeset
|
611 |
font-size: small; |
71b3f3521a10
Fixed layout for StudentProposal reviews.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
1915
diff
changeset
|
612 |
} |
71b3f3521a10
Fixed layout for StudentProposal reviews.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
1915
diff
changeset
|
613 |
|
71b3f3521a10
Fixed layout for StudentProposal reviews.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
1915
diff
changeset
|
614 |
.studentproposalreview .title { |
71b3f3521a10
Fixed layout for StudentProposal reviews.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
1915
diff
changeset
|
615 |
background-color: #e5ecf9; |
71b3f3521a10
Fixed layout for StudentProposal reviews.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
1915
diff
changeset
|
616 |
} |
79
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
617 |
|
1896
b99f448e983e
Added background color for StudentProposal reviews to the .css file.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
1818
diff
changeset
|
618 |
.studentproposalreview .student{ |
b99f448e983e
Added background color for StudentProposal reviews to the .css file.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
1818
diff
changeset
|
619 |
background: #d0f5a9; |
b99f448e983e
Added background color for StudentProposal reviews to the .css file.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
1818
diff
changeset
|
620 |
} |
b99f448e983e
Added background color for StudentProposal reviews to the .css file.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
1818
diff
changeset
|
621 |
|
2085
2f04b8ec3b96
Use different colors for public/private comment widget
Sverre Rabbelier <srabbelier@gmail.com>
parents:
2026
diff
changeset
|
622 |
.studentproposalcomment-public, |
2f04b8ec3b96
Use different colors for public/private comment widget
Sverre Rabbelier <srabbelier@gmail.com>
parents:
2026
diff
changeset
|
623 |
.studentproposalreview-public .other { |
1896
b99f448e983e
Added background color for StudentProposal reviews to the .css file.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
1818
diff
changeset
|
624 |
background: #f5f6ce; |
b99f448e983e
Added background color for StudentProposal reviews to the .css file.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
1818
diff
changeset
|
625 |
} |
b99f448e983e
Added background color for StudentProposal reviews to the .css file.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
1818
diff
changeset
|
626 |
|
2085
2f04b8ec3b96
Use different colors for public/private comment widget
Sverre Rabbelier <srabbelier@gmail.com>
parents:
2026
diff
changeset
|
627 |
.studentproposalcomment-private, |
2f04b8ec3b96
Use different colors for public/private comment widget
Sverre Rabbelier <srabbelier@gmail.com>
parents:
2026
diff
changeset
|
628 |
.studentproposalreview-private .other { |
2f04b8ec3b96
Use different colors for public/private comment widget
Sverre Rabbelier <srabbelier@gmail.com>
parents:
2026
diff
changeset
|
629 |
background: #D2EDF6; |
2f04b8ec3b96
Use different colors for public/private comment widget
Sverre Rabbelier <srabbelier@gmail.com>
parents:
2026
diff
changeset
|
630 |
} |
2f04b8ec3b96
Use different colors for public/private comment widget
Sverre Rabbelier <srabbelier@gmail.com>
parents:
2026
diff
changeset
|
631 |
|
1916
71b3f3521a10
Fixed layout for StudentProposal reviews.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
1915
diff
changeset
|
632 |
/* |
71b3f3521a10
Fixed layout for StudentProposal reviews.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
1915
diff
changeset
|
633 |
* CUSTOM CLASSES |
71b3f3521a10
Fixed layout for StudentProposal reviews.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
1915
diff
changeset
|
634 |
*/ |
71b3f3521a10
Fixed layout for StudentProposal reviews.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
1915
diff
changeset
|
635 |
|
1927
69a69eaee48d
Added a new custom class and fixed the base template css reference.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
1925
diff
changeset
|
636 |
.assignedslot { |
69a69eaee48d
Added a new custom class and fixed the base template css reference.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
1925
diff
changeset
|
637 |
background-color: #d0f5a9; |
69a69eaee48d
Added a new custom class and fixed the base template css reference.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
1925
diff
changeset
|
638 |
} |
69a69eaee48d
Added a new custom class and fixed the base template css reference.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
1925
diff
changeset
|
639 |
|
79
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
640 |
.todo { |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
641 |
color: #cc0000; |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
642 |
font-size: 80%; |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
643 |
} |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
644 |
|
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
645 |
.newmark { |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
646 |
color: red; |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
647 |
font-size: 80%; |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
648 |
vertical-align: top; |
58001ec7720c
Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
62
diff
changeset
|
649 |
} |
121
50f0999aee66
This CSS change belonged with soc/templates/soc/error.html committed in r454.
Todd Larsen <tlarsen@google.com>
parents:
96
diff
changeset
|
650 |
|
50f0999aee66
This CSS change belonged with soc/templates/soc/error.html committed in r454.
Todd Larsen <tlarsen@google.com>
parents:
96
diff
changeset
|
651 |
.error { |
50f0999aee66
This CSS change belonged with soc/templates/soc/error.html committed in r454.
Todd Larsen <tlarsen@google.com>
parents:
96
diff
changeset
|
652 |
color: red; |
50f0999aee66
This CSS change belonged with soc/templates/soc/error.html committed in r454.
Todd Larsen <tlarsen@google.com>
parents:
96
diff
changeset
|
653 |
} |
182
72f193fb5633
Add rounded corners graphics. Add .notice class and rounded corners classes to soc.css file, those will be used to better visualize submit_message like "Profile saved.".
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
163
diff
changeset
|
654 |
|
838
58da949dd64c
Set notice width to 450px. It was way too long. Notice is displayed with help text on yellow background in User profile.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
584
diff
changeset
|
655 |
.notice { |
1818
fec380dac186
Moved stylesheet to mitigate overenthousiastic browser caching.
Sverre Rabbelier <srabbelier@gmail.com>
parents:
1817
diff
changeset
|
656 |
background:#fad163; |
852
c94bf642be8d
Replace css class 'notice' that is used in User profile template field help text with new 'fieldhelptext' class. Notice is part of CSS for notification bar and we want width limit just for field help text not for notification bar text.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
838
diff
changeset
|
657 |
font-size: small; |
c94bf642be8d
Replace css class 'notice' that is used in User profile template field help text with new 'fieldhelptext' class. Notice is part of CSS for notification bar and we want width limit just for field help text not for notification bar text.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
838
diff
changeset
|
658 |
font-weight: bold; |
c94bf642be8d
Replace css class 'notice' that is used in User profile template field help text with new 'fieldhelptext' class. Notice is part of CSS for notification bar and we want width limit just for field help text not for notification bar text.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
838
diff
changeset
|
659 |
} |
c94bf642be8d
Replace css class 'notice' that is used in User profile template field help text with new 'fieldhelptext' class. Notice is part of CSS for notification bar and we want width limit just for field help text not for notification bar text.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
838
diff
changeset
|
660 |
|
c94bf642be8d
Replace css class 'notice' that is used in User profile template field help text with new 'fieldhelptext' class. Notice is part of CSS for notification bar and we want width limit just for field help text not for notification bar text.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
838
diff
changeset
|
661 |
.fieldhelptext { |
838
58da949dd64c
Set notice width to 450px. It was way too long. Notice is displayed with help text on yellow background in User profile.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
584
diff
changeset
|
662 |
width: 450px; |
1818
fec380dac186
Moved stylesheet to mitigate overenthousiastic browser caching.
Sverre Rabbelier <srabbelier@gmail.com>
parents:
1817
diff
changeset
|
663 |
background:#fad163; |
288
46cd7361dcc4
Add #notice class declaration in soc.css for upcoming notification bar.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
250
diff
changeset
|
664 |
font-size: small; |
1369
0be1f471413c
Make the web forms look a little nicer.
Tim Ansell <mithro@gmail.com>
parents:
1307
diff
changeset
|
665 |
border: 1px solid black; |
182
72f193fb5633
Add rounded corners graphics. Add .notice class and rounded corners classes to soc.css file, those will be used to better visualize submit_message like "Profile saved.".
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
163
diff
changeset
|
666 |
} |
72f193fb5633
Add rounded corners graphics. Add .notice class and rounded corners classes to soc.css file, those will be used to better visualize submit_message like "Profile saved.".
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
163
diff
changeset
|
667 |
|
72f193fb5633
Add rounded corners graphics. Add .notice class and rounded corners classes to soc.css file, those will be used to better visualize submit_message like "Profile saved.".
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
163
diff
changeset
|
668 |
.rounded_ul { background: url(/soc/content/images/ul.gif) no-repeat top left; } |
72f193fb5633
Add rounded corners graphics. Add .notice class and rounded corners classes to soc.css file, those will be used to better visualize submit_message like "Profile saved.".
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
163
diff
changeset
|
669 |
.rounded_ur { background: url(/soc/content/images/ur.gif) no-repeat top right; } |
72f193fb5633
Add rounded corners graphics. Add .notice class and rounded corners classes to soc.css file, those will be used to better visualize submit_message like "Profile saved.".
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
163
diff
changeset
|
670 |
.rounded_ll { background: url(/soc/content/images/ll.gif) no-repeat bottom left; } |
185
2f3bd84bb106
Add list_helpers functions that are going to be used when rendering list views like (Users List, Sponsors List etc).
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
182
diff
changeset
|
671 |
.rounded_lr { background: url(/soc/content/images/lr.gif) no-repeat bottom right; } |
2f3bd84bb106
Add list_helpers functions that are going to be used when rendering list views like (Users List, Sponsors List etc).
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
182
diff
changeset
|
672 |
|
2f3bd84bb106
Add list_helpers functions that are going to be used when rendering list views like (Users List, Sponsors List etc).
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
182
diff
changeset
|
673 |
/* Disabled text. */ |
2f3bd84bb106
Add list_helpers functions that are going to be used when rendering list views like (Users List, Sponsors List etc).
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
182
diff
changeset
|
674 |
.disabled { |
2f3bd84bb106
Add list_helpers functions that are going to be used when rendering list views like (Users List, Sponsors List etc).
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
182
diff
changeset
|
675 |
color: gray; |
2f3bd84bb106
Add list_helpers functions that are going to be used when rendering list views like (Users List, Sponsors List etc).
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
182
diff
changeset
|
676 |
} |
2f3bd84bb106
Add list_helpers functions that are going to be used when rendering list views like (Users List, Sponsors List etc).
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
182
diff
changeset
|
677 |
|
1158
eefda5105ecd
ReadOnlyInput widget now shows text instead of a greyed-out input box.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
1152
diff
changeset
|
678 |
.plaintext { |
1170
514eedb1f530
Fix missing indention in css file.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
1158
diff
changeset
|
679 |
background:transparent none repeat scroll 0 0; |
514eedb1f530
Fix missing indention in css file.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
1158
diff
changeset
|
680 |
border:0 none; |
514eedb1f530
Fix missing indention in css file.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
1158
diff
changeset
|
681 |
color:black; |
1158
eefda5105ecd
ReadOnlyInput widget now shows text instead of a greyed-out input box.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
1152
diff
changeset
|
682 |
} |
2425
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
683 |
|
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
684 |
/* Surveys */ |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
685 |
|
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
686 |
|
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
687 |
div #survey_widget { |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
688 |
margin: 20px; |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
689 |
-moz-border-radius: 5px; |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
690 |
-webkit-border-radius: 5px; |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
691 |
background-color: #FFFEEB; |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
692 |
border: 5px solid #F7CA75; |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
693 |
padding: 15px; |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
694 |
/*max-width: 700px;*/ |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
695 |
} |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
696 |
|
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
697 |
|
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
698 |
div #survey_widget.survey_admin { |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
699 |
/* TODO(ajaksu) remove if unnecessary */ |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
700 |
} |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
701 |
|
2560
a944c0169ad8
Added ability to add custom tooltips and UI improvements.
Daniel Diniz <ajaksu@gmail.com>
parents:
2557
diff
changeset
|
702 |
div #survey_widget table { |
2570 | 703 |
width:95% |
2425
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
704 |
} |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
705 |
|
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
706 |
div #survey_widget th, |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
707 |
div #survey_widget td { |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
708 |
padding-top: 15px; |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
709 |
} |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
710 |
|
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
711 |
/* fields */ |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
712 |
|
2560
a944c0169ad8
Added ability to add custom tooltips and UI improvements.
Daniel Diniz <ajaksu@gmail.com>
parents:
2557
diff
changeset
|
713 |
div #survey_widget textarea.long_answer { |
2425
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
714 |
padding: 10px; |
2560
a944c0169ad8
Added ability to add custom tooltips and UI improvements.
Daniel Diniz <ajaksu@gmail.com>
parents:
2557
diff
changeset
|
715 |
} |
a944c0169ad8
Added ability to add custom tooltips and UI improvements.
Daniel Diniz <ajaksu@gmail.com>
parents:
2557
diff
changeset
|
716 |
|
a944c0169ad8
Added ability to add custom tooltips and UI improvements.
Daniel Diniz <ajaksu@gmail.com>
parents:
2557
diff
changeset
|
717 |
div #survey_widget textarea.tooltip_entry { |
a944c0169ad8
Added ability to add custom tooltips and UI improvements.
Daniel Diniz <ajaksu@gmail.com>
parents:
2557
diff
changeset
|
718 |
padding: 10px; |
a944c0169ad8
Added ability to add custom tooltips and UI improvements.
Daniel Diniz <ajaksu@gmail.com>
parents:
2557
diff
changeset
|
719 |
width: 80%; |
2425
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
720 |
} |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
721 |
|
2570 | 722 |
div #survey_widget textarea { |
723 |
width: 90% !important; |
|
2425
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
724 |
} |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
725 |
|
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
726 |
div #survey_widget td.formfieldlabel { |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
727 |
font-size: medium; |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
728 |
} |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
729 |
|
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
730 |
#survey_widget.view input[disabled="disabled"], |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
731 |
#survey_widget.view textarea[disabled="disabled"], |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
732 |
#survey_widget.view select[disabled="disabled"], |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
733 |
#survey_widget.view option { |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
734 |
color: black; |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
735 |
} |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
736 |
|
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
737 |
#survey_widget.quant_radio input, |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
738 |
#survey_widget.quant_radio label { |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
739 |
margin: 4px; |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
740 |
} |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
741 |
|
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
742 |
/* options */ |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
743 |
|
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
744 |
div #survey_options button { |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
745 |
display: block; |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
746 |
margin: 10px 0 0; |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
747 |
} |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
748 |
|
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
749 |
div #survey_options { |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
750 |
margin: 20px 0 0 0; |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
751 |
} |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
752 |
|
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
753 |
div #survey_widget a.delete { |
2526
8f29bfb9eb52
Survey editing/taking Javascript and CSS fixes.
James Levy <jamesalexanderlevy@gmail.com>
parents:
2426
diff
changeset
|
754 |
float:left; |
8f29bfb9eb52
Survey editing/taking Javascript and CSS fixes.
James Levy <jamesalexanderlevy@gmail.com>
parents:
2426
diff
changeset
|
755 |
margin:-1px 7px; |
2425
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
756 |
} |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
757 |
|
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
758 |
div #survey_widget th label { |
2570 | 759 |
/*display: block;*/ |
2425
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
760 |
max-width: 180px; |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
761 |
} |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
762 |
|
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
763 |
div #survey_widget tr.role-specific label { |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
764 |
color: #666666; |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
765 |
} |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
766 |
|
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
767 |
|
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
768 |
span.formfieldlabel { |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
769 |
font-weight: bold; |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
770 |
font-size: small; |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
771 |
} |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
772 |
|
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
773 |
.sortable_li { |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
774 |
border: solid 1px !important; |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
775 |
padding: 5px !important; |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
776 |
} |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
777 |
|
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
778 |
.sortable_li, |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
779 |
div #survey_widget fieldset { |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
780 |
-moz-border-radius: 5px; |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
781 |
-webkit-border-radius: 5px; |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
782 |
} |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
783 |
|
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
784 |
div #survey_widget select { |
2570 | 785 |
display: inline; |
2425
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
786 |
} |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
787 |
|
2526
8f29bfb9eb52
Survey editing/taking Javascript and CSS fixes.
James Levy <jamesalexanderlevy@gmail.com>
parents:
2426
diff
changeset
|
788 |
div #survey_widget td { |
8f29bfb9eb52
Survey editing/taking Javascript and CSS fixes.
James Levy <jamesalexanderlevy@gmail.com>
parents:
2426
diff
changeset
|
789 |
} |
8f29bfb9eb52
Survey editing/taking Javascript and CSS fixes.
James Levy <jamesalexanderlevy@gmail.com>
parents:
2426
diff
changeset
|
790 |
|
8f29bfb9eb52
Survey editing/taking Javascript and CSS fixes.
James Levy <jamesalexanderlevy@gmail.com>
parents:
2426
diff
changeset
|
791 |
div #survey_widget label { |
8f29bfb9eb52
Survey editing/taking Javascript and CSS fixes.
James Levy <jamesalexanderlevy@gmail.com>
parents:
2426
diff
changeset
|
792 |
} |
8f29bfb9eb52
Survey editing/taking Javascript and CSS fixes.
James Levy <jamesalexanderlevy@gmail.com>
parents:
2426
diff
changeset
|
793 |
|
8f29bfb9eb52
Survey editing/taking Javascript and CSS fixes.
James Levy <jamesalexanderlevy@gmail.com>
parents:
2426
diff
changeset
|
794 |
div #survey_widget fieldset select { |
8f29bfb9eb52
Survey editing/taking Javascript and CSS fixes.
James Levy <jamesalexanderlevy@gmail.com>
parents:
2426
diff
changeset
|
795 |
} |
8f29bfb9eb52
Survey editing/taking Javascript and CSS fixes.
James Levy <jamesalexanderlevy@gmail.com>
parents:
2426
diff
changeset
|
796 |
|
8f29bfb9eb52
Survey editing/taking Javascript and CSS fixes.
James Levy <jamesalexanderlevy@gmail.com>
parents:
2426
diff
changeset
|
797 |
div #survey_widget fieldset textarea, |
8f29bfb9eb52
Survey editing/taking Javascript and CSS fixes.
James Levy <jamesalexanderlevy@gmail.com>
parents:
2426
diff
changeset
|
798 |
div #survey_widget fieldset input { |
8f29bfb9eb52
Survey editing/taking Javascript and CSS fixes.
James Levy <jamesalexanderlevy@gmail.com>
parents:
2426
diff
changeset
|
799 |
margin: 10px; |
8f29bfb9eb52
Survey editing/taking Javascript and CSS fixes.
James Levy <jamesalexanderlevy@gmail.com>
parents:
2426
diff
changeset
|
800 |
} |
8f29bfb9eb52
Survey editing/taking Javascript and CSS fixes.
James Levy <jamesalexanderlevy@gmail.com>
parents:
2426
diff
changeset
|
801 |
|
2557
cba50e22ff6b
Use CSS instead of JS for Survey layout.
James Levy <jamesalexanderlevy@gmail.com>
parents:
2526
diff
changeset
|
802 |
div #survey_widget textarea.comment{ |
2570 | 803 |
margin-bottom: 30px; |
2557
cba50e22ff6b
Use CSS instead of JS for Survey layout.
James Levy <jamesalexanderlevy@gmail.com>
parents:
2526
diff
changeset
|
804 |
} |
cba50e22ff6b
Use CSS instead of JS for Survey layout.
James Levy <jamesalexanderlevy@gmail.com>
parents:
2526
diff
changeset
|
805 |
|
2526
8f29bfb9eb52
Survey editing/taking Javascript and CSS fixes.
James Levy <jamesalexanderlevy@gmail.com>
parents:
2426
diff
changeset
|
806 |
div #survey_widget td > fieldset > label { |
8f29bfb9eb52
Survey editing/taking Javascript and CSS fixes.
James Levy <jamesalexanderlevy@gmail.com>
parents:
2426
diff
changeset
|
807 |
font-size: 11px; |
8f29bfb9eb52
Survey editing/taking Javascript and CSS fixes.
James Levy <jamesalexanderlevy@gmail.com>
parents:
2426
diff
changeset
|
808 |
} |
8f29bfb9eb52
Survey editing/taking Javascript and CSS fixes.
James Levy <jamesalexanderlevy@gmail.com>
parents:
2426
diff
changeset
|
809 |
|
2570 | 810 |
.ui-dialog-content { |
811 |
padding: 0px !important; |
|
812 |
margin: 5px !important; |
|
813 |
} |
|
2526
8f29bfb9eb52
Survey editing/taking Javascript and CSS fixes.
James Levy <jamesalexanderlevy@gmail.com>
parents:
2426
diff
changeset
|
814 |
|
2425
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
815 |
#dialog { |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
816 |
font-size: 62.5%; |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
817 |
} |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
818 |
|
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
819 |
#dialog input { |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
820 |
margin: 5px; |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
821 |
} |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
822 |
|
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
823 |
#dialog label, #dialog input { |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
824 |
display: block; |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
825 |
} |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
826 |
|
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
827 |
#dialog p { |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
828 |
text-align: center; |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
829 |
padding-left: 0; |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
830 |
} |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
831 |
|
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
832 |
#dialog input.text { |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
833 |
margin-bottom: 12px; |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
834 |
width: 95%; |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
835 |
padding: .4em; |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
836 |
} |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
837 |
|
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
838 |
#dialog fieldset { |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
839 |
padding: 0; |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
840 |
border: 0; |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
841 |
margin-top: 25px; |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
842 |
} |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
843 |
|
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
844 |
#dialog h1 { |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
845 |
font-size: 1.2em; |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
846 |
margin: .6em 0; |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
847 |
} |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
848 |
|
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
849 |
.ui-button { |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
850 |
outline: 0; |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
851 |
margin: 0; |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
852 |
padding: .4em 1em .5em; |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
853 |
text-decoration: none; |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
854 |
cursor:pointer; |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
855 |
position: relative; |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
856 |
text-align: center; |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
857 |
} |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
858 |
|
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
859 |
.ui-dialog .ui-state-highlight, |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
860 |
.ui-dialog .ui-state-error { |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
861 |
padding: .3em; |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
862 |
} |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
863 |
|
2570 | 864 |
.pick_multi input, |
865 |
.quant_radio input { |
|
2425
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
866 |
display: inline; |
2570 | 867 |
width: auto !important; |
2425
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
868 |
} |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
869 |
|
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
870 |
/* NEWS FEED FEEDS */ |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
871 |
.news_feed { |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
872 |
border: 10px solid #e5ecf9; |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
873 |
border-top: 1px solid #3366cc; |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
874 |
float:left; |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
875 |
} |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
876 |
|
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
877 |
.news_feed .inner{ |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
878 |
padding:0 20px; |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
879 |
} |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
880 |
|
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
881 |
.news_feed h2 { |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
882 |
margin-top: 0.1em; |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
883 |
background-color: #e5ecf9; |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
884 |
} |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
885 |
|
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
886 |
.news_feed h2 a { |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
887 |
text-decoration: none; |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
888 |
color: black; |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
889 |
} |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
890 |
|
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
891 |
.news_feed h2 a:visited { |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
892 |
text-decoration: none; |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
893 |
color: black; |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
894 |
} |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
895 |
|
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
896 |
.news_feed .entry { |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
897 |
margin:1em 0.3em; |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
898 |
} |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
899 |
|
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
900 |
.news_feed .title { |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
901 |
font-size: medium; |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
902 |
} |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
903 |
|
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
904 |
.news_feed .time { |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
905 |
color: gray; |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
906 |
margin-bottom: 0.5em; |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
907 |
} |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
908 |
|
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
909 |
.news_feed .snippet { |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
910 |
background-color: white; |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
911 |
} |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
912 |
|
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
913 |
a#feed_icon img{ |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
914 |
margin:-1px 0; |
fef05e4c2444
Edited stylesheet for use in Surveys.
Daniel Diniz <ajaksu@gmail.com>
parents:
2381
diff
changeset
|
915 |
} |