Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
problem-builder
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
problem-builder
Commits
a09b6fdc
Commit
a09b6fdc
authored
Aug 31, 2014
by
Xavier Antoviaque
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #72 from dragonfi/description-and-frame
Fixes for css styling of the shared header
parents
30781d01
4426801c
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
mentoring/public/css/mentoring.css
+2
-2
mentoring/templates/html/mentoring.html
+1
-1
No files found.
mentoring/public/css/mentoring.css
View file @
a09b6fdc
.mentoring
.title
*
{
display
:
inline-block
;
.mentoring
.title
.shared-header
{
margin
:
1em
0em
;
}
.mentoring
.messages
{
...
...
mentoring/templates/html/mentoring.html
View file @
a09b6fdc
...
...
@@ -7,7 +7,7 @@
{% if self.title or self.header %}
<div
class=
"title"
>
{% if self.title %}
<h2
class=
"main"
>
{{ self.title.content }}
</h2>
{% endif %}
{% if self.header %}
<div
class=
"header"
>
{{ self.header.content|safe }}
</div>
{% endif %}
{% if self.header %}
<div
class=
"
shared-
header"
>
{{ self.header.content|safe }}
</div>
{% endif %}
</div>
{% endif %}
...
...
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