From 02536f6de4fe1677b95196362520b6d44617229c Mon Sep 17 00:00:00 2001 From: life Date: Mon, 22 Sep 2014 20:04:23 +0800 Subject: [PATCH] attach css fixed firefox --- public/css/theme/basic.less | 2 +- public/css/theme/default.css | 2 +- public/css/theme/simple.css | 2 +- public/css/theme/writting-overwrite.css | 2 +- public/css/theme/writting.css | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/public/css/theme/basic.less b/public/css/theme/basic.less index ab57492..67775ae 100644 --- a/public/css/theme/basic.less +++ b/public/css/theme/basic.less @@ -434,7 +434,7 @@ float: left; } .attach-title { - width: 300px; + width: 290px; white-space: nowrap;text-overflow:ellipsis; overflow:hidden; } .attach-process { diff --git a/public/css/theme/default.css b/public/css/theme/default.css index 27ea492..1b6a70c 100644 --- a/public/css/theme/default.css +++ b/public/css/theme/default.css @@ -392,7 +392,7 @@ float: left; } #attachList li .attach-title { - width: 300px; + width: 290px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; diff --git a/public/css/theme/simple.css b/public/css/theme/simple.css index 9acfd14..1aa2e8f 100644 --- a/public/css/theme/simple.css +++ b/public/css/theme/simple.css @@ -392,7 +392,7 @@ float: left; } #attachList li .attach-title { - width: 300px; + width: 290px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; diff --git a/public/css/theme/writting-overwrite.css b/public/css/theme/writting-overwrite.css index 1ef058a..c133c9b 100644 --- a/public/css/theme/writting-overwrite.css +++ b/public/css/theme/writting-overwrite.css @@ -392,7 +392,7 @@ float: left; } #attachList li .attach-title { - width: 300px; + width: 290px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; diff --git a/public/css/theme/writting.css b/public/css/theme/writting.css index 1f49489..1d35de4 100644 --- a/public/css/theme/writting.css +++ b/public/css/theme/writting.css @@ -392,7 +392,7 @@ float: left; } #attachList li .attach-title { - width: 300px; + width: 290px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;