From 2c778befcc709f02e211770b2ed50a0ef917037b Mon Sep 17 00:00:00 2001 From: Sam Hemelryk Date: Thu, 25 Mar 2010 08:01:18 +0000 Subject: [PATCH] themes MDL-21862 Removed unwanted border on standard theme's fstatic element from mforms --- theme/standard/style/core.css | 1 - 1 file changed, 1 deletion(-) diff --git a/theme/standard/style/core.css b/theme/standard/style/core.css index 151b8db0653..61b8cfa2f72 100644 --- a/theme/standard/style/core.css +++ b/theme/standard/style/core.css @@ -208,7 +208,6 @@ form.popupform label {margin-right: 0.5em;} .mform fieldset {border: 1px solid #DDDDDD;padding: 10px 0;margin: 0.7em 0;width:100%;} .mform .fitem fieldset.felement {margin-top:0;padding-top:0;margin-bottom:0;padding-bottom:0;} .mform .fpassword .unmask input {margin-left:5px;margin-right:3px;} -.mform .fitem .fstatic {border:1px dashed #D3D3D3;} #page-admin-register .mform .fsubmit {padding:20px;text-align:center;} /**