From 2be5041d0de8b996182a03ca86740706b69937af Mon Sep 17 00:00:00 2001 From: yanxd Date: Fri, 11 Jul 2014 10:42:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E4=BB=B6=E7=95=8C=E9=9D=A2=E7=9A=84?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/stylesheets/application.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 10b8fb328..aae90eb4e 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -1843,6 +1843,7 @@ span.required {color: #bb0000;} .summary {font-style: italic;} #attachments_fields input.description {margin-left:4px; width:100px; } +#attachments_fields span {display:block; white-space:nowrap;} #attachments_fields span .boldSpan{display:block; white-space:nowrap; font-family:'微软雅黑';} #attachments_fields input.filename {border:0; height:1.8em; width:150px; color:#555; background-color:inherit; background:url(../images/attachment.png) no-repeat 1px 50%; padding-left:18px;}/*Modified by young*/ #attachments_fields .ajax-waiting input.filename {background:url(../images/hourglass.png) no-repeat 0px 50%;} @@ -1851,7 +1852,7 @@ span.required {color: #bb0000;} a.remove-upload {background: url(../images/delete.png) no-repeat 1px 50%; width:1px; display:inline-block; padding-left:16px;} a.remove-upload:hover {text-decoration:none !important;} #attachments_fields input.is_public_checkbox {width:20px;} -#attachments_fields span.ispublic-label {width:50px;margin-left:10px; } +#attachments_fields span.ispublic-label {display:inline-block;width:50px;margin-left:10px; } /*gcm upload file count and deleteall*/ #upload_file_count #count {color:red; font-size:1.5em;}