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
3b784f21
Commit
3b784f21
authored
Dec 13, 2012
by
Brian Talbot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
styling - setting form field layout
parent
69c26a08
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
cms/static/sass/_settings.scss
+0
-1
cms/templates/settings.html
+2
-2
No files found.
cms/static/sass/_settings.scss
View file @
3b784f21
...
...
@@ -139,7 +139,6 @@
}
&
.time
{
display
:
block
!
important
;
width
:
75px
!
important
;
min-width
:
75px
!
important
;
}
...
...
cms/templates/settings.html
View file @
3b784f21
...
...
@@ -250,7 +250,7 @@ from contentstore import utils
<div
class=
"field"
>
<div
class=
"input"
>
<input
type=
"text"
class=
"short time"
id=
"course-effort"
placeholder=
"HH:MM"
>
<span
class=
"tip tip-
stacked
"
>
Time spent on all course work
</span>
<span
class=
"tip tip-
inline
"
>
Time spent on all course work
</span>
</div>
</div>
</div>
...
...
@@ -404,7 +404,7 @@ from contentstore import utils
<div
class=
"field"
>
<div
class=
"input"
>
<input
type=
"text"
class=
"short time"
id=
"course-grading-graceperiod"
value=
"0:00"
placeholder=
"e.g. 10 minutes"
>
<span
class=
"tip tip-
stacked
"
>
leeway on due dates
</span>
<span
class=
"tip tip-
inline
"
>
leeway on due dates
</span>
</div>
</div>
</div>
...
...
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