-
Notifications
You must be signed in to change notification settings - Fork 0
/
forms.css
149 lines (115 loc) · 2.14 KB
/
forms.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
/* login page */
div.container{
width:100%;
text-align: left;
margin: 0 auto;
background-color:#F3F6FA;
}
div.container p {
text-align: left;
padding: .5em;
}
div.column-login{
}
div.column-new-user{
width: 100%;
}
/* end of login page */
/*
#contentcolumn{
width: 90%;
}*/
fieldset {
border: none;
}
fieldset.group_form{
border: none;
/*width:80%;*/
margin:0 auto;
/*border:thin #ffffff solid;*/
background-color: transparent !important;
}
/* on registration page, group form fields to the left */
fieldset.group_form .row{
text-align: left}
legend.group_form{
padding-top: 1em;
padding-bottom: 0.8em;
background-color:#F3F6FA;
padding-left:0;
}
div.input-form {
width: 110%;
margin:0 auto;
margin-bottom: 20px;
padding: 0 6px;
line-height:150%;
border: none;
}
div.input-form div.row h3 {
margin-left: 0px;
}
div.input-form div.row {
padding:8px;
}
/*<img> and <a> tags: on mouse hover the color of the background will keep the same!*/
div.input-form div.row img,a:hover{
background-color:#F8F8F8;
}
div.input-form .footer {
border-top: 1px solid #F9F6F2;
}
div.input-form p {
margin-left: 0px;
}
div.input-form input {
z-index: 2;
}
div.input-form textarea {
border: 1px solid #595241;
width: 98%;
padding: 2px;
margin-right: 2px;
}
div.input-form input[type=text], div.input-form input[type=password] {
border: 1px solid #595241;
padding: 2px;
max-width: 60%;
background-color:white;
}
div.input-form textarea:focus, div.input-form input[type=password]:focus, div.input-form input[type=text]:focus{
border:1px solid #4D4D4D;
padding: 2px;
}
input[type=checkbox]{
background-color: #FFDAB9;
}
div.input-form div.buttons {
padding: 0;
margin: 0;
}
div.input-form div.buttons input {
background-color: #efefef;
font-weight: normal;
border: #AAA solid 1px;
}
.formfield:focus{
background-color: #FFDAB9;
}
#ot:focus{
background-color: #FFDAB9;
}
/*Added by Silvia*/
div.input-form div.row_alternatives {
background-color: #F8F8F8;
padding: 5px;
/* width: 70%;
float: left;
width: 100%;
float: left;*/
/*clear: both;*/
}
#radio_alt{
/*width: auto;*/
/*border-bottom: 1px #CCCCCC solid;*/
}