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
23efb109
Commit
23efb109
authored
Sep 10, 2013
by
Pavel Yushchenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixes
parent
b3801b11
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
38 additions
and
4 deletions
+38
-4
lms/templates/signup_modal.html
+5
-2
lms/templates/university_profile/edge.html
+33
-2
No files found.
lms/templates/signup_modal.html
View file @
23efb109
...
...
@@ -10,11 +10,14 @@
<script>
jQuery
(
function
(
$
){
$
(
"#contact-phone"
).
mask
(
"(999) 999-9999"
);
});
$
(
document
).
ready
(
function
(){
$
(
'#work-occupation'
).
change
(
function
(){
$
(
'#work-occupation2'
)[
$
(
this
).
val
()
==
'
sub-sub
'
?
'show'
:
'hide'
]();
$
(
'#work-occupation2'
)[
$
(
this
).
val
()
==
'
other
'
?
'show'
:
'hide'
]();
});
$
(
'#work-occupation-other'
).
change
(
function
(){
$
(
'#work-occupation-other2'
)[
$
(
this
).
val
()
==
'
sub-sub
'
?
'show'
:
'hide'
]();
$
(
'#work-occupation-other2'
)[
$
(
this
).
val
()
==
'
other
'
?
'show'
:
'hide'
]();
});
});
...
...
lms/templates/university_profile/edge.html
View file @
23efb109
...
...
@@ -47,6 +47,35 @@ html, body {
.footer-short
{
border-top
:
1px
solid
#c4c5c7
;
}
footer
a
{
color
:
#333
;
}
footer
a
:link
,
footer
a
:visited
,
footer
a
:hover
,
footer
a
:active
{
border-bottom
:
none
;
color
:
#1d9dd9
;
text-decoration
:
none
!important
;
font-family
:
"Open Sans"
,
Verdana
,
Geneva
,
sans-serif
;
}
footer
.references
.copyright
{
margin
:
-2px
0
8px
0
;
font-size
:
0.6875em
;
color
:
#c4c5c7
;
text-align
:
right
;
}
footer
.colophon
{
margin-right
:
1.69492%
;
width
:
66.10169%
;
float
:
left
;
}
footer
.references
{
margin
:
-10px
0
0
0
;
width
:
32.20339%
;
float
:
right
;
}
</style>
<div
class=
"wrapper"
>
<div>
...
...
@@ -106,7 +135,8 @@ html, body {
</div>
</div>
<footer
class=
"footer-short"
>
<nav
class=
"nav-colophon"
>
<div
class=
"colophon"
>
<nav
class=
"nav-colophon"
>
<ol>
<li
class=
"nav-colophon-01"
>
<a
id=
"about"
href=
"/about"
>
...
...
@@ -124,7 +154,8 @@ html, body {
</a>
</li>
</ol>
</nav>
</nav>
</div>
<div
class=
"references"
>
<span>
Полезные ссылки
</span>
...
...
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