Pad out the bottom of the composebox in a symmetrical way.

(imported from commit f0db908755417c6f032b2c02e710fef04032c343)
This commit is contained in:
Waseem Daher 2013-01-14 11:46:26 -05:00
parent 7e9242c796
commit 5a77e16fbe
1 changed files with 1 additions and 3 deletions

View File

@ -105,9 +105,7 @@ ul#sidebar {
border: 1px solid #EEE;
max-width: 640px;
background-color: white;
padding-left: 10px;
padding-right: 20px;
padding-top: 8px;
padding: 8px 20px 8px 10px;
box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.3);
border-top-left-radius: 6px;
border-top-right-radius: 6px;