diff options
author | rubo77 <github@r.z11.de> | 2016-09-16 22:20:26 +0200 |
---|---|---|
committer | rubo77 <github@r.z11.de> | 2016-09-16 22:20:26 +0200 |
commit | 8e932c2ef61faa4b7b03689549563d0137a1c333 (patch) | |
tree | e2ce416af0a7037a69db3d1859ef63166208ee58 | |
parent | 6b12669ec9cdd967fa59c2fcfb0ac5501b02f67a (diff) |
Input und Numnodes Button bei 700px korrigiert
-rw-r--r-- | stylesheets/app.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/stylesheets/app.css b/stylesheets/app.css index c198903..632c7e1 100644 --- a/stylesheets/app.css +++ b/stylesheets/app.css @@ -166,9 +166,12 @@ textarea:focus, input[type='text']:focus, input[type='email']:focus, input[type= .numnodes{ margin-left:-20px; } + input.inputright{ + width: 100%; + } } -@media only screen and (max-width: 670px) { +@media only screen and (max-width: 730px) { .numnodes{ display: none; } |