Skip to content

Commit

Permalink
Fixed styling issue #420
Browse files Browse the repository at this point in the history
  • Loading branch information
rainerborene committed Dec 4, 2010
1 parent 045919f commit 7b668a9
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions symphony/assets/forms.css
Expand Up @@ -123,6 +123,21 @@ ul.group {
.group > div {
margin-bottom: -1.75em;
}
.group > div > label > i {
width:45%;
height:16px;
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
text-align:right;
cursor:help;
float:right;
}
.group > div > label > i:hover {
white-space:normal;
height:auto;
background: rgba(255, 255, 255, 0.8);
}
.triple {
padding-left: 72px;
}
Expand Down

0 comments on commit 7b668a9

Please sign in to comment.