JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
admin_pages: widen page title field
authorJason Woofenden <jason@jasonwoof.com>
Thu, 25 Sep 2014 18:12:54 +0000 (14:12 -0400)
committerJason Woofenden <jason@jasonwoof.com>
Thu, 25 Sep 2014 18:12:54 +0000 (14:12 -0400)
admin_pages.html
style.less

index 416e1f5..55eed7d 100644 (file)
 
                        <div class="caption">Title</div>
                        <div class="field_notes">(This appears at the top of the page, in the window title-bar (by the close button) and as the headline/link of search engine results.)</div>
-                       <div class="field"><input type="text" name="title" value="~title attr~"></div>
+                       <div class="field"><input type="text" name="title" value="~title attr~" class="wide_field"></div>
 
                        <div class="caption">Filename</div>
                        <div class="field_notes">(<!--~editing {~-->Careful: if you change this, be sure to update all links to this page<!--~}~--><!--~editing unset {~-->Please use only a-z, 0-9 and _ (underscore) in your filename. Please, no capitals, punctuation or spaces.<!--~}~-->)</div>
index c4bee38..19dcef3 100644 (file)
@@ -240,3 +240,7 @@ div > :last-child,
 .last {
        margin-bottom: 0px;
 }
+.wide_field {
+       box-sizing: border-box;
+       width: 100%;
+}