From f3dc624fa464a79fd8e8cec1ddd16ed2109bda23 Mon Sep 17 00:00:00 2001 From: Ananya Sen Date: Fri, 10 Feb 2012 16:05:27 -0800 Subject: Revert "Merge from /joseeight/ninja-internal/tree/FileIO" This reverts commit c48eeb01bd726895dc577d8b843b2a75883eee07. Signed-off-by: Ananya Sen --- js/panels/Timeline/Style.reel/scss/Style.scss | 70 --------------------------- js/panels/Timeline/Style.reel/scss/config.rb | 9 ---- 2 files changed, 79 deletions(-) delete mode 100644 js/panels/Timeline/Style.reel/scss/Style.scss delete mode 100644 js/panels/Timeline/Style.reel/scss/config.rb (limited to 'js/panels/Timeline/Style.reel/scss') diff --git a/js/panels/Timeline/Style.reel/scss/Style.scss b/js/panels/Timeline/Style.reel/scss/Style.scss deleted file mode 100644 index f15f553d..00000000 --- a/js/panels/Timeline/Style.reel/scss/Style.scss +++ /dev/null @@ -1,70 +0,0 @@ -/* Layer.scss - * Main SCSS file for Layer component, compiled by SASS into the file css/Layer.css. - */ - -// Import theme settings -@import "../../../../../_scss/imports/themes/default/colors"; -@import "../../../../../_scss/imports/themes/default/mixins"; - -// Import generic mixins and styles -@import "../../../../../_scss/imports/scss/mixins"; - -.hidden { - display: none; -} -.row-editor { - position: relative; - height: 14px; -} -.style-padding { - padding-left: 5px; - padding-top: 3px; - padding-right: 5px; -} -.style-row { - height: 20px; - border-bottom: 1px solid $color-menu-divider; -} - -div.content-style div.editable2 { - height: 14px; - background-color: $color-panel-hilite-text !IMPORTANT; - color: $color-panel-hilite-bg !IMPORTANT; - border-width: 0px; - font-size: 11px; - overflow: hidden; - -webkit-user-select: text; - white-space: nowrap; - text-overflow: clip; - width: 100%; -} -.content-style.collapsible-content, -.content-style.collapsible-content div, -.content-style.collapsible-content span { - overflow: visible; - text-overflow: visible; -} -div.content-style div.cell-property, -div.content-style div.cell-value { - width: 45%; - float: left; - height: 18px; - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; - line-height: 18px; -} -div.content-style div.cell-property div { - min-width: 90%; - height: 100%; - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; -} - -div.content-style input.nj-skinned { - height: 10px; - font-size: 12px; - top: -3px; -} - diff --git a/js/panels/Timeline/Style.reel/scss/config.rb b/js/panels/Timeline/Style.reel/scss/config.rb deleted file mode 100644 index e5a99b70..00000000 --- a/js/panels/Timeline/Style.reel/scss/config.rb +++ /dev/null @@ -1,9 +0,0 @@ -# Require any additional compass plugins here. -# Set this to the root of your project when deployed: -http_path = "/" -css_dir = "../css" -sass_dir = "" -images_dir = "../images/" -javascripts_dir = "../js" -# To enable relative paths to assets via compass helper functions. Uncomment: -# relative_assets = true -- cgit v1.2.3