[Pkg-mozext-commits] [wot] 190/226: Non resizable text area in the RW

David Prévot taffit at moszumanska.debian.org
Fri May 1 00:35:50 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository wot.

commit 17afe6b51a5b257195962cab83fd1edc06d13541
Author: Sergey Andryukhin <sorgoz at yandex.com>
Date:   Fri Dec 13 17:38:19 2013 +0200

    Non resizable text area in the RW
---
 skin/ratingwindow.css | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/skin/ratingwindow.css b/skin/ratingwindow.css
index 5d53e62..a197f60 100644
--- a/skin/ratingwindow.css
+++ b/skin/ratingwindow.css
@@ -27,6 +27,10 @@ body {
     padding: 0;
 }
 
+textarea {
+    resize: none;
+}
+
 #wot-ratingwindow {
     display: block;
     padding: 10px 16px 0;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/wot.git



More information about the Pkg-mozext-commits mailing list