From b398e3f33adf18e4a2ed79be880b774dde47ffa9 Mon Sep 17 00:00:00 2001 From: plegall Date: Thu, 18 Mar 2010 11:08:53 +0000 Subject: make the fieldset labels easier to read (no italic, increased letter spacing, bold) make the fiedset border softer photos_add 2 screens comply with the fieldset system instead of specific formField divs. git-svn-id: http://piwigo.org/svn/trunk@5174 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/themes/roma/theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'admin/themes/roma') diff --git a/admin/themes/roma/theme.css b/admin/themes/roma/theme.css index f5797bc3a..7a19b2be2 100644 --- a/admin/themes/roma/theme.css +++ b/admin/themes/roma/theme.css @@ -68,7 +68,7 @@ SPAN.pwgScreen { font-style:italic; border-bottom:1px dotted #666} /* .throw, */ td h3 { background-image: url(images/fillet.png); background-repeat: repeat-x; } /* borders */ -fieldset { border: 1px solid #666; } +fieldset { border: 2px solid #333; } INPUT, SELECT, TEXTAREA { border: 1px solid #666; } input:focus, select:focus, textarea:focus, input.focus, form .focus { background-color:#444;color: #999; } TEXTAREA { cursor:text; font-size: 13px; } -- cgit v1.2.3