From 56afd862c7f9072aa2542fe3e4b1ebdc775de299 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Mon, 9 Jan 2012 22:50:55 -0500 Subject: [PATCH] Expanding ex on hover/focus --- style.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/style.css b/style.css index 47704d0..2152236 100644 --- a/style.css +++ b/style.css @@ -272,6 +272,15 @@ span.shell-start { border: none; margin-bottom: 0.5em; + + -webkit-transition: all 0.5s ease-in-out; + -moz-transition: all 0.5s ease-in-out; + transition: all 0.5s ease-in-out; +} + +.ex textarea:focus, +.ex:hover textarea { + height: 20em; } .ex .btns {