Fix RDO styling for responsive design

When shrinking size of the window, design changes to mobile
layout. This has still RTD styling, so we need to update it for
applied RDO styling.

Change-Id: I52e114e23001a956594c89b0eb7db929362c4b79
This commit is contained in:
Jaromir Coufal 2015-04-28 09:21:04 +02:00
parent 9780e8a9b6
commit dd55a9062d

View File

@ -17,14 +17,27 @@ body {
/* page header */
.wy-side-nav-search {
.wy-side-nav-search,
.wy-nav-top {
background: rgba(0, 0, 0, 0.05) !important;
}
.wy-side-nav-search a {
.wy-nav-top {
line-height: 40px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.wy-side-nav-search a,
.wy-nav-top a,
.wy-nav-top i {
color: rgb(160, 0, 0) !important;
}
.wy-nav-top i {
position: relative;
top: 0.1em;
}
.wy-side-nav-search input[type="text"] {
border-color: rgba(0, 0, 0, 0.25);
}