Put the cog icon in the middle of the section title

Bug: 47978
Change-Id: I8fdd3c195f548712903d011383eb32feb8b0e0d1
This commit is contained in:
Amir E. Aharoni
2013-05-13 10:47:39 +03:00
committed by Pau Giner
parent 24ebaff9e9
commit da5555aecf

View File

@@ -20,6 +20,11 @@
cursor: pointer;
}
.skin-vector #p-lang .uls-trigger {
/* Put it in the middle of the first row of the section title */
margin-top: 4px;
}
#p-lang .uls-trigger:hover {
background-position: right -18px;
}