Mercurial > hg > cmmr2012-drupal-site
diff core/themes/bartik/css/components/shortcut.css @ 0:c75dbcec494b
Initial commit from drush-created site
author | Chris Cannam |
---|---|
date | Thu, 05 Jul 2018 14:24:15 +0000 |
parents | |
children | 12f9dff5fda9 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/core/themes/bartik/css/components/shortcut.css Thu Jul 05 14:24:15 2018 +0000 @@ -0,0 +1,29 @@ +/** + * @file + * Visual styles for the Shortcut action link in Bartik. + */ + +.shortcut-wrapper { + margin: 2.2em 0 1.1em 0; /* Same as usual .page-title margin. */ +} +.shortcut-wrapper .page-title { + float: left; /* LTR */ + margin: 0; +} +[dir="rtl"] .shortcut-wrapper .page-title { + float: right; +} +.shortcut-action { + border-bottom: none; + margin-left: 0.5em; /* LTR */ + padding-top: 0.35em; +} +[dir="rtl"] .shortcut-action { + margin-left: 0; + margin-right: 0.5em; +} +.shortcut-action:hover, +.shortcut-action:active, +.shortcut-action:focus { + border-bottom: none; +}