e41f9e27f97e6a2b06e53f220c85ee7e1459d08b
[unfold.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    
8 label.error { 
9     float: none;
10     color: red;
11     padding-left: .5em;
12     vertical-align: top; 
13     font-size: 12px; 
14 }
15
16 .hint {
17     display:none;
18 }