Small style improvements - fix rounded corners in message list,
don't show horizontal scroller in contacts list
| | |
| | | /*** message list ***/ |
| | | |
| | | #messagelist thead td:first-child { |
| | | border-radius: 4px 0 0 0; |
| | | } |
| | | |
| | | #messagelist thead td:last-child { |
| | | border-radius: 0 4px 0 0; |
| | | border-radius: 4px 0 0 0; /* for Chrome */ |
| | | } |
| | | |
| | | #messagelist tr td.attachment, |
| | |
| | | .uibox { |
| | | border: 1px solid #a3a3a3; |
| | | border-radius: 4px; |
| | | overflow: hidden; |
| | | box-shadow: 0 0 2px #999; |
| | | -o-box-shadow: 0 0 2px #999; |
| | | -webkit-box-shadow: 0 0 2px #999; |
| | |
| | | left: 0; |
| | | width: 100%; |
| | | bottom: 0; |
| | | overflow: auto; |
| | | overflow-x: hidden; |
| | | overflow-y: auto; |
| | | } |
| | | |
| | | .listbox .scroller.withfooter { |