Files: 1eb144e388da5f1a3466703f56ac4ab591d700fc / test / test-50-require-resolve / test-z-require-content.css
1287 bytesRaw
1 | test-z-require-content.css.body { |
2 | display: inline-block; |
3 | position: relative; |
4 | padding: 0; |
5 | line-height: normal; |
6 | margin-right: .1em; |
7 | cursor: pointer; |
8 | vertical-align: middle; |
9 | text-align: center; |
10 | overflow: visible; /* removes extra width in IE */ |
11 | } |
12 | .ui-button, |
13 | .ui-button:link, |
14 | .ui-button:visited, |
15 | .ui-button:hover, |
16 | .ui-button:active { |
17 | text-decoration: none; |
18 | } |
19 | /* to make room for the icon, a width needs to be set here */ |
20 | .ui-button-icon-only { |
21 | width: 2.2em; |
22 | } |
23 | /* button elements seem to need a little more width */ |
24 | button.ui-button-icon-only { |
25 | width: 2.4em; |
26 | } |
27 | .ui-button-icons-only { |
28 | width: 3.4em; |
29 | } |
30 | button.ui-button-icons-only { |
31 | width: 3.7em; |
32 | } |
33 | |
34 | /* button text element */ |
35 | .ui-button .ui-button-text { |
36 | display: block; |
37 | line-height: normal; |
38 | } |
39 | .ui-button-text-only .ui-button-text { |
40 | padding: .4em 1em; |
41 | } |
42 | .ui-button-icon-only .ui-button-text, |
43 | .ui-button-icons-only .ui-button-text { |
44 | padding: .4em; |
45 | text-indent: -9999999px; |
46 | } |
47 | .ui-button-text-icon-primary .ui-button-text, |
48 | .ui-button-text-icons .ui-button-text { |
49 | padding: .4em 1em .4em 2.1em; |
50 | } |
51 | .ui-button-text-icon-secondary .ui-button-text, |
52 | .ui-button-text-icons .ui-button-text { |
53 | padding: .4em 2.1em .4em 1em; |
54 | } |
55 | .ui-button-text-icons .ui-button-text { |
56 | padding-left: 2.1em; |
57 | padding-right: 2.1em; |
58 | } |
59 |
Built with git-ssb-web