From 612aee17b093d47813f22b01ebd7787a8cc9d1a3 Mon Sep 17 00:00:00 2001 From: Adrian Greeve Date: Thu, 21 Jun 2012 15:47:02 +0800 Subject: [PATCH] MDL-33931 - themes - Change of the base theme to align the submit and cancel buttons with the rest of the mform (15%) --- theme/base/style/core.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/base/style/core.css b/theme/base/style/core.css index 3938b49d6d4..1748c561032 100644 --- a/theme/base/style/core.css +++ b/theme/base/style/core.css @@ -210,7 +210,7 @@ a.skip:active {position: static;display: block;} .mform .fitem .fitemtitle {width:15%;text-align:right;float:left;} .mform .fitem .fitemtitle div {display: inline;} .mform .fitem .felement {border-width: 0;width:80%;margin-left:16%;} -.mform .fitem fieldset.felement {margin-left:0;padding-left:1%;margin-bottom:0} +.mform .fitem fieldset.felement {margin-left:15%;padding-left:1%;margin-bottom:0} .mform .error, .mform .required {color:#A00;} .mform .required .fgroup span label {color:#000;}