From d97b51d8cee04210f26b51b0b4614d3c7c013599 Mon Sep 17 00:00:00 2001 From: llj Date: Mon, 11 Jun 2012 13:22:22 +0800 Subject: [PATCH 1/2] modification for ff --- media/css/seahub.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/media/css/seahub.css b/media/css/seahub.css index 4774704638..6682c868ee 100644 --- a/media/css/seahub.css +++ b/media/css/seahub.css @@ -10,19 +10,22 @@ ol { padding-left:2em; } /* input button */ textarea { border: 1px solid #80B0B0; } input { - display:inline-block;/*for ie*/ height:20px; line-height:20px; margin:3px 0; border: 1px solid #80B0B0; } +input, +button { + font-size:13px;/*for ff*/ + display:inline-block;/*for ie*/ +} input[type=checkbox] { height:auto; } input[type=submit], input.submit, button { - font-size:13px;/*for ff*/ color: #080; height:23px; line-height:21px; @@ -34,7 +37,6 @@ button { margin-top:8px; } button { - display:inline-block;/*for ie*/ margin:0; } input[type=submit]:hover, From 0f6c96680ba5caf4182eaf692e2b09f044f67884 Mon Sep 17 00:00:00 2001 From: llj Date: Mon, 11 Jun 2012 14:13:14 +0800 Subject: [PATCH 2/2] modified css for narrow-panel h2 --- media/css/seahub.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/media/css/seahub.css b/media/css/seahub.css index 6682c868ee..5c07a8a1df 100644 --- a/media/css/seahub.css +++ b/media/css/seahub.css @@ -217,6 +217,9 @@ p.path, p.access-notice { margin: 12px 0 6px 0; } .narrow-panel h3 { margin-top:0; } +.narrow-panel h2 { + margin-bottom:10px; +} .narrow-panel input { width:24em; height:1.8em;