CC-4809: Listen popup UI breaks with localization

-fixed
This commit is contained in:
denise 2013-01-08 17:51:42 -05:00
parent 22e4811b22
commit 3b2b275c30
3 changed files with 10 additions and 1 deletions

View File

@ -60,7 +60,7 @@ $(document).ready(function(){
<a class="close-round" href="#" id="popup-close"></a>
<input id="popup-share-link" type="text" readonly="readonly"/>
</div>
<div class="jp-stream">
<div class="jp-stream stream-player-label">
<div class="jp-stream-text"><? echo _("Select stream:"); ?></div>
<form id="form1" method="post" action="">

View File

@ -105,6 +105,13 @@ select {
font-weight: bold;
}
.stream-player-label {
padding-left: 8px !important;
}
.jp-stream form {
margin-left: 7px !important;
}
.override_help_icon, .icecast_metadata_help_icon {
cursor: help;
position: relative;

View File

@ -470,5 +470,7 @@ $(document).ready(function() {
setTimeout(removeSuccessMsg, 5000);
});
});
$('#popup-link').css('width', $('.jp-container h1').css('width'));
});