projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f80476
)
Set maximum height for duplicate list, to make scrolling easier.
author
Jan Schneider
<jan@horde.org>
Mon, 23 Aug 2010 12:57:33 +0000
(14:57 +0200)
committer
Jan Schneider
<jan@horde.org>
Mon, 23 Aug 2010 12:57:33 +0000
(14:57 +0200)
turba/themes/screen.css
patch
|
blob
|
history
diff --git
a/turba/themes/screen.css
b/turba/themes/screen.css
index
f4edcf8
..
ca3f7fa
100644
(file)
--- a/
turba/themes/screen.css
+++ b/
turba/themes/screen.css
@@
-71,10
+71,10
@@
table#addressbook-list th.sortdown {
/* Duplicates */
.turba-duplicate {
- overflow-y: hidden;
- overflow-x: auto;
+ overflow: auto;
white-space: nowrap;
vertical-align: top;
+ max-height: 400px;
}
.turba-duplicate-contact {
display: inline-block;