fix change count, closes #638

This commit is contained in:
Saman Bemel-Benrud
2013-02-12 17:31:16 -05:00
parent f03200279b
commit 334f963f3c
+4 -3
View File
@@ -19,6 +19,7 @@ body {
}
.limiter {
position: relative;
max-width: 1200px;
}
@@ -185,7 +186,8 @@ ul.toggle-list li a {
border-top: 1px solid white;
display:block;
border-top: 1px solid rgba(0, 0, 0, .5);
text-wrap:no-wrap;
white-space:nowrap;
text-overflow:ellipsis;
overflow:hidden;
}
ul.toggle-list li a:hover { background-color: #ececec;}
@@ -352,8 +354,7 @@ button.save .count {
button.save.has-count .count {
display: block;
position: absolute;
top: 0;
bottom: 0;
top: 5px;
background: rgba(255, 255, 255, .5);
color: #333;
padding: 10px;