From: Jason Woofenden Date: Thu, 25 Sep 2014 18:12:54 +0000 (-0400) Subject: admin_pages: widen page title field X-Git-Url: https://jasonwoof.com/gitweb/?p=wfpl-cms.git;a=commitdiff_plain;h=aaae0e10e435f5188f3ad9bb581e8dcd227dd3f6 admin_pages: widen page title field --- diff --git a/admin_pages.html b/admin_pages.html index 416e1f5..55eed7d 100644 --- a/admin_pages.html +++ b/admin_pages.html @@ -271,7 +271,7 @@
Title
(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.)
-
+
Filename
(Careful: if you change this, be sure to update all links to this pagePlease use only a-z, 0-9 and _ (underscore) in your filename. Please, no capitals, punctuation or spaces.)
diff --git a/style.less b/style.less index c4bee38..19dcef3 100644 --- a/style.less +++ b/style.less @@ -240,3 +240,7 @@ div > :last-child, .last { margin-bottom: 0px; } +.wide_field { + box-sizing: border-box; + width: 100%; +}