Merge pull request #692 from zakkain/ui-tweaks

MAD BUG FIXES YO
This commit is contained in:
Zachary Kain 2013-03-21 11:50:28 -07:00
commit 4770af02a9
4 changed files with 8 additions and 1 deletions

View file

@ -57,6 +57,10 @@ future re: pets and whatnot, this is just temporary.
.herobox[data-checkpet="hasPet"][data-checkuser="isUser"]
padding-top: 3.25em
// if not user's avatar, remove lines for party unity
.herobox:not([data-checkuser="isUser"])
outline: 0
// expose hero info on hover, taking
// into account the extra pet space
.herobox:hover, .herobox:focus

View file

@ -59,7 +59,7 @@
overflow: visible
.flyout .tile {
width: 5em;
min-width: 5em;
}
.stacked .tile {
outline: 0

View file

@ -42,6 +42,7 @@
background-color: $bad
.item-img
float: left
display: inline-block
vertical-align: top
// background-color: $bad

View file

@ -251,6 +251,8 @@ for $stage in $stages
.task:hover .task-meta-controls
opacity: 1
.popover
line-height: 1.5
// task editing
// ------------