diff options
author | thomascube <thomas@roundcube.net> | 2008-09-18 20:16:27 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2008-09-18 20:16:27 +0000 |
commit | 633142fa6b43649af0398bccb17f9cfdf5241cf8 (patch) | |
tree | 72085d8b7342b2f7ee1b8c490a68b9a0406e50df /skins/default/common.css | |
parent | 9787ca6063cb6da225532f9a4e99e89c9c805155 (diff) |
Prevent drag layer from wrapping lines
Diffstat (limited to 'skins/default/common.css')
-rw-r--r-- | skins/default/common.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/skins/default/common.css b/skins/default/common.css index ef138cb1b..7d3d35fd3 100644 --- a/skins/default/common.css +++ b/skins/default/common.css @@ -388,6 +388,8 @@ html>body*#quicksearchbar[id$="quicksearchbar"]:not([class="none"]) #quicksearch #rcmdraglayer { + min-width: 300px; + width: auto !important; width: 300px; border: 1px solid #999999; background-color: #F9F9F9; @@ -396,6 +398,7 @@ html>body*#quicksearchbar[id$="quicksearchbar"]:not([class="none"]) #quicksearch padding-top: 3px; padding-bottom: 3px; font-size: 11px; + white-space: nowrap; opacity: 0.7; -moz-opacity: 0.7; filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70); |