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
25161103
Commit
25161103
authored
Feb 13, 2007
by
Nigel McNie
Committed by
Nigel McNie
Feb 13, 2007
Browse files
Fixed styling of collapsible fieldsets in IE6, Firefox and
Konqueror/Safari. Cost me an hour I could have used better, this did...
parent
7ef3e46d
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/theme/default/static/style/style.css
View file @
25161103
...
...
@@ -867,21 +867,17 @@ table#installer {
.maincontent
fieldset
{
border
:
1px
solid
#819f18
;
padding
:
0
0
0
1em
;
width
:
100%
;
}
.maincontent
fieldset
table
{
margin
:
0
;
}
.maincontent
fieldset
.collapsed
{
height
:
1em
;
border-color
:
#819f18
transparent
transparent
;
border-color
:
#819f18
white
white
;
}
.maincontent
fieldset
.collapsed
*
{
.maincontent
fieldset
.collapsed
table
{
display
:
none
;
}
.maincontent
fieldset
.collapsed
legend
,
.maincontent
fieldset
.collapsed
legend
*
{
display
:
block
;
}
.maincontent
legend
{
font-weight
:
bold
;
color
:
#4c7c10
;
...
...
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