From 6ac640f36abee42a2cbc9694418e0bfc554c8fa2 Mon Sep 17 00:00:00 2001 From: yanxd Date: Mon, 17 Mar 2014 08:17:07 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=BE=E7=A8=8B=E8=B5=84=E6=BA=90=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E6=9C=89=E7=82=B9=E4=B9=B1#issue482?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/files/index.html.erb | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/app/views/files/index.html.erb b/app/views/files/index.html.erb index ffd447aca..a6dcc32c1 100644 --- a/app/views/files/index.html.erb +++ b/app/views/files/index.html.erb @@ -37,7 +37,7 @@ div.tags_area { padding: 2px 10px 10px 10px; margin: 0px; margin-bottom: 10px; - border-bottom: 1px dashed #CCCCCC; + /*border-bottom: 1px dashed #CCCCCC;*/ overflow: hidden; position: relative; } @@ -111,9 +111,19 @@ div.pagination{ border-radius: 5px; transition: all 2s linear 1s; } -.relation_file_div input:focus{ +.relation_file_div input#attach_search:focus{ border: 1px solid #1B95C6; box-shadow: 0px 0px 4px #1B95C6; + width: 200px; +} +.relation_file_div input#attach_search{ + width: 150px; + outline: none; + border-radius: 5px; + -webkit-transition: 1s width; + -moz-transition : 1s width; + -o-transition : 1s width; + transition : 1s width; }