Commit c41d8146 by Brian Talbot Committed by thedeadparrot

LMS: simplifying language settings modal controls UI

parent d867e87b
......@@ -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;
......
......@@ -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;
}
}
}
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment