toolbar.less
5.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
/*!
*/
@import "../common/navbar.less";
@import "../../common/transitions.less";
@import "base.less";
/* ToolBar */
.km-ios7 .k-toolbar .km-buttongroup .km-button
{
padding-top: 0;
padding-bottom: 0;
line-height: 2em;
}
.km-ios7 .k-toolbar .k-button-icon .km-icon,
.km-ios7 .k-toolbar .k-button-icontext .km-icon,
.km-ios7 .k-split-button .km-arrowdown
{
width: 1em;
height: 1em;
font-size: 1.2em;
margin-top: -3px;
vertical-align: middle;
}
.km-ios7 .km-actionsheet.k-split-container > li > .km-button,
.km-ios7 .km-actionsheet.k-overflow-container > li > .km-button
{
min-width: 10em;
text-align: center;
font-size: 1.1em;
border: 0;
border-radius: 0;
}
.km-ios7 .km-actionsheet.k-split-container > li > .km-button
{
min-width: 5em;
}
.km-ios7 .k-split-wrapper .km-actionsheet-wrapper,
.km-ios7 .k-overflow-wrapper .km-actionsheet-wrapper
{
padding: 1px;
}
html .km-ios7 .k-split-container.km-actionsheet > li,
html .km-ios7 .k-overflow-container.km-actionsheet > li
{
margin-top: 0;
margin-bottom: 0;
}