mirror of
https://github.com/zombieFox/nightTab.git
synced 2025-06-26 04:21:38 +02:00
[design] improve form inline
This commit is contained in:
parent
3ea18b11e2
commit
f0cfe94003
@ -210,10 +210,6 @@ button [class*=" button-"]:last-child,
|
|||||||
padding: 0.5em 0;
|
padding: 0.5em 0;
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
display: block;
|
display: flex;
|
||||||
}
|
flex-direction: row;
|
||||||
|
|
||||||
.button-wrap-inline {
|
|
||||||
width: initial;
|
|
||||||
display: inline-block;
|
|
||||||
}
|
}
|
||||||
|
@ -1200,6 +1200,8 @@ input[type="range"]:disabled::-moz-range-progress {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.form-inline {
|
.form-inline {
|
||||||
|
margin-left: -0.5em;
|
||||||
|
margin-right: -0.5em;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
@ -1208,7 +1210,8 @@ input[type="range"]:disabled::-moz-range-progress {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.form-inline>* {
|
.form-inline>* {
|
||||||
margin-right: 1em;
|
padding-left: 0.5em;
|
||||||
|
padding-right: 0.5em;
|
||||||
width: initial;
|
width: initial;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user