Fix podcast title responsive layout on radio page

This commit is contained in:
drigato 2015-11-16 14:16:10 -05:00
parent 28d378abfa
commit 16f252c2c8
2 changed files with 44 additions and 10 deletions

View file

@ -111,13 +111,6 @@ span.login-img {
margin: 10px;
}
.podcast .rss_icon {
width: 200px;
position: absolute;
right: 40px;
text-align: right;
}
.podcast .rss_icon span {
color: #fff;
@ -134,7 +127,6 @@ span.login-img {
.podcast .rss_icon img {
width: 40px;
vertical-align: middle;
margin-left: 10px;
}
@ -146,6 +138,42 @@ span.login-img {
}
.rss-title-wrapper {
overflow:hidden;
}
.rss-title-wrapper div {
padding: 10px;
}
#rss-title {
float:left;
width:60%;
text-align:right;
font-size: 28px;
font-weight: 300;
}
#rss-subscribe {
overflow:hidden;
text-align: right;
}
@media screen and (max-width: 490px) {
#rss-title {
float: none;
margin-right:0;
width:auto;
border:0;
}
#rss-title, #rss-subscribe {
text-align: center;
}
}
input[type="text"] {
font-family: 'Roboto', sans-serif;
color: #fff;