Remove excessive 5% left-padding and replace with consistent padding

This gives more space to display/input setting panels and is more
consistent with the padding on the left-side menu as well.

Bug: T136273
Change-Id: I5c0e5e351e370c4c0b19783edc8278250ca3ca76
This commit is contained in:
Niklas Laxström
2016-05-26 09:34:06 +02:00
parent 9f3e0860a9
commit 988372204b

View File

@@ -42,7 +42,7 @@
} }
#languagesettings-settings-panel { #languagesettings-settings-panel {
padding-left: 5%; padding: 0 15px;
color: #252525; color: #252525;
background: #fff; background: #fff;
border-bottom-right-radius: 5px; border-bottom-right-radius: 5px;