Mercurial > hg > rr-repo
view sites/all/themes/omega/css/modules/contextual/contextual.theme-rtl.css @ 0:ff03f76ab3fe
initial version
author | danieleb <danielebarchiesi@me.com> |
---|---|
date | Wed, 21 Aug 2013 18:51:11 +0100 |
parents | |
children |
line wrap: on
line source
/** * @file * Styling for contextual links look and feel. */ /** * Contextual links. */ .contextual-links { left: 0; right: auto; -webkit-border-radius: 0 4px 4px 4px; -moz-border-radius: 0 4px 4px 4px; -ms-border-radius: 0 4px 4px 4px; -o-border-radius: 0 4px 4px 4px; border-radius: 0 4px 4px 4px; }