mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Drop the .clearfix (old "fix" float stuff)
This commit is contained in:
parent
e417a2801b
commit
d64cfb96ad
5 changed files with 11 additions and 27 deletions
|
|
@ -153,7 +153,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.language-buttons {
|
.language-buttons {
|
||||||
|
flex-grow: 1;
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
.language-button {
|
.language-button {
|
||||||
|
|
|
||||||
|
|
@ -114,7 +114,6 @@ dialog > footer {
|
||||||
text-align: right; // right align buttons
|
text-align: right; // right align buttons
|
||||||
border-top: 1px solid #ddd;
|
border-top: 1px solid #ddd;
|
||||||
border-radius: 0 0 6px 6px;
|
border-radius: 0 0 6px 6px;
|
||||||
.clearfix(); // clear it in case folks use .pull-* classes on buttons
|
|
||||||
|
|
||||||
// Properly space out buttons
|
// Properly space out buttons
|
||||||
.btn + .btn {
|
.btn + .btn {
|
||||||
|
|
|
||||||
|
|
@ -32,8 +32,8 @@
|
||||||
<div id="rl-content" hidden="">
|
<div id="rl-content" hidden="">
|
||||||
<div id="rl-left"></div>
|
<div id="rl-left"></div>
|
||||||
<div id="rl-right"></div>
|
<div id="rl-right"></div>
|
||||||
<div id="rl-popups"></div>
|
|
||||||
</div>
|
</div>
|
||||||
|
<div id="rl-popups"></div>
|
||||||
{{BaseTemplates}}
|
{{BaseTemplates}}
|
||||||
<script nonce="" type="text/javascript">{{BaseAppBootScript}}{{BaseLanguage}}</script>
|
<script nonce="" type="text/javascript">{{BaseAppBootScript}}{{BaseLanguage}}</script>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
||||||
|
|
@ -34,15 +34,7 @@
|
||||||
data-bind="command: submitCommand"
|
data-bind="command: submitCommand"
|
||||||
data-i18n="LOGIN/BUTTON_SIGN_IN"></button>
|
data-i18n="LOGIN/BUTTON_SIGN_IN"></button>
|
||||||
</div>
|
</div>
|
||||||
<div class="controls clearfix" style="margin-bottom: 10px">
|
<div style="display: flex">
|
||||||
<div class="pull-right language-buttons">
|
|
||||||
<a href="#" tabindex="-1" class="language-button fontastic"
|
|
||||||
data-bind="visible: allowLanguagesOnLogin, click: selectLanguage, css: { 'icon-spinner' : langRequest }"
|
|
||||||
data-i18n="[title]POPUPS_LANGUAGES/TITLE_LANGUAGES">
|
|
||||||
🌍
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="signMeLabel" data-bind="visible: signMeVisibility, component: {
|
<div class="signMeLabel" data-bind="visible: signMeVisibility, component: {
|
||||||
name: 'CheckboxSimple',
|
name: 'CheckboxSimple',
|
||||||
params: {
|
params: {
|
||||||
|
|
@ -50,6 +42,12 @@
|
||||||
value: signMe
|
value: signMe
|
||||||
}
|
}
|
||||||
}"></div>
|
}"></div>
|
||||||
|
<div class="language-buttons">
|
||||||
|
<a href="#" tabindex="-1" class="language-button fontastic"
|
||||||
|
data-bind="visible: allowLanguagesOnLogin, click: selectLanguage, css: { 'icon-spinner' : langRequest }"
|
||||||
|
data-i18n="[title]POPUPS_LANGUAGES/TITLE_LANGUAGES">
|
||||||
|
🌍
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
|
|
||||||
15
vendors/bootstrap/less/mixins.less
vendored
15
vendors/bootstrap/less/mixins.less
vendored
|
|
@ -6,21 +6,6 @@
|
||||||
// UTILITY MIXINS
|
// UTILITY MIXINS
|
||||||
// --------------------------------------------------
|
// --------------------------------------------------
|
||||||
|
|
||||||
// Clearfix
|
|
||||||
// --------
|
|
||||||
// For clearing floats like a boss h5bp.com/q
|
|
||||||
.clearfix {
|
|
||||||
&::before,
|
|
||||||
&::after {
|
|
||||||
display: table;
|
|
||||||
content: "";
|
|
||||||
// Fixes Opera/contenteditable bug:
|
|
||||||
// http://nicolasgallagher.com/micro-clearfix-hack/#comment-36952
|
|
||||||
line-height: 0;
|
|
||||||
clear: both;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// Webkit-style focus
|
// Webkit-style focus
|
||||||
// ------------------
|
// ------------------
|
||||||
.tab-focus() {
|
.tab-focus() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue