Revision d25334c6
Von Hans Peter Schlaepfer vor mehr als 6 Jahren hinzugefügt
css/less/mixins.less | ||
---|---|---|
28 | 28 |
// Mixin, no class to apply in selectors |
29 | 29 |
// see H3 in main.less |
30 | 30 |
// see also Caption in tables.less |
31 |
.mx-h3-caption{ |
|
31 |
.mx-h3-caption {
|
|
32 | 32 |
text-align: left; |
33 | 33 |
font-size : @font-size-h3 ; |
34 | 34 |
font-style: normal; |
... | ... | |
52 | 52 |
// Tables |
53 | 53 |
// -------------------------------------- |
54 | 54 |
|
55 |
.mx-thead-th{ |
|
55 |
.mx-thead-th {
|
|
56 | 56 |
color: @t-cell-head-text ; |
57 | 57 |
text-align: left ; |
58 | 58 |
vertical-align: middle ; |
... | ... | |
61 | 61 |
// Buttons |
62 | 62 |
// -------------------------------------- |
63 | 63 |
|
64 |
.mx-button{ |
|
65 |
background-color: #99CCFF; |
|
66 |
border: 1px #53619B solid; |
|
64 |
.mx-button { |
|
65 |
display: inline-block ; |
|
66 |
width: auto ; |
|
67 |
text-align: center; |
|
68 |
border-style: solid; |
|
69 |
border-width: 1px; |
|
67 | 70 |
border-radius: 3px; |
68 |
color: #06C; |
|
69 |
padding: 0px 4px; |
|
70 |
} |
|
71 |
padding: 0.2em 0.6em; |
|
72 |
margin: 0.4em 0.4em 0.8em 0 ; |
|
73 |
font-size: @font-size-smaller ; |
|
74 |
font-weight: normal; |
|
75 |
font-style: normal; |
|
76 |
} |
|
77 |
|
|
78 |
|
|
79 |
|
|
80 |
|
|
81 |
|
|
82 |
|
|
83 |
|
Auch abrufbar als: Unified diff
Aenderungen hpschlaepfer