From ca6c355bb0b2e5551a978573ee68b98112797624 Mon Sep 17 00:00:00 2001 From: Kanti Date: Mon, 1 Sep 2014 10:47:14 +0200 Subject: [PATCH] Change Custom Meta Description input to textarea --- system/admin/views/add-page.html.php | 2 +- system/admin/views/add-post.html.php | 2 +- system/admin/views/edit-page.html.php | 2 +- system/admin/views/edit-post.html.php | 2 +- themes/default/css/style.css | 4 ++++ 5 files changed, 8 insertions(+), 4 deletions(-) diff --git a/system/admin/views/add-page.html.php b/system/admin/views/add-page.html.php index b69573c..c7c89cf 100644 --- a/system/admin/views/add-page.html.php +++ b/system/admin/views/add-page.html.php @@ -10,7 +10,7 @@ Title *


Url (optional)

If the url leave empty we will use the page title.

- Meta Description (optional)

+ Meta Description (optional)


diff --git a/system/admin/views/add-post.html.php b/system/admin/views/add-post.html.php index 9e80717..62a9b4a 100644 --- a/system/admin/views/add-post.html.php +++ b/system/admin/views/add-post.html.php @@ -11,7 +11,7 @@ Tag *


Url (optional)

If the url leave empty we will use the post title.

- Meta Description (optional)

+ Meta Description (optional)



diff --git a/system/admin/views/edit-page.html.php b/system/admin/views/edit-page.html.php index 7c7225f..4dd5e09 100644 --- a/system/admin/views/edit-page.html.php +++ b/system/admin/views/edit-page.html.php @@ -35,7 +35,7 @@ Title *


Url (optional)

If the url leave empty we will use the page title.

- Meta Description (optional)

+ Meta Description (optional)



diff --git a/system/admin/views/edit-post.html.php b/system/admin/views/edit-post.html.php index fb72735..aa91a8b 100644 --- a/system/admin/views/edit-post.html.php +++ b/system/admin/views/edit-post.html.php @@ -49,7 +49,7 @@ Tag *


Url (optional)

If the url leave empty we will use the post title.

- Meta Description (optional)

+ Meta Description (optional)



diff --git a/themes/default/css/style.css b/themes/default/css/style.css index b5095ba..684e6c1 100644 --- a/themes/default/css/style.css +++ b/themes/default/css/style.css @@ -266,6 +266,10 @@ textarea { line-height: 1.4; background-color: #F6F7F9; border: 1px solid #CFDAE5; + padding: 2%; + width: 96%; + min-height: 5em; + overflow: auto; } textarea:hover {