From f0a833b589cd3bcd3ba26037070c06e945ef6e29 Mon Sep 17 00:00:00 2001 From: Valerio Virgillito Date: Thu, 9 Feb 2012 16:37:52 -0800 Subject: Removing the un-used context menu style Signed-off-by: Valerio Virgillito --- css/ninja.css | 2 -- scss/imports/scss/_MainWindow.scss | 5 ----- 2 files changed, 7 deletions(-) diff --git a/css/ninja.css b/css/ninja.css index ba434f42..d81ea5b1 100644 --- a/css/ninja.css +++ b/css/ninja.css @@ -164,8 +164,6 @@ body { position: absolute; margin: 0px; width: 100%; height: 100%; background-co #rightPanelContent { overflow-y: hidden; } -.contextMenu { position: absolute; z-index: 999; } - #openDocumentsTabComponent { height: 25px; position: relative; overflow: hidden; color: white; } #openDocuments { float: left; height: 25px; width: 100%; font-size: 12px; list-style: none; margin: 0; padding: 0; position: relative; text-decoration: none; } diff --git a/scss/imports/scss/_MainWindow.scss b/scss/imports/scss/_MainWindow.scss index 23ace69b..8b9bf1e8 100644 --- a/scss/imports/scss/_MainWindow.scss +++ b/scss/imports/scss/_MainWindow.scss @@ -291,11 +291,6 @@ overflow-y:hidden; } -.contextMenu { - position:absolute; - z-index:999; -} - #openDocumentsTabComponent { height: 25px; position: relative; -- cgit v1.2.3