Skip to content
Snippets Groups Projects
Commit b413785e authored by Clement Ho's avatar Clement Ho
Browse files

[skip ci] Replace .pull-right with .float-right

parent 3e7a17d4
No related branches found
No related tags found
No related merge requests found
Showing
with 24 additions and 24 deletions
Loading
Loading
@@ -130,7 +130,7 @@ export default {
Submit issue
</button>
<button
class="btn btn-secondary pull-right"
class="btn btn-secondary float-right"
type="button"
@click="cancel"
>
Loading
Loading
Loading
Loading
@@ -72,7 +72,7 @@ gl.issueBoards.ModalFooter = Vue.extend({
<lists-dropdown></lists-dropdown>
</div>
<button
class="btn btn-default pull-right"
class="btn btn-default float-right"
type="button"
@click="toggleModal(false)">
Cancel
Loading
Loading
Loading
Loading
@@ -16,7 +16,7 @@
<template>
<span
v-if="count === 50"
class="events-info pull-right"
class="events-info float-right"
>
<i
class="fa fa-warning"
Loading
Loading
Loading
Loading
@@ -32,7 +32,7 @@ export default {
<template>
<div
v-if="showButtons"
class="pull-right ide-btn-group"
class="float-right ide-btn-group"
>
<a
v-tooltip
Loading
Loading
Loading
Loading
@@ -127,7 +127,7 @@ export default {
<button
v-if="!discardDraftButtonDisabled"
type="button"
class="btn btn-secondary btn-sm pull-right"
class="btn btn-secondary btn-sm float-right"
@click="discardDraft"
>
{{ __('Discard draft') }}
Loading
Loading
Loading
Loading
@@ -97,7 +97,7 @@ export default {
:file="file"
/>
</span>
<span class="pull-right">
<span class="float-right">
<mr-file-icon
v-if="file.mrChange"
/>
Loading
Loading
@@ -111,7 +111,7 @@ export default {
:project-id="file.projectId"
:branch="file.branchId"
:path="file.path"
class="pull-right prepend-left-8"
class="float-right prepend-left-8"
/>
</div>
</div>
Loading
Loading
Loading
Loading
@@ -64,14 +64,14 @@
</i>
</button>
<button
class="btn btn-secondary pull-right"
class="btn btn-secondary float-right"
type="button"
@click="closeForm">
Cancel
</button>
<button
v-if="shouldShowDeleteButton"
class="btn btn-danger pull-right append-right-default"
class="btn btn-danger float-right append-right-default"
:class="{ disabled: deleteLoading }"
type="button"
:disabled="deleteLoading"
Loading
Loading
Loading
Loading
@@ -39,7 +39,7 @@
 
<span
v-if="hasHelpURL"
class="help-button pull-right"
class="help-button float-right"
>
<a
:href="helpUrl"
Loading
Loading
Loading
Loading
@@ -5,7 +5,7 @@ document.addEventListener('DOMContentLoaded', () => {
const twoFactorNode = document.querySelector('.js-two-factor-auth');
const skippable = twoFactorNode.dataset.twoFactorSkippable === 'true';
if (skippable) {
const button = `<a class="btn btn-xs btn-warning pull-right" data-method="patch" href="${twoFactorNode.dataset.two_factor_skip_url}">Configure it later</a>`;
const button = `<a class="btn btn-xs btn-warning float-right" data-method="patch" href="${twoFactorNode.dataset.two_factor_skip_url}">Configure it later</a>`;
const flashAlert = document.querySelector('.flash-alert .container-fluid');
if (flashAlert) flashAlert.insertAdjacentHTML('beforeend', button);
}
Loading
Loading
Loading
Loading
@@ -37,7 +37,7 @@ export default {
<template>
<div
id="peek-request-selector"
class="pull-right"
class="float-right"
>
<select v-model="currentRequestId">
<option
Loading
Loading
Loading
Loading
@@ -89,7 +89,7 @@
css-class="btn-secondary btn-transparent btn-clipboard"
/>
 
<div class="controls hidden-xs pull-right">
<div class="controls hidden-xs float-right">
<button
v-if="repo.canDelete"
type="button"
Loading
Loading
Loading
Loading
@@ -118,7 +118,7 @@
<button
v-if="item.canDelete"
type="button"
class="js-delete-registry btn btn-danger hidden-xs pull-right"
class="js-delete-registry btn btn-danger hidden-xs float-right"
:title="s__('ContainerRegistry|Remove tag')"
:aria-label="s__('ContainerRegistry|Remove tag')"
data-container="body"
Loading
Loading
Loading
Loading
@@ -41,7 +41,7 @@ export default {
</i>
<a
v-if="editable"
class="js-sidebar-dropdown-toggle edit-link pull-right"
class="js-sidebar-dropdown-toggle edit-link float-right"
href="#"
>
{{ __('Edit') }}
Loading
Loading
@@ -49,7 +49,7 @@ export default {
<a
v-if="showToggle"
aria-label="Toggle sidebar"
class="gutter-toggle pull-right js-sidebar-toggle"
class="gutter-toggle float-right js-sidebar-toggle"
href="#"
role="button"
>
Loading
Loading
Loading
Loading
@@ -75,7 +75,7 @@ export default {
{{ __('Confidentiality') }}
<a
v-if="isEditable"
class="pull-right confidential-edit"
class="float-right confidential-edit"
href="#"
@click.prevent="toggleForm"
>
Loading
Loading
Loading
Loading
@@ -97,7 +97,7 @@ export default {
{{ sprintf(__('Lock %{issuableDisplayName}'), { issuableDisplayName: issuableDisplayName }) }}
<button
v-if="isEditable"
class="pull-right lock-edit"
class="float-right lock-edit"
type="button"
@click.prevent="toggleForm"
>
Loading
Loading
Loading
Loading
@@ -76,7 +76,7 @@
</span>
<toggle-button
ref="toggleButton"
class="pull-right hide-collapsed js-issuable-subscribe-button"
class="float-right hide-collapsed js-issuable-subscribe-button"
:is-loading="showLoadingState"
:value="subscribed"
@change="toggleSubscription"
Loading
Loading
Loading
Loading
@@ -79,7 +79,7 @@ export default {
{{ timeSpentHumanReadable }}
</span>
</div>
<div class="compare-display estimated pull-right">
<div class="compare-display estimated float-right">
<span class="compare-label">
{{ s__('TimeTrackingEstimated|Est') }}
</span>
Loading
Loading
Loading
Loading
@@ -116,7 +116,7 @@ export default {
<div class="title hide-collapsed">
{{ __('Time tracking') }}
<div
class="help-button pull-right"
class="help-button float-right"
v-if="!showHelpState"
@click="toggleHelpState(true)"
>
Loading
Loading
@@ -127,7 +127,7 @@ export default {
</i>
</div>
<div
class="close-help-button pull-right"
class="close-help-button float-right"
v-if="showHelpState"
@click="toggleHelpState(false)"
>
Loading
Loading
Loading
Loading
@@ -104,7 +104,7 @@
</h4>
<button
type="button"
class="close pull-right"
class="close float-right"
@click="emitCancel($event)"
data-dismiss="modal"
aria-label="Close"
Loading
Loading
Loading
Loading
@@ -116,7 +116,7 @@
v-if="isLoading"
:inline="true"
/>
<div class="pull-right">
<div class="float-right">
<button
v-if="editable && !editing"
type="button"
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment