Added Join the OneLab federation page, allows to add an authority, validation of...
[unfold.git] / portal / static / css / registration.css
index 1a274a2..3f83359 100644 (file)
@@ -5,7 +5,7 @@ I've started to move over such stuff in onelab.css
 feel free to add to this collection
 */
    
-label.error { 
+.error { 
     float: none;
     color: red;
     padding-left: .5em;
@@ -29,3 +29,8 @@ div.form-group:hover p.form-hint {
     -webkit-border-radius: 7px;
     border-radius: 7px;
 }
+
+/* avoid blinking effect with the rhs hints */
+select#auth_list {
+    height: 34px;
+}