@progress/kendo-ui
Version:
This package is part of the [Kendo UI for jQuery](http://www.telerik.com/kendo-ui) suite.
139 lines (120 loc) • 2.86 kB
text/less
/*!
* Copyright 2018 Telerik EAD
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
@import "../common/navbar.less";
@import "../../common/transitions.less";
@import "base.less";
// ToolBar
.km-android .k-toolbar
{
border: 0;
padding-top: 0;
padding-bottom: 0;
line-height: 2.6em;
background-image: none;
}
.km-android .k-toolbar > *
{
vertical-align: top;
}
.km-android .k-toolbar .k-button-icon .km-icon,
.km-android .k-toolbar .k-button-icontext .km-icon,
.km-android .k-split-button .km-arrowdown
{
width: 1em;
height: 1em;
font-size: 2.4em;
margin-top: -8px;
margin-bottom: -5px;
margin-right: .1em;
vertical-align: middle;
}
.km-android .k-toolbar .km-button
{
.box-sizing(border-box);
}
.km-android .k-toolbar .km-text
{
vertical-align: middle;
}
.km-android .k-toolbar .km-buttongroup .k-button-icon
{
padding-left: .6em;
padding-right: .6em;
}
.km-android .k-toolbar .km-buttongroup
{
border-width: 0 1px;
border-style: solid;
padding: 0 .5em;
}
.km-android .k-toolbar .km-buttongroup .km-button
{
border-style: solid;
border-color: transparent;
border-width: 1px 0;
}
.km-android .k-toolbar .km-buttongroup + .km-buttongroup
{
padding-left: 0;
border-left: 0;
margin-left: 0;
}
.km-root .k-toolbar .km-buttongroup.k-toolbar-last-visible
{
padding-right: 0;
border-right: 0;
margin-right: 0;
}
.km-android .k-toolbar .k-split-button-arrow
{
border-radius: 0;
}
.km-android .k-split-button .km-arrowdown
{
margin: 0;
}
.km-android .km-popup .k-split-container,
.km-android .km-popup .k-overflow-container
{
margin-left: 0 ;
width: 100% ;
}
.km-android .k-split-wrapper > .km-popup-wrapper,
.km-android .k-overflow-wrapper > .km-popup-wrapper
{
padding: 7px 7px 13px;
}
.km-tablet .km-android .k-split-wrapper > .km-popup-wrapper,
.km-tablet .km-android .k-overflow-wrapper > .km-popup-wrapper
{
padding: 9px 9px 15px;
}
.km-android .k-split-container .km-actionsheet-cancel,
.km-android .k-overflow-container .km-actionsheet-cancel
{
display: none;
}
.km-android .k-split-container .km-button,
.km-android .k-overflow-container .km-button
{
margin: 0;
padding-right: 3em;
}
.km-android .k-overflow-wrapper
{
height: auto ;
bottom: 0;
}