Don't let large file names expand selection thingy

This commit is contained in:
Jordan Bates 2013-04-25 12:44:55 -07:00
parent f038479df0
commit 45851c07b3
4 changed files with 6 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -678,6 +678,8 @@ input.field.tripped:not(:hover):not(:focus) {
display: block;
padding: 0px 4px;
margin-bottom: 2px;
overflow: hidden;
text-overflow: ellipsis;
}
#qr-no-file {
color: #AAA;
@ -693,6 +695,7 @@ input.field.tripped:not(:hover):not(:focus) {
margin-top: 1px;
overflow: hidden;
padding: 2px 1px 0;
height: 22px;
}
#qr-filename-container:hover {
cursor: text;