From b12a2b3fe1076805b9da429f09d6e539e48bcb07 Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Mon, 13 Aug 2012 13:53:22 -0400 Subject: [PATCH] TPAC: Give login boxes a border For some reason, the boxes for the login form were stripped of their default border style. Let the natural input box formatting for the border shine through and give users an easier target when logging in. Signed-off-by: Dan Scott Signed-off-by: Bill Erickson --- Open-ILS/src/templates/opac/css/style.css.tt2 | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/Open-ILS/src/templates/opac/css/style.css.tt2 b/Open-ILS/src/templates/opac/css/style.css.tt2 index 695cc7e..8609d5e 100644 --- a/Open-ILS/src/templates/opac/css/style.css.tt2 +++ b/Open-ILS/src/templates/opac/css/style.css.tt2 @@ -555,7 +555,6 @@ div.format_icon { height:18px; margin:0; padding:0; - border:none; background: none; font-size: 15px; color: [% css_colors.accent_medium %]; -- 1.7.2.5