projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8cb121c
)
MDL-14023 frontpage edit summary centering issue; merged from MOODLE_19_STABLE
author
skodak
<skodak>
Mon, 24 Mar 2008 20:24:57 +0000
(20:24 +0000)
committer
skodak
<skodak>
Mon, 24 Mar 2008 20:24:57 +0000
(20:24 +0000)
theme/standard/styles_layout.css
patch
|
blob
|
history
diff --git
a/theme/standard/styles_layout.css
b/theme/standard/styles_layout.css
index 4323d13a5c8e5ef5dcf3b1d2947d87a4576d7539..dfaefa847015be5e8b53a1c426fd24fa9f23ecc2 100644
(file)
--- a/
theme/standard/styles_layout.css
+++ b/
theme/standard/styles_layout.css
@@
-1098,6
+1098,12
@@
body#admin-modules table.generaltable td.c0
#adminsettings .form-htmlarea {
width: 640px;
+ display:inline;
+}
+
+#adminsettings .form-htmlarea .htmlarea {
+ width: 640px;
+ display:block;
}
.environmentbox {