Skip to content
GitLab
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
27c2130c
Commit
27c2130c
authored
Nov 13, 2007
by
Nigel McNie
Browse files
Fancy styling for the artefactchooser tabs.
parent
963f6fe6
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/theme/default/static/style/views.css
View file @
27c2130c
...
...
@@ -184,3 +184,32 @@ body:last-child:not(:root:root) .newblockhere {
padding
:
1px
3px
;
margin
:
0
1px
;
}
/* styling the tabs for the artefact chooser */
.maincontent
ul
.artefactchooser-tabs
li
a
{
background-color
:
#BACC7B
;
padding
:
3px
1em
;
text-decoration
:
none
;
}
.maincontent
ul
.artefactchooser-tabs
li
.current
a
{
background-color
:
#EEF4DA
;
}
.maincontent
div
.artefactchooser-splitter
{
border-top
:
1px
solid
#e0e0e0
;
background-color
:
#EEF4DA
;
margin-top
:
3px
;
padding
:
.25em
0
.25em
.5em
;
}
.blockinstance-content
p
.noartefacts
{
background-color
:
#EEF4DA
;
color
:
#808080
;
text-align
:
center
;
margin-top
:
0
;
padding
:
.5em
;
}
.maincontent
table
.artefactchooser-data
{
border
:
none
;
margin-top
:
0
;
background-color
:
#EEF4DA
;
padding
:
.5em
.5em
0
;
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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