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;