Files: cfc8d49135488f7554210234b3a503c2dbd6c6a5 / test / test-50-fs-runtime-layer / test-z-asset-A.css
1025 bytesRaw
1 | .ui-button, |
2 | .ui-button:link, |
3 | .ui-button:visited, |
4 | .ui-button:hover, |
5 | .ui-button:active { |
6 | text-decoration: none; |
7 | } |
8 | /* to make room for the icon, a width needs to be set here */ |
9 | .ui-button-icon-only { |
10 | width: 2.2em; |
11 | } |
12 | /* button elements seem to need a little more width */ |
13 | button.ui-button-icon-only { |
14 | width: 2.4em; |
15 | } |
16 | .ui-button-icons-only { |
17 | width: 3.4em; |
18 | } |
19 | button.ui-button-icons-only { |
20 | width: 3.7em; |
21 | } |
22 | |
23 | /* button text element */ |
24 | .ui-button .ui-button-text { |
25 | display: block; |
26 | line-height: normal; |
27 | } |
28 | .ui-button-text-only .ui-button-text { |
29 | padding: .4em 1em; |
30 | } |
31 | .ui-button-icon-only .ui-button-text, |
32 | .ui-button-icons-only .ui-button-text { |
33 | padding: .4em; |
34 | text-indent: -9999999px; |
35 | } |
36 | .ui-button-text-icon-primary .ui-button-text, |
37 | .ui-button-text-icons .ui-button-text { |
38 | padding: .4em 1em .4em 2.1em; |
39 | } |
40 | .ui-button-text-icon-secondary .ui-button-text, |
41 | .ui-button-text-icons .ui-button-text { |
42 | padding: .4em 2.1em .4em 1em; |
43 | } |
44 | .ui-button-text-icons .ui-button-text { |
45 | padding-left: 2.1em; |
46 | padding-right: 2.1em; |
47 | } |
48 |
Built with git-ssb-web