changeset 211:2dbaad689d2d

rm textarea warping
author HIROSE Yuuji <yuuji@gentei.org>
date Thu, 28 Apr 2016 23:28:38 +0859
parents e08a4a4d3f1d
children 0001236d6a0c
files examples/common/default/default.css
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/examples/common/default/default.css	Thu Apr 28 17:12:23 2016 +0859
+++ b/examples/common/default/default.css	Thu Apr 28 23:28:38 2016 +0859
@@ -61,8 +61,8 @@
     position: fixed; bottom: 0; left: 0;
     z-index: 2; background-color: rgba(250,222,222,0.6);
 }
-div.blogcomment textarea:focus {background: yellow;
-    position: fixed; top: 0; bottom: auto; }
+/* div.blogcomment textarea:focus {background: yellow;
+    position: fixed; top: 0; bottom: auto; } Need to consider narrow display */
 div.blogcomment * {opacity: 1.0;}
 table.bloghead, .bloghead tr, .bloghead td {
     border: 1px solid black; border-collapse: collapse;

yatex.org