]> git.mjollnir.org Git - moodle.git/commitdiff
"MDL-14932, merged from MOODLE_19_STABLE"
authordongsheng <dongsheng>
Thu, 5 Jun 2008 06:25:25 +0000 (06:25 +0000)
committerdongsheng <dongsheng>
Thu, 5 Jun 2008 06:25:25 +0000 (06:25 +0000)
theme/standard/styles_layout.css

index 8229aa75adbe3d258e5cf6736f9ca375bcdc113f..ae797c0d804e8946c250f48b34567f5cc3edef86 100644 (file)
@@ -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;
-}