From 3a754133dbc138390503341fd2e9beba3e43aa4b Mon Sep 17 00:00:00 2001 From: Jose Antonio Marquez Date: Fri, 27 Jan 2012 12:05:17 -0800 Subject: Merged old FileIO --- _scss/imports/scss/_Base.scss | 0 _scss/imports/scss/_Components.scss | 0 _scss/imports/scss/_MainWindow.scss | 2 +- _scss/imports/scss/_MenuUI.scss | 0 _scss/imports/scss/_PanelUI.scss | 0 _scss/imports/scss/_ScrollBars.scss | 0 _scss/imports/scss/_Stage.scss | 91 ------------------------------------ _scss/imports/scss/_Tools.scss | 0 _scss/imports/scss/_ToolsSample.scss | 0 _scss/imports/scss/_UserContent.scss | 0 _scss/imports/scss/_mixins.scss | 0 _scss/imports/scss/_toolbar.scss | 0 12 files changed, 1 insertion(+), 92 deletions(-) mode change 100644 => 100755 _scss/imports/scss/_Base.scss mode change 100644 => 100755 _scss/imports/scss/_Components.scss mode change 100644 => 100755 _scss/imports/scss/_MainWindow.scss mode change 100644 => 100755 _scss/imports/scss/_MenuUI.scss mode change 100644 => 100755 _scss/imports/scss/_PanelUI.scss mode change 100644 => 100755 _scss/imports/scss/_ScrollBars.scss mode change 100644 => 100755 _scss/imports/scss/_Stage.scss mode change 100644 => 100755 _scss/imports/scss/_Tools.scss mode change 100644 => 100755 _scss/imports/scss/_ToolsSample.scss mode change 100644 => 100755 _scss/imports/scss/_UserContent.scss mode change 100644 => 100755 _scss/imports/scss/_mixins.scss mode change 100644 => 100755 _scss/imports/scss/_toolbar.scss (limited to '_scss/imports/scss') diff --git a/_scss/imports/scss/_Base.scss b/_scss/imports/scss/_Base.scss old mode 100644 new mode 100755 diff --git a/_scss/imports/scss/_Components.scss b/_scss/imports/scss/_Components.scss old mode 100644 new mode 100755 diff --git a/_scss/imports/scss/_MainWindow.scss b/_scss/imports/scss/_MainWindow.scss old mode 100644 new mode 100755 index 0807d894..c5552e4e --- a/_scss/imports/scss/_MainWindow.scss +++ b/_scss/imports/scss/_MainWindow.scss @@ -67,7 +67,7 @@ width:100%; top:0px; left:0px; - z-index: 9999; + z-index: 6995; } #topPanelContainer, diff --git a/_scss/imports/scss/_MenuUI.scss b/_scss/imports/scss/_MenuUI.scss old mode 100644 new mode 100755 diff --git a/_scss/imports/scss/_PanelUI.scss b/_scss/imports/scss/_PanelUI.scss old mode 100644 new mode 100755 diff --git a/_scss/imports/scss/_ScrollBars.scss b/_scss/imports/scss/_ScrollBars.scss old mode 100644 new mode 100755 diff --git a/_scss/imports/scss/_Stage.scss b/_scss/imports/scss/_Stage.scss old mode 100644 new mode 100755 index a992b793..bed29d98 --- a/_scss/imports/scss/_Stage.scss +++ b/_scss/imports/scss/_Stage.scss @@ -4,7 +4,6 @@ // (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved. // - #middleDocArea { -webkit-box-orient: horizontal; -moz-box-orient: horizontal; @@ -21,40 +20,6 @@ border-width: 1px; } -/* Used for the Iframe Version -#mainStageIFrame { - border: none; - margin: 4px; -} -*/ - - - -#mainStageArea { - -moz-box-flex: 1; - -webkit-box-flex: 1; - box-flex: 1; - - overflow: scroll; - position: relative; - - margin: 0px; - padding: 0px; - border: none; -} - -#pasteBoard { - /*position: relative;*/ - top: 0px; - left: 0px; - margin: 0px; - padding: 0px; - border: none; - - /*overflow: scroll;*/ -} - - #stageBG { width:100%; height:100%; @@ -85,24 +50,6 @@ z-index: 1; } -#stageParent { - /* we aren't entirely sure why this works but putting a slight opacity on this div - seems to keep the users content from breaking through the overlay canvas and eating mouse events - John Mayhew - */ - z-index: 2; - opacity: 0.99; - /*height: 1000px;*/ - /*width: 2000px;*/ - position: absolute; - margin: 0px; - border: none; - padding: 0px; - top: 0px; - left: 0px; - /*background-color: red;*/ -} - .global3DSettings { -webkit-transform-style: preserve-3d; -webkit-transform:perspective(1400) matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1); @@ -112,11 +59,6 @@ -webkit-perspective: 1400; } -.pasteBoardSize { - height: 1000px; - width: 2000px; -} - #iframeContainer { position: absolute; top: 0px; @@ -129,10 +71,6 @@ background:$color-stage; } -#iframeContainer iframe { - -} - #drawingCanvas { position: absolute; margin: 0px; @@ -163,32 +101,3 @@ left: 0px; z-index: 4; } - -#codeViewContainer { - position: absolute; - top: 0px; - left: 0px; - margin: 0px; - padding: 0px; - background: $color-app-bg; - width:100%; - height:100%; - display:none; -} - -#mainContent #codeMirror_1 { - height:100%; -} - -#mainContent .CodeMirror { - width: 100%; - height: 100%; - background: white; -} - -#mainContent .CodeMirror-scroll { - height: 100%; - overflow: scroll; - overflow-x: auto; - overflow-y: auto; -} diff --git a/_scss/imports/scss/_Tools.scss b/_scss/imports/scss/_Tools.scss old mode 100644 new mode 100755 diff --git a/_scss/imports/scss/_ToolsSample.scss b/_scss/imports/scss/_ToolsSample.scss old mode 100644 new mode 100755 diff --git a/_scss/imports/scss/_UserContent.scss b/_scss/imports/scss/_UserContent.scss old mode 100644 new mode 100755 diff --git a/_scss/imports/scss/_mixins.scss b/_scss/imports/scss/_mixins.scss old mode 100644 new mode 100755 diff --git a/_scss/imports/scss/_toolbar.scss b/_scss/imports/scss/_toolbar.scss old mode 100644 new mode 100755 -- cgit v1.2.3