Add left and right padding for search header of compact ULS

See https://phabricator.wikimedia.org/T130633

Change-Id: I59a632c312682a92cf8341dec9de2779a81bb298
This commit is contained in:
Santhosh Thottingal
2016-04-05 10:15:27 +05:30
parent 1e8c2168f6
commit 7780bfb17a

View File

@@ -10,7 +10,7 @@
.uls-compact .uls-search {
background: white;
border-top: none;
padding: 0.8em 0;
padding: 0.8em 10%;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #DDD;