mirror of
https://github.com/zombieFox/nightTab.git
synced 2025-06-25 20:11:27 +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;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.button-wrap-inline {
|
||||
width: initial;
|
||||
display: inline-block;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
}
|
||||
|
@ -1200,6 +1200,8 @@ input[type="range"]:disabled::-moz-range-progress {
|
||||
}
|
||||
|
||||
.form-inline {
|
||||
margin-left: -0.5em;
|
||||
margin-right: -0.5em;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: flex-start;
|
||||
@ -1208,7 +1210,8 @@ input[type="range"]:disabled::-moz-range-progress {
|
||||
}
|
||||
|
||||
.form-inline>* {
|
||||
margin-right: 1em;
|
||||
padding-left: 0.5em;
|
||||
padding-right: 0.5em;
|
||||
width: initial;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user