From 6fff51070470195d935c73f1351827f08fabe213 Mon Sep 17 00:00:00 2001 From: David Lyle Date: Tue, 20 Jan 2015 22:46:36 -0700 Subject: [PATCH] Removing dead css The picker was relocated long ago, this css is no longer used and should be removed. Change-Id: Ifb1c9b6b25b01bb41d97764c109c76df60330a89 Closes-Bug: #1413783 --- .../static/dashboard/scss/horizon.scss | 66 ------------------- 1 file changed, 66 deletions(-) diff --git a/openstack_dashboard/static/dashboard/scss/horizon.scss b/openstack_dashboard/static/dashboard/scss/horizon.scss index d3399e6b89..b7af7116b0 100644 --- a/openstack_dashboard/static/dashboard/scss/horizon.scss +++ b/openstack_dashboard/static/dashboard/scss/horizon.scss @@ -199,72 +199,6 @@ a.current_item:hover h4 { border-radius: 4px; } -.sidebar .switcher_bar { - width: 190px; - height: 38px; - padding: 5px 0; - margin-left: 14px; - margin-bottom: 15px; -} - -.sidebar .switcher_bar a.dropdown-toggle { - display: block; - padding: 5px 0; - background-image: url(../img/drop_arrow.png); - border: 1px solid #c0d9e4; - background-color: #e9f5fa; - background-repeat: no-repeat; - background-position: 167px 23px; -} - -.sidebar .switcher_bar a.dropdown-toggle:hover { - text-decoration: none; - background-color: #cde8f4; -} - -.sidebar .switcher_bar:focus { - outline: none; -} - -.sidebar .switcher_bar { - h3 { - color: #4790ae; - font-size: 16px; - margin: -6px 0 0 14px; - padding: 0; - overflow: hidden; - text-overflow:ellipsis; - white-space: nowrap; - } - h3:hover { - white-space: normal; - overflow: visible; - text-overflow: none; - padding-right: 1em; - word-wrap: break-word; - } -} - -.sidebar .switcher_bar h4 { - color: #6fabc4; - font-size: 10px; - text-transform: uppercase; - font-weight: normal; - padding: 0; -} - - -.sidebar .switcher_bar ul { - border: 1px solid #c0d9e4; - margin-left: -1px; - width: 190px; -} - -.sidebar .switcher_bar li a:hover{ - background: #92d6f1; -} - - #usage { margin-bottom: 25px; height: 125px;