* SAAS-1184 - more polish for publishing/podcasting

* Fix some issues with the station podcast feed
* Various small fixes
This commit is contained in:
Duncan Sommerville 2015-11-11 16:47:07 -05:00
parent 5264bebe57
commit 74f7c454b5
13 changed files with 257 additions and 50 deletions

View file

@ -28,8 +28,6 @@
}
#schedule-add-show dl {
padding: 8px;
margin-bottom: 8px;
margin: 0;
padding: 0;
width: 100%;
@ -51,7 +49,6 @@
text-align: left;
min-width: 103px;
padding-top: 4px;
clear: left;
}
#schedule-add-show dt.big {
@ -124,7 +121,14 @@ label.wrapp-label input[type="checkbox"] {
}
#add_show_hosts-element > label {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-align-items: flex-end;
-moz-align-items: flex-end;
-ms-align-items: flex-end;
align-items: flex-end;
}

View file

@ -160,7 +160,7 @@ div.btn > span {
border: 1px solid #5b5b5b;
}
#library_empty_image {
.empty_placeholder_image {
opacity: .3;
width: 16px;
@ -171,7 +171,7 @@ div.btn > span {
padding-right: 2px; /* For the webstream icon */
}
#library_empty {
.empty_placeholder {
display: none;
font-size: 16px;
position: absolute;
@ -181,14 +181,14 @@ div.btn > span {
color: #efefef;
}
#library_empty a {
.empty_placeholder a {
font-size: 0.9em;
line-height: 37px;
text-decoration: none;
color: #FF5D1A;
}
#library_empty a:visited {
.empty_placeholder a:visited {
color: #CE3C01;
}

View file

@ -4019,11 +4019,13 @@ li .ui-state-hover {
}
.podcast-metadata label,
.podcast-metadata input,
.podcast-metadata input:not([type="checkbox"]),
.podcast-metadata select,
.podcast-metadata textarea,
.media-metadata label,
.media-metadata input,
.media-metadata textarea{
.media-metadata input:not([type="checkbox"]),
.media-metadata select,
.media-metadata textarea {
margin: 4px 0;
}
@ -4038,9 +4040,11 @@ li .ui-state-hover {
float: left;
}
.podcast-metadata input[type="text"],
.podcast-metadata input:not([type="checkbox"]),
.podcast-metadata select,
.podcast-metadata textarea,
.media-metadata input[type="text"],
.media-metadata input:not([type="checkbox"]),
.media-metadata select,
.media-metadata textarea {
width: 60%;
float: left;