Added another front page space for Yaffs info. Added roave security for composer.
[yaffs-website] / web / core / themes / bartik / css / components / shortcut.css
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 }