From da5555aecf52e8e53515a8b07f5f41a459a79746 Mon Sep 17 00:00:00 2001 From: "Amir E. Aharoni" Date: Mon, 13 May 2013 10:47:39 +0300 Subject: [PATCH] Put the cog icon in the middle of the section title Bug: 47978 Change-Id: I8fdd3c195f548712903d011383eb32feb8b0e0d1 --- resources/css/ext.uls.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/resources/css/ext.uls.css b/resources/css/ext.uls.css index 5e0bd336..f41fb70a 100644 --- a/resources/css/ext.uls.css +++ b/resources/css/ext.uls.css @@ -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; }