mirror of
https://github.com/zulip/zulip.git
synced 2025-10-28 18:43:52 +00:00
css: Remove unused btn-block styles.
The (unfinished) two-factor UI isn't designed at all, so we can just remove the classes from it.
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
<p>
|
||||
{% for other in other_devices %}
|
||||
<button name="challenge_device" value="{{ other.persistent_id }}"
|
||||
class="btn btn-default btn-block" type="submit">
|
||||
class="two-factor-button" type="submit">
|
||||
{{ other|device_action }}
|
||||
</button>
|
||||
{% endfor %}
|
||||
@@ -37,7 +37,7 @@
|
||||
<p>{{ _("As a last resort, you can use a backup token:") }}</p>
|
||||
<p>
|
||||
<button name="wizard_goto_step" type="submit" value="backup"
|
||||
class="btn btn-default btn-block">
|
||||
class="two-factor-button">
|
||||
{{ _("Use backup token") }}
|
||||
</button>
|
||||
</p>
|
||||
|
||||
9
web/third/bootstrap/css/bootstrap-btn.css
vendored
9
web/third/bootstrap/css/bootstrap-btn.css
vendored
@@ -227,12 +227,3 @@ THE SOFTWARE.
|
||||
color: #999;
|
||||
text-decoration: none;
|
||||
}
|
||||
.btn-block {
|
||||
display: block;
|
||||
width: 100%;
|
||||
padding-right: 0;
|
||||
padding-left: 0;
|
||||
}
|
||||
.btn-block + .btn-block {
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user