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
510243e7
Commit
510243e7
authored
Dec 06, 2006
by
Martyn Smith
Committed by
Martyn Smith
Dec 06, 2006
Browse files
Developer styles
parent
8b193fa3
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/theme/default/static/style/dev.css
0 → 100644
View file @
510243e7
/*
* MARTYNS CREATEVIEW WIZARD STYLES
* these can be replaced with something similar that looks less suck
*/
div
#tree
,
div
#template
{
margin-top
:
20px
;
}
div
#tree
{
overflow
:
auto
;
float
:
left
;
width
:
400px
;
border
:
thin
dashed
red
;
border-right
:
thin
solid
#000
;
}
div
#template
{
overflow
:
auto
;
border
:
thin
dashed
red
;
float
:
left
;
width
:
30%
;
}
.render_metadata
,
.render_full
,
.render_listitem
,
.render_children
{
cursor
:
move
;
}
div
.block
{
border
:
2px
solid
transparent
;
}
div
.block_potential
{
border
:
2px
solid
#008800
;
}
div
.block_targetted
{
border
:
2px
solid
#00ff00
;
}
/*
* END MARTYNS STYLES FOR CREATEVIEW WIZARD
*/
Write
Preview
Markdown
is supported
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