From a2d0b885643828395ffde8302d83c845f893fa49 Mon Sep 17 00:00:00 2001 From: dongsheng Date: Thu, 5 Jun 2008 06:25:25 +0000 Subject: [PATCH] "MDL-14932, merged from MOODLE_19_STABLE" --- theme/standard/styles_layout.css | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index 8229aa75ad..ae797c0d80 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -2154,6 +2154,16 @@ body#group-index #groupeditform { text-align: center; } +#add, #remove{ + width:100px; + height:35px +} +#add{ + text-align:left; +} +#remove{ + text-align:right; +} /*** *** Doc @@ -4285,13 +4295,3 @@ wikiadminactions { padding-left: 7px; float: left; } -#add, #remove{ - width:100px; - height:35px -} -#add{ - text-align:left; -} -#remove{ - text-align:right; -} -- 2.39.5