From 381f872a4daab133ed53e85526281b6e29873007 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sat, 7 Oct 2017 02:19:47 +0200 Subject: New grid component (old renamed to ResponsiveGridPanel). Flex, HPanel, VPanel and DockPanel components. Cache for components attributes. --- src/main/assets/css/style.css | 33 --------------------------------- 1 file changed, 33 deletions(-) (limited to 'src/main/assets/css') diff --git a/src/main/assets/css/style.css b/src/main/assets/css/style.css index 568f0edd..61696cb2 100644 --- a/src/main/assets/css/style.css +++ b/src/main/assets/css/style.css @@ -52,36 +52,3 @@ background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAICAQAAADdTl4aAAAAIElEQVQoz2MwrTD9TxFsZ7jPcV+IIsjFQAUw6hFqegQA+xzRHT2p7pEAAAAASUVORK5CYII=') center center no-repeat #cecece; cursor: row-resize; } - -/* Dead Simple Grid (c) 2015 Vladimir Agafonkin */ - -.dsgrow .dsgrow { margin: 0 -1.5em; } -.dsgcol { padding: 0 1.5em; } -.dsgcolf { padding: 0 1.5em; } - -.dsgrow:after { - content: ""; - clear: both; - display: table; -} - -@media only screen { - -.dsgcol { - float: left; - width: 100%; - box-sizing: border-box; -} -.dsgcol::before { - content: "\200B"; -} - -.dsgcolf { - float: left; - box-sizing: border-box; -} -.dsgcolf::before { - content: "\200B"; -} - -} -- cgit