diff --git a/media/css/seahub.css b/media/css/seahub.css index 40f557b84f..f0377d193a 100644 --- a/media/css/seahub.css +++ b/media/css/seahub.css @@ -596,6 +596,7 @@ textarea:-moz-placeholder {/* for FF */ } .simple-input-popup .long-input { width:99%; + *width:252px; } /*ui-autocomplete*/ @@ -713,6 +714,9 @@ textarea:-moz-placeholder {/* for FF */ text-align:center; margin:0 1px 5px 1px; } +.mygroup { + *display:inline; /* for ie 6,7 */ +} .mygroup .name { display:inline-block; width:100%; @@ -1161,6 +1165,9 @@ textarea:-moz-placeholder {/* for FF */ width:315px; margin:0 17px 25px 0; } +.group-list .group { + *display:inline; /* for ie 6,7 */ +} .group .txt { color:#333; width:250px; @@ -1402,6 +1409,9 @@ textarea:-moz-placeholder {/* for FF */ #shared-link-text { border:0; } +#shared-link-text { + vertical-align:middle; /*for ie 7*/ +} .file-op { margin-top:0.8em; } diff --git a/templates/file_view.html b/templates/file_view.html index 0e072086d7..6cf9e11749 100644 --- a/templates/file_view.html +++ b/templates/file_view.html @@ -25,7 +25,7 @@