From: Dan Brown Date: Sun, 6 Sep 2015 14:03:37 +0000 (+0100) Subject: Updated page editor with more usefull buttons X-Git-Tag: v0.5.0~40 X-Git-Url: http://source.bookstackapp.com/bookstack/commitdiff_plain/2acbe0f0c89fdb674138dd3a0f29a04fee9d9118 Updated page editor with more usefull buttons --- diff --git a/resources/assets/sass/_forms.scss b/resources/assets/sass/_forms.scss index 825793e48..11eac26a5 100644 --- a/resources/assets/sass/_forms.scss +++ b/resources/assets/sass/_forms.scss @@ -109,6 +109,8 @@ input[type="text"], input[type="number"], input[type="email"], input[type="searc } .search-box { + max-width: 100%; + position: relative; button { background-color: transparent; border: none; @@ -124,5 +126,6 @@ input[type="text"], input[type="number"], input[type="email"], input[type="searc input { padding-right: $-l; width: 300px; + max-width: 100%; } } \ No newline at end of file diff --git a/resources/views/base.blade.php b/resources/views/base.blade.php index 968f9ea9a..3f730ef38 100644 --- a/resources/views/base.blade.php +++ b/resources/views/base.blade.php @@ -39,16 +39,16 @@