12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- /*!
- * DevExtreme
- * Version: 15.1.4
- * Build date: Jun 22, 2015
- *
- * Copyright (c) 2012 - 2015 Developer Express Inc. ALL RIGHTS RESERVED
- * EULA: https://www.devexpress.com/Support/EULAs/DevExtreme.xml
- */
- html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
- {
- font-size: 100%;
- margin: 0;
- padding: 0;
- border: 0;
- outline: 0;
- background: transparent;
- }
- html, body
- {
- width: 100%;
- height: 100%;
- }
- body
- {
- background: #fff;
- }
- .dx-viewport
- {
- width: 100%;
- height: 100%;
- }
- blockquote, q
- {
- quotes: none;
- }
- a
- {
- color: #818181;
- }
- :focus
- {
- outline: 0;
- }
- ins
- {
- text-decoration: none;
- }
- del
- {
- text-decoration: line-through;
- }
- table
- {
- border-collapse: collapse;
- border-spacing: 0;
- }
- article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
- {
- display: block;
- }
- .dx-full-height
- {
- height: 100%;
- }
- .dx-transition
- {
- position: relative;
- }
- .dx-transition-absolute .dx-transition-inner-wrapper
- {
- position: absolute;
- height: 100%;
- width: 100%;
- }
- .dx-hidden, .dx-inactive-view
- {
- display: none !important;
- }
- .dx-transition-absolute .dx-active-view
- {
- left: 0;
- height: 100%;
- position: absolute;
- }
|