From 5fe4898c9103f41017c082caa7df53d992808409 Mon Sep 17 00:00:00 2001 From: Cristian Fasanando Date: Mon, 18 Jan 2010 17:17:01 -0500 Subject: [PATCH] minor - fixed min-height for header --- main/css/chamilo/default.css | 2 +- main/css/chamilo_green/default.css | 2 +- main/css/chamilo_red/default.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/main/css/chamilo/default.css b/main/css/chamilo/default.css index e9f178bc11..e9df07dcdf 100644 --- a/main/css/chamilo/default.css +++ b/main/css/chamilo/default.css @@ -320,7 +320,7 @@ input[text] { position: relative; /* to avoid the IE peekabo bug*/ font-size: 1.0em; font-weight: normal; - min-height:10px; + min-height:30px; padding: 0.2em 0.5em; padding-bottom: 0.2em; color: #666; diff --git a/main/css/chamilo_green/default.css b/main/css/chamilo_green/default.css index d3a961cb75..61164c557a 100644 --- a/main/css/chamilo_green/default.css +++ b/main/css/chamilo_green/default.css @@ -322,7 +322,7 @@ input[text] { position: relative; /* to avoid the IE peekabo bug*/ font-size: 1.0em; font-weight: normal; - min-height:10px; + min-height:30px; padding: 0.2em 0.5em; padding-bottom: 0.2em; color: #666; diff --git a/main/css/chamilo_red/default.css b/main/css/chamilo_red/default.css index 76e55c38d7..4b27501970 100644 --- a/main/css/chamilo_red/default.css +++ b/main/css/chamilo_red/default.css @@ -322,7 +322,7 @@ input[text] { position: relative; /* to avoid the IE peekabo bug*/ font-size: 1.0em; font-weight: normal; - min-height:10px; + min-height:30px; padding: 0.2em 0.5em; padding-bottom: 0.2em; color: #666;