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
d537594d
Commit
d537594d
authored
Jul 30, 2009
by
Richard Mansfield
Browse files
Fixes for views in fresh theme
parent
1ed5b104
Changes
2
Hide whitespace changes
Inline
Side-by-side
htdocs/theme/fresh/static/style/style.css
View file @
d537594d
...
...
@@ -486,6 +486,18 @@ div#sb-onlineusers ul img {
color
:
#ca0000
;
}
/* Copy a view */
#viewpreview
{
border
:
10px
solid
#1C3740
;
background-color
:
#10171A
;
}
#viewpreviewinner
{
border
:
1px
solid
#BEE3F1
;
}
#viewpreviewclose
{
border-bottom
:
1px
dotted
#BEE3F1
;
}
/* Group: about */
.group-info
{
border
:
2px
solid
#1C3740
;
...
...
htdocs/theme/fresh/static/style/views.css
View file @
d537594d
...
...
@@ -86,3 +86,11 @@ div.configure {
border-bottom
:
1px
dotted
#BEE3F1
;
background
:
#1C3740
;
}
#view
.blockinstance-content
.attachments
{
background-color
:
#10171A
;
}
#view
.blockinstance-content
.attachments
td
{
background-color
:
#10171A
;
}
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