Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
f007fa6a
Commit
f007fa6a
authored
Dec 19, 2006
by
Richard Mansfield
Browse files
Merge with
git+ssh://git.catalyst.net.nz/var/git/mahara.git
parents
82b43643
7b6c3498
Changes
2
Hide whitespace changes
Inline
Side-by-side
htdocs/artefact/internal/index.php
View file @
f007fa6a
...
...
@@ -73,11 +73,11 @@ foreach ( $element_list as $element => $type ) {
if
(
$type
==
'wysiwyg'
)
{
$elements
[
$element
][
'rows'
]
=
7
;
$elements
[
$element
][
'cols'
]
=
8
0
;
$elements
[
$element
][
'cols'
]
=
6
0
;
}
if
(
$type
==
'textarea'
)
{
$elements
[
$element
][
'rows'
]
=
4
;
$elements
[
$element
][
'cols'
]
=
8
0
;
$elements
[
$element
][
'cols'
]
=
6
0
;
}
if
(
$element
==
'country'
)
{
$elements
[
$element
][
'options'
]
=
getoptions_country
();
...
...
htdocs/theme/default/static/style/style.css
View file @
f007fa6a
...
...
@@ -403,12 +403,12 @@ div.sidebar {
float
:
left
;
}
.content
textarea
{
/*
.content textarea {
width: 450px;
}
.content textarea.wysiwyg {
width: 500px;
}
}
*/
#messages
{
margin
:
0
3px
3px
3px
;
...
...
@@ -420,8 +420,7 @@ div.sidebar {
padding
:
0
0
0
17px
;
}
#messages
.error
/*#messages .err*/
{
#messages
.error
{
color
:
#dd0221
;
background
:
#ffd3d9
url(../images/icon_problem.gif)
no-repeat
left
;
padding
:
0
0
0
17px
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment