Drop bootstrap .well and .pull-left

Reduce bootstrap .pull-right usage
This commit is contained in:
djmaze 2021-11-09 00:53:42 +01:00
parent d64cfb96ad
commit 99c72ad9e6
29 changed files with 348 additions and 391 deletions

View file

@ -12,10 +12,6 @@
@media screen and (min-width: 1000px) {
.button-delete-transitions {
transition: all 0.2s linear;
}
.b-folders li .anim-action-class {
animation: highlight-folder-row 0.5s linear;
}

View file

@ -31,6 +31,7 @@ html.rl-no-preview-pane {
flex-direction: column;
.b-footer {
display: flex;
flex-shrink: 0;
padding: 7px;
@ -51,6 +52,11 @@ html.rl-no-preview-pane {
}
}
.b-footer nav {
flex-grow: 1;
text-align: right;
}
.btn.buttonMoreSearch {
font-size: 11px;
padding-left: 8px;
@ -58,6 +64,7 @@ html.rl-no-preview-pane {
}
.second-toolbar {
display: flex;
flex-shrink: 0;
padding: 10px 8px 10px 11px;
white-space: nowrap;
@ -68,26 +75,35 @@ html.rl-no-preview-pane {
border-top-right-radius: @rlMainBorderRadius;
border-top-left-radius: @rlMainBorderRadius;
border-bottom: 1px solid #bbb;
}
.checkboxCheckAll {
cursor: pointer;
vertical-align: middle
}
.checkboxCheckAll {
cursor: pointer;
margin: 0.5em 0.5em 0 0;
}
.input-append {
margin-left: 14px;
text-align: right;
width: calc(100% - 30px);
.search-input-wrp {
flex-grow: 1;
position: relative;
text-align: right;
}
.close-input-wrp {
width: 90%;
min-width: 200px;
max-width: 300px;
}
.inputSearch {
display: inline-block;
max-width: 300px;
width: 100%;
}
.inputSearch {
width: 100%;
}
.closeSearch {
position: absolute;
right: 0;
top: 5px;
margin: 0 7px;
z-index: 100;
vertical-align: middle;
opacity: .4;
&:hover {
opacity: .6;
}
}

View file

@ -80,10 +80,6 @@
border-radius: @rlMainBorderRadius;
}
html.rl-mobile #rl-settings-subscreen > * {
margin-right: 15px;
}
.firefox-drag #rl-settings-subscreen,
.firefox-drag .modal-body {
overflow: hidden;

View file

@ -26,10 +26,10 @@
}
td + td {
width: 150px;
text-align: right;
}
td + td + td {
width: 1%;
width: 1em;
}
.delete {

View file

@ -10,6 +10,7 @@
}
td + td {
white-space: nowrap;
width: 1em;
}

View file

@ -93,7 +93,7 @@
blockquote {
border: 0;
border-left: solid 2px #444;
border-left: 2px solid #444;
margin: 5px 0 5px 5px;
padding-left: 5px;
}