s4

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 diff
     1.1 --- a/examples/common/default/default.css	Thu Apr 28 17:12:23 2016 +0859
     1.2 +++ b/examples/common/default/default.css	Thu Apr 28 23:28:38 2016 +0859
     1.3 @@ -61,8 +61,8 @@
     1.4      position: fixed; bottom: 0; left: 0;
     1.5      z-index: 2; background-color: rgba(250,222,222,0.6);
     1.6  }
     1.7 -div.blogcomment textarea:focus {background: yellow;
     1.8 -    position: fixed; top: 0; bottom: auto; }
     1.9 +/* div.blogcomment textarea:focus {background: yellow;
    1.10 +    position: fixed; top: 0; bottom: auto; } Need to consider narrow display */
    1.11  div.blogcomment * {opacity: 1.0;}
    1.12  table.bloghead, .bloghead tr, .bloghead td {
    1.13      border: 1px solid black; border-collapse: collapse;