From 258571150e4a2756f2d64b5acde8e0e8d5a21a18 Mon Sep 17 00:00:00 2001 From: tjhunt Date: Fri, 14 Nov 2008 03:27:16 +0000 Subject: [PATCH] formslib/theme: Make class="advancedbutton" styles generic, so the same styling can be used on non-formslib forms. --- theme/standard/rtl.css | 2 +- theme/standard/styles_layout.css | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/theme/standard/rtl.css b/theme/standard/rtl.css index 5d074c77e1..a6d9bb7687 100755 --- a/theme/standard/rtl.css +++ b/theme/standard/rtl.css @@ -126,7 +126,7 @@ form.mform .fitemtitle { margin: 5px 10pt 0pt 0px; } -form.mform fieldset .advancedbutton { +.advancedbutton { text-align: left; } diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index 394776d175..a001252b9d 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -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; -- 2.39.5