]> git.mjollnir.org Git - moodle.git/commitdiff
formslib/theme: Make class="advancedbutton" styles generic, so the same styling can...
authortjhunt <tjhunt>
Fri, 14 Nov 2008 03:27:16 +0000 (03:27 +0000)
committertjhunt <tjhunt>
Fri, 14 Nov 2008 03:27:16 +0000 (03:27 +0000)
theme/standard/rtl.css
theme/standard/styles_layout.css

index 5d074c77e141d554deabb3c71faa7f1eb2440875..a6d9bb7687c618b2b9477bcfc5e247ed1dc0b37f 100755 (executable)
@@ -126,7 +126,7 @@ form.mform .fitemtitle {
     margin: 5px 10pt 0pt 0px;
 }
 
-form.mform fieldset .advancedbutton {
+.advancedbutton {
     text-align: left;
 }
 
index 394776d175d51df4d97dc59a34c86aa1b50cb1f5..a001252b9de7b1d28e800c20f6dc121742cc0d23 100644 (file)
@@ -612,7 +612,7 @@ div.hide {
   font-weight: bold;
   margin-left: 0.5em;
 }
-.mform fieldset .advancedbutton{
+.advancedbutton {
    width:100%;
    text-align:right;
 }
@@ -1134,8 +1134,7 @@ table.roledesc {
 }
 
 table.rolecap {
-  margin-left:auto;
-  margin-right:auto;
+  width: 100%;
 }
 .capabilitysearchui {
   text-align: left;