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
This commit is contained in:
David Lyle 2015-01-20 22:46:36 -07:00
parent ee711e5c11
commit 6fff510704

View File

@ -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;