diff --git a/app/assets/javascripts/application.js b/app/assets/javascripts/application.js index 7a4124e1..c8bed862 100644 --- a/app/assets/javascripts/application.js +++ b/app/assets/javascripts/application.js @@ -53,7 +53,7 @@ var labelType, useGradients, nativeTextSupport, animate, json, Mconsole = null, clearTimeout(lT); if (! sliding1) { sliding1 = true; - var listLength = $('.logo .menu li').length * 27; + var listLength = $('.logo .menu li').length * 28; $('.footer .menu').animate({ height: listLength + 'px' }, 300, function() { diff --git a/app/assets/stylesheets/base.css b/app/assets/stylesheets/base.css index dede0afe..41366406 100644 --- a/app/assets/stylesheets/base.css +++ b/app/assets/stylesheets/base.css @@ -80,8 +80,8 @@ overflow: hidden; } .best_in_place_name:hover { - width:150px; - float:left; + width: 150px; + float: left; text-overflow: none; white-space: normal; overflow: visible; @@ -95,7 +95,6 @@ z-index: 5; } - .best_in_place_name input{ max-width:130px; } @@ -172,7 +171,7 @@ padding: 5px 0 5px 5px; position: relative; left: 16px; - width: 172px; + width: 175px; opacity: 0.98; box-shadow: 4px 4px 5px #888888; border: 1px solid #AAA;