From 0c219c78692561ce53108dc1800061f8b783898a Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Wed, 28 Mar 2007 04:23:42 -0400 Subject: [PATCH] Draw box around login form; created common boxtitle CSS class --- skins/default/templates/editcontact.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/skins/default/templates/editcontact.html b/skins/default/templates/editcontact.html index 34f14e1..bff81df 100644 --- a/skins/default/templates/editcontact.html +++ b/skins/default/templates/editcontact.html @@ -7,7 +7,7 @@ </head> <body class="iframe"> -<div id="contact-title"><roundcube:label name="editcontact" /></div> +<div id="contact-title" class="boxtitle"><roundcube:label name="editcontact" /></div> <div id="contact-details"> <roundcube:object name="contacteditform" size="40" /> -- Gitblit v1.9.1