include onelab_marko in all views
[myslice.git] / portal / static / css / registration.css
index 1a274a2..5fe8321 100644 (file)
@@ -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;
+}