use .fl-r instead of style="float:right"
parent
3d40cab998
commit
f319d8f1f1
|
@ -18,7 +18,7 @@
|
||||||
|
|
||||||
{{macros.file_input('file-uplod', False)}}
|
{{macros.file_input('file-uplod', False)}}
|
||||||
|
|
||||||
<input style="float:right" type="submit" data-nonce="{{g.nonce}}" data-onclick="disable(this)" value="Submit" class="btn btn-primary">
|
<input type="submit" data-nonce="{{g.nonce}}" data-onclick="disable(this)" value="Submit" class="btn btn-primary fl-r">
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
|
|
|
@ -68,7 +68,7 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<div class="d-flex justify-content-between align-items-center pt-3 pb-2 sorting" style="float:right">
|
<div class="d-flex justify-content-between align-items-center pt-3 pb-2 sorting fl-r">
|
||||||
|
|
||||||
{% block navbar %}
|
{% block navbar %}
|
||||||
<div class="d-flex align-items-center">
|
<div class="d-flex align-items-center">
|
||||||
|
|
|
@ -41,11 +41,11 @@
|
||||||
<input autocomplete="off" id="kind" hidden>
|
<input autocomplete="off" id="kind" hidden>
|
||||||
<textarea autocomplete="off" id="note" maxlength="200" class="form-control" placeholder="Note to include in award notification..."></textarea>
|
<textarea autocomplete="off" id="note" maxlength="200" class="form-control" placeholder="Note to include in award notification..."></textarea>
|
||||||
|
|
||||||
<input autocomplete="off" id="giveaward" class="awardbtn btn btn-primary mt-3" style="float:right" type="submit" data-nonce="{{g.nonce}}" data-onclick="giveaward(this)" value="Give Award" data-bs-dismiss="modal" disabled>
|
<input autocomplete="off" id="giveaward" class="awardbtn btn btn-primary mt-3 fl-r" type="submit" data-nonce="{{g.nonce}}" data-onclick="giveaward(this)" value="Give Award" data-bs-dismiss="modal" disabled>
|
||||||
|
|
||||||
<button type="button" id="buy1" class="awardbtn btn btn-primary mt-3 mx-3 {% if not FEATURES['MARSEYBUX'] %}d-none{% endif %}" disabled style="float:right" data-areyousure="buy(true)" data-nonce="{{g.nonce}}" data-onclick="areyousure(this)">Buy with marseybux</button>
|
<button type="button" id="buy1" class="awardbtn btn btn-primary mt-3 mx-3 {% if not FEATURES['MARSEYBUX'] %}d-none{% endif %} fl-r" disabled data-areyousure="buy(true)" data-nonce="{{g.nonce}}" data-onclick="areyousure(this)">Buy with marseybux</button>
|
||||||
|
|
||||||
<button type="button" id="buy2" class="awardbtn btn btn-primary mt-3" disabled style="float:right" data-areyousure="buy()" data-nonce="{{g.nonce}}" data-onclick="areyousure(this)">Buy</button>
|
<button type="button" id="buy2" class="awardbtn btn btn-primary mt-3 fl-r" disabled data-areyousure="buy()" data-nonce="{{g.nonce}}" data-onclick="areyousure(this)">Buy</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -80,7 +80,7 @@
|
||||||
<h4 class=" mb-0">{{query}}</h4>
|
<h4 class=" mb-0">{{query}}</h4>
|
||||||
|
|
||||||
{% if not '/users' in request.path %}
|
{% if not '/users' in request.path %}
|
||||||
<div class="mt-3 d-flex align-items-center" style="float:right">
|
<div class="mt-3 d-flex align-items-center fl-r">
|
||||||
<div class="dropdown dropdown-actions">
|
<div class="dropdown dropdown-actions">
|
||||||
<button type="button" class="btn btn-secondary dropdown-toggle" id="dropdownMenuButton" data-bs-toggle="dropdown">
|
<button type="button" class="btn btn-secondary dropdown-toggle" id="dropdownMenuButton" data-bs-toggle="dropdown">
|
||||||
{% if t=="hour" %}<i class="fas fa-clock mr-1"></i>
|
{% if t=="hour" %}<i class="fas fa-clock mr-1"></i>
|
||||||
|
|
|
@ -161,7 +161,7 @@
|
||||||
|
|
||||||
{{macros.file_input('file-upload', True)}}
|
{{macros.file_input('file-upload', True)}}
|
||||||
|
|
||||||
<input style="float:right" type="submit" data-nonce="{{g.nonce}}" data-onclick="disable(this);remove_dialog()" value="Submit" class="btn btn-primary">
|
<input type="submit" data-nonce="{{g.nonce}}" data-onclick="disable(this);remove_dialog()" value="Submit" class="btn btn-primary fl-r">
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
<div id="message-preview" class="preview mt-2"></div>
|
<div id="message-preview" class="preview mt-2"></div>
|
||||||
|
@ -464,7 +464,7 @@
|
||||||
|
|
||||||
{{macros.file_input('file-upload-mobile', True)}}
|
{{macros.file_input('file-upload-mobile', True)}}
|
||||||
|
|
||||||
<input style="float:right" type="submit" data-nonce="{{g.nonce}}" data-onclick="disable(this);remove_dialog()" value="Submit" class="btn btn-primary">
|
<input type="submit" data-nonce="{{g.nonce}}" data-onclick="disable(this);remove_dialog()" value="Submit" class="btn btn-primary fl-r">
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
<div id="message-preview-mobile" class="preview my-3"></div>
|
<div id="message-preview-mobile" class="preview my-3"></div>
|
||||||
|
|
Loading…
Reference in New Issue