summaryrefslogtreecommitdiff
path: root/res/client/css/style.css
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2015-02-17 11:01:04 +0200
committerAlon Levy <alon@pobox.com>2015-02-17 11:27:11 +0200
commit02b309eff434206d5b643999428273bcc8576bc5 (patch)
treefc2836bae17f38245fc4f478b34360dccd1596ab /res/client/css/style.css
parentc0eacb5b0ab71a3c9f86c4592918f9a25d8382c5 (diff)
client: expand textanalyser input up to 80%. Fixes #239
drops animation of width because I couldn't get the plus button to animate the same.
Diffstat (limited to 'res/client/css/style.css')
-rw-r--r--res/client/css/style.css3
1 files changed, 0 insertions, 3 deletions
diff --git a/res/client/css/style.css b/res/client/css/style.css
index 12466a9b..539f0e43 100644
--- a/res/client/css/style.css
+++ b/res/client/css/style.css
@@ -516,9 +516,6 @@ body.debug .debug-ui-right {
-moz-box-sizing: border-box;
box-sizing: border-box;
background: white;
- transition-property: width;
- transition-duration: 200ms;
- transition-timing-function: ease-in;
width: 100%; }
.input-bar:focus {
border: 1px solid #919095;