fixed menu sizing bug and permissions sizing bug

This commit is contained in:
Connor Turland 2013-02-20 17:52:25 -05:00
parent 50bc2b53a9
commit 5fd9af3dfd
2 changed files with 4 additions and 5 deletions

View file

@ -53,7 +53,7 @@ var labelType, useGradients, nativeTextSupport, animate, json, Mconsole = null,
clearTimeout(lT); clearTimeout(lT);
if (! sliding1) { if (! sliding1) {
sliding1 = true; sliding1 = true;
var listLength = $('.logo .menu li').length * 27; var listLength = $('.logo .menu li').length * 28;
$('.footer .menu').animate({ $('.footer .menu').animate({
height: listLength + 'px' height: listLength + 'px'
}, 300, function() { }, 300, function() {

View file

@ -80,8 +80,8 @@
overflow: hidden; overflow: hidden;
} }
.best_in_place_name:hover { .best_in_place_name:hover {
width:150px; width: 150px;
float:left; float: left;
text-overflow: none; text-overflow: none;
white-space: normal; white-space: normal;
overflow: visible; overflow: visible;
@ -95,7 +95,6 @@
z-index: 5; z-index: 5;
} }
.best_in_place_name input{ .best_in_place_name input{
max-width:130px; max-width:130px;
} }
@ -172,7 +171,7 @@
padding: 5px 0 5px 5px; padding: 5px 0 5px 5px;
position: relative; position: relative;
left: 16px; left: 16px;
width: 172px; width: 175px;
opacity: 0.98; opacity: 0.98;
box-shadow: 4px 4px 5px #888888; box-shadow: 4px 4px 5px #888888;
border: 1px solid #AAA; border: 1px solid #AAA;