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
c41d8146
Commit
c41d8146
authored
Feb 10, 2014
by
Brian Talbot
Committed by
thedeadparrot
Feb 14, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
LMS: simplifying language settings modal controls UI
parent
d867e87b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
51 deletions
+3
-51
lms/static/sass/elements/_controls.scss
+0
-23
lms/static/sass/shared/_modal.scss
+0
-20
lms/templates/modal/_modal-settings-language.html
+3
-8
No files found.
lms/static/sass/elements/_controls.scss
View file @
c41d8146
...
...
@@ -239,29 +239,6 @@
// ====================
%btn-reset
{
background
:
none
;
border
:
none
;
font-size
:
inherit
;
box-shadow
:
none
;
text-shadow
:
none
;
}
// button that appears visually as a link
%btn-link
{
@extend
%btn-reset
;
color
:
$link-color
;
text-decoration
:
none
;
@include
transition
(
all
0
.1s
linear
0s
);
&
:hover
,
&
:focus
{
color
:
$link-color
;
text-decoration
:
underline
;
}
}
// ====================
// application: canned actions
.btn
{
font-family
:
$f-sans-serif
;
...
...
lms/static/sass/shared/_modal.scss
View file @
c41d8146
...
...
@@ -342,25 +342,5 @@
.list-input
{
margin-bottom
:
$baseline
;
}
.list-actions
{
.action-item
{
@extend
%wipe-last-child
;
display
:
inline-block
;
vertical-align
:
middle
;
margin-right
:
(
$baseline
/
4
);
}
.action-submit
{
color
:
$white
;
padding-top
:
(
$baseline
/
3
);
padding-bottom
:
(
$baseline
/
3
);
}
.action-cancel
{
@extend
%btn-link
;
}
}
}
lms/templates/modal/_modal-settings-language.html
View file @
c41d8146
...
...
@@ -35,14 +35,9 @@
</li>
</ol>
<ul
class=
"list-actions"
>
<li
class=
"action-item"
>
<button
type=
"submit"
class=
"action action-submit"
id=
"submit-lang"
>
Save Language
</button>
</li>
<li
class=
"action-item"
>
<button
type=
"reset"
class=
"action action-cancel"
>
Cancel
</button>
</li>
</ul>
<div
class=
"submit"
>
<input
type=
"submit"
id=
"submit-lang"
value=
"${_('Save Language Settings')}"
/>
</div>
</form>
</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