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
1923ae0d
Commit
1923ae0d
authored
Feb 04, 2013
by
Brian Talbot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pearson - added in timer styling for IE7
parent
1685f302
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
0 deletions
+16
-0
lms/static/sass/course/layout/_timer.scss
+16
-0
No files found.
lms/static/sass/course/layout/_timer.scss
View file @
1923ae0d
...
...
@@ -2,10 +2,26 @@ div.timer-main {
position
:
fixed
;
z-index
:
99
;
width
:
100%
;
border-top
:
2px
solid
#000
;
div
#timer_wrapper
{
position
:
relative
;
top
:
-3px
;
float
:
right
;
margin-right
:
10px
;
background
:
#000
;
color
:
#fff
;
padding
:
10px
20px
;
border-radius
:
3px
;
}
.timer_label
{
color
:
#ccc
;
font-size
:
13px
;
}
#exam_timer
{
font-weight
:
bold
;
font-size
:
15px
;
}
}
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