Sha256: ca4c1256a096a2df9e0568d6f84dc6a895b7dfb06b519926fec9b9a33f3b7646
Contents?: true
Size: 921 Bytes
Versions: 4
Compression:
Stored size: 921 Bytes
Contents
@import "../../../yaml-var-globals"; @media all { /** * (en) Workaround disappearing list elements on hover * (de) Workaround verhindert das Verschwinden der Listenelemente beim Hovern * * @workaround * @affected IE 5.x/Win, IE6, IE7 * @css-for IE 5.x/Win, IE6, IE7 * @valid yes */ .ym-hlist { // changee direction for parent element as workaround for IE7 * { direction:ltr !important; } // change back direction to RTL for child elements a, strong { direction:rtl !important; } ul { position:relative; float:right; // (en) Left margin of the first button // (de) Abstand des ersten Buttons vom linken Rand margin-left: 0; // Reset LTR } ul li { float: right; text-align:right !important; } } /* change back direction to RTL for child elements */ .ym-searchform { direction:rtl !important; float:left; } }
Version data entries
4 entries across 4 versions & 1 rubygems