more icon size theming (for slow loading imgs)
authorAndrew Engelbrecht <andrew@fsf.org>
Mon, 27 Dec 2021 23:18:33 +0000 (18:18 -0500)
committerroot <root@login1p.fsf.org>
Mon, 27 Dec 2021 23:18:33 +0000 (18:18 -0500)
www/fsftheme.css

index ff0ba5c7c43f7cf888807c930bc414e056515c6d..a6c3124c2b1b11b42383df742597bf670a15e7fb 100644 (file)
@@ -488,7 +488,8 @@ caption {
 
 
 
-.loginicon img { min-width: 48px; }
+.loginicon img { min-width: 48px; min-height: 48px; }
+img.erroricon  { min-width: 48px; min-height: 48px; }
 
 /* for "wrong password" notice, which at time of writing doesn't have a class or id.
    div:first-child doesn't apply to first div that is preceded by some other element,