Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
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
edx
edx-platform
Commits
a8950343
Commit
a8950343
authored
Jan 31, 2013
by
David Ormsbee
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1403 from MITx/style/btalbot/lms-calendartables
lms - syllabus/calendar table styling fixes
parents
aad5015a
f6cd4c75
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
13 deletions
+11
-13
common/lib/xmodule/xmodule/css/html/display.scss
+2
-1
lms/static/sass/course/_syllabus.scss
+9
-12
No files found.
common/lib/xmodule/xmodule/css/html/display.scss
View file @
a8950343
...
...
@@ -117,7 +117,7 @@ th {
table
td
,
th
{
margin
:
20px
0
;
padding
:
10px
;
border
:
1px
solid
#ccc
!
important
;
border
:
1px
solid
#ccc
;
text-align
:
left
;
font-size
:
14px
;
}
\ No newline at end of file
lms/static/sass/course/_syllabus.scss
View file @
a8950343
...
...
@@ -13,7 +13,7 @@ div.syllabus {
}
table
{
table-layout
:
auto
;
text-align
:
left
;
margin
:
10px
0
;
...
...
@@ -25,18 +25,19 @@ div.syllabus {
tr
.first
{
td
{
padding-top
:
15px
;
padding-top
:
15px
!
important
;
}
}
}
td
{
border
:
none
!
important
;
padding
:
5px
10px
!
important
;
vertical-align
:
middle
;
padding
:
5px
10px
;
font-size
:
1em
!
important
;
line-height
:
auto
;
&
.day
,
&
.due
,
&
.slides
,
&
.assignment
{
white-space
:
nowrap
;
white-space
:
nowrap
!
important
;
}
&
.no_class
{
...
...
@@ -48,16 +49,12 @@ div.syllabus {
}
&
.week_separator
{
padding
:
0px
;
padding
:
0px
!
important
;
hr
{
margin
:
10px
;
}
}
}
}
}
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