Adjust padding of sources in summary

Make the right padding bigger and the left padding smaller, so that the
boundaries that trigger the accordion effect are more closely associated
with corresponding icons. Also slightly decrease the overall padding between
sources.
This commit is contained in:
Marina Zhurakhinskaya 2011-02-21 16:29:54 -05:00
parent 75dbe4fdb9
commit 5fc4d1751c

View File

@ -1066,8 +1066,8 @@ StTooltip StLabel {
} }
.summary-source-button { .summary-source-button {
padding-left: 12px; padding-left: 4px;
padding-right: 12px; padding-right: 16px;
} }
.summary-source-button:last-child { .summary-source-button:last-child {