From 3f84ba6b8634a2316883441b7a73e25e0efe5240 Mon Sep 17 00:00:00 2001 From: Max Lynch Date: Sat, 31 Aug 2013 19:01:39 -0500 Subject: [PATCH] moved panel to menu --- dist/ionic.css | 8 ++++---- example/panel_controller.html | 14 ++++++++------ scss/ionic-structure.scss | 4 ++-- scss/ionic-theme.scss | 4 ++-- scss/ionic/structure/{_panel.scss => _menu.scss} | 8 ++++---- scss/ionic/theme/{_panel.scss => _menu.scss} | 0 6 files changed, 20 insertions(+), 18 deletions(-) rename scss/ionic/structure/{_panel.scss => _menu.scss} (83%) rename scss/ionic/theme/{_panel.scss => _menu.scss} (100%) diff --git a/dist/ionic.css b/dist/ionic.css index d55679e7d8..7f9ba6a5a9 100644 --- a/dist/ionic.css +++ b/dist/ionic.css @@ -1051,7 +1051,7 @@ a.list-item { margin-bottom: 0; line-height: 1.3; } -.ion-panel { +.menu { display: none; min-height: 100%; max-height: 100%; @@ -1063,13 +1063,13 @@ a.list-item { overflow-y: scroll; -webkit-overflow-scrolling: touch; } -.ion-panel-left { +.menu-left { left: 0; } -.ion-panel-right { +.menu-right { right: 0; } -.ion-panel-animated { +.menu-animated { -webkit-transition: -webkit-transform 200ms ease; -moz-transition: -moz-transform 200ms ease; transition: transform 200ms ease; } diff --git a/example/panel_controller.html b/example/panel_controller.html index 4ebc37dc22..4df20c9529 100644 --- a/example/panel_controller.html +++ b/example/panel_controller.html @@ -18,7 +18,7 @@ -

Panels

+

Chats