Browse Source

fix CSS of options' inputs

nin-v2
Simon Grim 7 years ago
parent
commit
ff47cf38a6
  1. 3
      css/style.css
  2. 3
      sass/layout/_tabs.sass

3
css/style.css

@ -2248,6 +2248,9 @@ button.light:hover, .light.show-more-followers:hover, a.button.light:hover { @@ -2248,6 +2248,9 @@ button.light:hover, .light.show-more-followers:hover, a.button.light:hover {
.options {
position: relative;
}
.options input {
display: inline-block;
}
.options button, .options .show-more-followers, .options input, .options select {
font-size: 13px;
}

3
sass/layout/_tabs.sass

@ -1,6 +1,9 @@ @@ -1,6 +1,9 @@
.options
position: relative
input
display: inline-block
button, input, select
font-size: 13px

Loading…
Cancel
Save