From 4067e12503238ad4e23e8a1dec7fb474a0ee90c9 Mon Sep 17 00:00:00 2001 From: Mike Rylander Date: Mon, 2 Feb 2015 13:20:55 -0500 Subject: [PATCH] Make the save box smaller to help avoid overlapping the input form Signed-off-by: Mike Rylander --- 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