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);
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() {

View file

@ -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;