Mercurial > hg > isophonics-drupal-site
comparison core/themes/bartik/css/components/shortcut.css @ 0:4c8ae668cc8c
Initial import (non-working)
author | Chris Cannam |
---|---|
date | Wed, 29 Nov 2017 16:09:58 +0000 |
parents | |
children | af1871eacc83 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:4c8ae668cc8c |
---|---|
1 /** | |
2 * @file | |
3 * Visual styles for the Shortcut action link in Bartik. | |
4 */ | |
5 | |
6 .shortcut-wrapper { | |
7 margin: 2.2em 0 1.1em 0; /* Same as usual .page-title margin. */ | |
8 } | |
9 .shortcut-wrapper .page-title { | |
10 float: left; /* LTR */ | |
11 margin: 0; | |
12 } | |
13 [dir="rtl"] .shortcut-wrapper .page-title { | |
14 float: right; | |
15 } | |
16 .shortcut-action { | |
17 border-bottom: none; | |
18 margin-left: 0.5em; /* LTR */ | |
19 padding-top: 0.35em; | |
20 } | |
21 [dir="rtl"] .shortcut-action { | |
22 margin-left: 0; | |
23 margin-right: 0.5em; | |
24 } | |
25 .shortcut-action:hover, | |
26 .shortcut-action:active, | |
27 .shortcut-action:focus { | |
28 border-bottom: none; | |
29 } |