From b823342af2736200b8b992b819bd329c854a67df Mon Sep 17 00:00:00 2001 From: Rolux Date: Sun, 31 Jan 2010 15:02:41 +0530 Subject: [PATCH] requests, errors, dialogs --- build/css/ox.ui.css | 10 ++-- build/js/ox.ui.js | 117 ++++++++++++++++++++++++++------------------ demos/test/app.js | 38 +++++++------- 3 files changed, 96 insertions(+), 69 deletions(-) diff --git a/build/css/ox.ui.css b/build/css/ox.ui.css index 3f895d7..876a829 100644 --- a/build/css/ox.ui.css +++ b/build/css/ox.ui.css @@ -95,16 +95,16 @@ Dialog .OxDialog > .OxContent { top: 24px; - //bottom: 32px; height: 100%; + padding: 16px; } .OxDialog > .OxButtonsBar { left: 0px; right: 0px; bottom: 0px; - height: 24px; - padding: 8px; + height: 32px; + padding: 0 4px 0 4px; text-align: right; -moz-border-radius-bottomleft: 8px; -moz-border-radius-bottomright: 8px; @@ -112,6 +112,10 @@ Dialog -webkit-border-bottom-right-radius: 8px; } +.OxDialog > .OxButtonsBar > .OxButton { + margin: 8px 4px 0 4px; +} + /* ================================================================================ Forms diff --git a/build/js/ox.ui.js b/build/js/ox.ui.js index e02952e..746f05e 100644 --- a/build/js/ox.ui.js +++ b/build/js/ox.ui.js @@ -448,8 +448,36 @@ requires callback(data); } + function debug(request) { + var $iframe = $("