From 18c1e4c59b4a5379b8e896eedfd5be021079fc34 Mon Sep 17 00:00:00 2001 From: Mike Rylander Date: Mon, 2 Feb 2015 13:20:55 -0500 Subject: [PATCH] LP#1402797 Make the save box smaller to help avoid overlapping the input form Signed-off-by: Mike Rylander Signed-off-by: Bill Erickson --- Open-ILS/web/css/skin/default/register.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/web/css/skin/default/register.css b/Open-ILS/web/css/skin/default/register.css index 8b5736b5e9..4c58059770 100644 --- a/Open-ILS/web/css/skin/default/register.css +++ b/Open-ILS/web/css/skin/default/register.css @@ -12,7 +12,7 @@ position: fixed; top:40px; right:30px; - width:300px; + width:200px; border:2px solid #d9e8f9; -moz-border-radius: 10px; font-weight: bold; -- 2.11.0