From ce1f4fa79979581916cf370c0c9cb8e3aa63da9b Mon Sep 17 00:00:00 2001 From: will Date: Fri, 5 Nov 2010 12:52:43 -0700 Subject: [PATCH] bug 7020: Enabling VPN will allow you to see the IP and pre-shared key you are suppose to use to connect to the vpn itself. status 7020: resolved fixed --- ui/css/main.css | 5 +++-- ui/jsp/ipaddress.jsp | 6 ++++++ ui/scripts/cloud.core.ipaddress.js | 5 +++++ 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/ui/css/main.css b/ui/css/main.css index 7e69f7d6e41..d3090026960 100644 --- a/ui/css/main.css +++ b/ui/css/main.css @@ -2908,8 +2908,9 @@ a:hover.search_button { } .info_detailbox.defaultbox { - background:FFF repeat-x top left; - color:#a90000; + background:#eaf2f6 repeat-x top left; + color:#333; + margin-top:10px; } diff --git a/ui/jsp/ipaddress.jsp b/ui/jsp/ipaddress.jsp index f2d83b21b0b..fefc7449105 100644 --- a/ui/jsp/ipaddress.jsp +++ b/ui/jsp/ipaddress.jsp @@ -284,6 +284,12 @@