Mercurial > hg > rr-repo
comparison sites/all/modules/ctools/css/button.css @ 0:ff03f76ab3fe
initial version
author | danieleb <danielebarchiesi@me.com> |
---|---|
date | Wed, 21 Aug 2013 18:51:11 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:ff03f76ab3fe |
---|---|
1 | |
2 .ctools-button-processed { | |
3 border-style: solid; | |
4 border-width: 1px; | |
5 display: inline-block; | |
6 line-height: 1; | |
7 } | |
8 | |
9 .ctools-button-processed:hover { | |
10 cursor: pointer; | |
11 } | |
12 | |
13 .ctools-button-processed .ctools-content { | |
14 padding-bottom: 2px; | |
15 padding-top: 2px; | |
16 } | |
17 | |
18 .ctools-no-js .ctools-content ul, | |
19 .ctools-button-processed .ctools-content ul { | |
20 list-style-image: none; | |
21 list-style-type: none; | |
22 } | |
23 | |
24 .ctools-button-processed li { | |
25 line-height: 1.3333; | |
26 } | |
27 | |
28 .ctools-button li a { | |
29 padding-left: 12px; | |
30 padding-right: 12px; | |
31 } |