don't hide submit button and some style changes
[angular-mojolicious.git] / public / app / casopisi2010 / upitnik.css
1
2 /*
3 body {
4         background: #F6F6F6;
5         margin: 0 auto;
6         font-family: Arial;
7         color: #374E5A;
8         font-size: 14px;
9         line-height: 140%;
10         width: 760px;
11 }
12
13 h2, h3 {
14         margin-top: 40px;
15         font-size: 14px;
16         padding: 2px 0;
17         border-bottom: 2px solid #D74F25;
18         border-bottom: 1px solid #46d0fe;
19 }
20
21 h3 {
22         margin-top: 20px;
23 }
24
25 */
26
27 .naglasi {
28         color: #d74f25;
29 }
30
31
32 a {
33         color: #D74F25;
34 }
35
36 input, textarea {
37         font: 14px arial;
38         color: #000000;
39         border: solid 1px #ccc;
40         padding: 6px;
41         background: #ffffff;
42 }
43
44 input:focus, textarea:focus
45 {
46         background: #f6f6f6;
47         font-family: arial;
48         color: #000000;
49 }
50
51 textarea {
52         width: 30em;
53 }
54
55 .input {
56         color: #afafaf;
57         float: left;
58         margin: 2px;
59         padding: 0 6px;
60 }
61
62 .text1 {
63         width: 30em;
64         margin-bottom: 3px;
65 }
66 .text2 {
67         width: 12em;
68 }
69
70
71 .labels1 {
72         font-style: italic;
73         padding-bottom: 5px;
74 }
75
76 .label1 {
77         padding-right: 27em;
78 }
79 .label2 {
80 }
81
82 img {
83         border: 0;
84 }
85
86 label {
87         display: block;
88         margin-top: 10px;
89         font-size: 14px;
90         font-family: Arial;
91 }
92
93 .radio { 
94         color: #374E5A;
95 }
96
97
98 .clear {
99         clear: both;
100 }
101
102
103
104 .ng-validation-error {
105         border: 1px solid #FF6666;
106         border: 1px solid #EDC8BC;
107         border: 1px solid #FF9966;
108         border: 1px solid #EAB3A2;
109         border: 1px solid #D74F25;
110         border: 1px solid #DC6844;
111         border: 1px solid #DE7F61;
112 }
113
114 .ng-exception {
115         border: 0;
116 }
117
118
119
120 .button {
121         margin-top: 40px;
122 }
123
124 .button input {
125         margin-bottom: 10px;
126         float: left;
127         color: #ffffff;
128         display: block;
129         text-decoration: none;
130         background: #d74f25;
131 }
132
133 .button input:hover, .gohome:hover {
134         /* background: #dc6844; */
135 }
136
137 .button p {
138         color: #D74f25;
139         font-weight: bold;
140 }
141
142 .button2 input {
143         background: #F6F6F6;
144         color: #374E5A;
145         border: 1px solid #d74f25;
146         display: inline;
147 }
148
149
150 .gohome  {
151         float: left;
152         color: #374E5A;
153         border: 1px solid #d74f25;
154         text-decoration: none;
155         background: #f6f6f6;
156         padding: 7px;
157         margin-top: 20px;
158         font: 14px arial;
159         border: solid 1px #dedede;
160         border: solid 1px #f6f6f6;
161 }
162
163 .gohome a {
164 }
165
166 .gohome a:hover {
167         text-decoration: none;
168 }
169
170 .list {
171         margin-top: 20px;
172         font-weight: bold;
173 }
174
175 .warrning {
176         color: #FF6666;
177 }
178
179 #footer {
180         position: relative;
181         float: left;
182         width: 961px;
183         height: 18px;
184         padding-top: 5px;
185         margin-top: 180px;
186         margin-bottom: 20px;
187         font: 10px arial;
188         color: #374e5a;
189         text-align: center;
190         background: url(http://mjesec.ffzg.hr/drzb2011/images/footer_bg.jpg) repeat-x;
191         clear: both;
192 }
193         
194 #foot a
195 {
196         position: relative;
197         top: 12px;
198         margin-bottom: 20px;
199         font: 12px arial;
200         color: #374e5a;
201         text-align: center;
202         text-decoration: none;
203 }
204
205 #foot a:hover
206 {
207         color: #374e5a;
208         text-decoration: underline;
209 }
210
211
212 hr {
213         border: 1px solid #ccc;
214 }
215
216 .lengthCount {
217         color:red;
218 }