Merge branch 'saas-dev-publishing' of https://github.com/sourcefabric/Airtime into saas-dev-publishing

This commit is contained in:
drigato 2015-11-12 15:28:51 -05:00
commit 9fc4e1c603
10 changed files with 122 additions and 120 deletions

View file

@ -335,6 +335,7 @@ thead th.ui-state-default:focus {
#sb_show_filter {
right: 0;
max-width: 125px;
position: absolute;
}

View file

@ -4011,6 +4011,10 @@ li .ui-state-hover {
top: 74px !important;
}
.angular_wrapper > .btn-toolbar {
padding: 5px 0 0 5px;
}
.podcast-metadata p {
text-align: center;
padding: 0 10px;
@ -4135,6 +4139,11 @@ li .ui-state-hover {
/* Publishing Dialog */
.icon-soundcloud-white {
background: url(images/icon_soundcloud_cm_white.png) 0 0 no-repeat;
width: 24px;
}
.source-name {
text-align: left !important;
}