restore style for unfold2 layout
[myslice.git] / portal / static / css / registration.css
1 /* Thierry's Note 
2 it seems to me that most of the stuff here is not register-related,
3 but general-purpose settings for an openlab style
4 I've started to move over such stuff in onelab.css
5 feel free to add to this collection
6 */
7 #commentForm {
8     margin:0 auto;
9     width:800px;
10     padding:10px;
11     font-size:12pt;
12     overflow:auto;
13 }    
14 #register {
15     text-align: center;
16 }
17 /*
18 input {
19     height: 22px;
20     width: 200px;
21 }
22 */
23 /*
24     border:2px solid #456879;
25     font-size: 10px; 
26 */
27 label { 
28     float: left;
29     font-weight: bold;
30     text-align: right;
31     margin-right: 20px;
32     width: 200px;
33     display: inline-block;
34         
35 }
36 label.error { 
37     float: none;
38     color: red;
39     padding-left: .5em;
40     vertical-align:
41     top; 
42     font-size: 12px; 
43 }
44
45 p {
46     color:#666666;
47 /* border-bottom:1px solid #B7DDF2; */
48 /* font-size:10px; */
49 /* margin-bottom:20px; */
50 /* padding-bottom:10px; */
51 }
52
53
54
55 legend {
56     position: relative;
57     top: -2px;
58     background: cornsilk;
59     padding: 10px 100px;
60     border: 2px groove threedface;
61     border-top: none;
62     box-shadow: inset 0 -5px 5px rgba(0,0,0,.2);
63     text-shadow: 1px 1px 2px rgba(0,0,0,.3);
64     font-weight: bold;
65     font-size: 25px;
66     margin-left: 90px;
67 }
68
69 textarea:focus, input:focus {
70     border: 2px solid #900;
71 }
72
73 .required {
74     font-size:12pt;
75 }
76 /* 
77    .submit {
78     text-align: center;
79     margin-top: 15px;
80     margin-left: 250px;
81 }
82 */
83 .field {
84     padding:10px;
85 }
86 .hint {
87     display:none;
88 }
89 .field:hover .hint {
90     position: absolute;
91     display: block;
92     margin: -30px 0 0 455px;
93     color: #FFFFFF;
94     padding: 7px 10px;
95     background: rgba(0, 0, 0, 0.6);
96  
97     -moz-border-radius: 7px;
98     -webkit-border-radius: 7px;
99     border-radius: 7px;
100 }