parent
22e4811b22
commit
3b2b275c30
|
@ -60,7 +60,7 @@ $(document).ready(function(){
|
||||||
<a class="close-round" href="#" id="popup-close"></a>
|
<a class="close-round" href="#" id="popup-close"></a>
|
||||||
<input id="popup-share-link" type="text" readonly="readonly"/>
|
<input id="popup-share-link" type="text" readonly="readonly"/>
|
||||||
</div>
|
</div>
|
||||||
<div class="jp-stream">
|
<div class="jp-stream stream-player-label">
|
||||||
<div class="jp-stream-text"><? echo _("Select stream:"); ?></div>
|
<div class="jp-stream-text"><? echo _("Select stream:"); ?></div>
|
||||||
|
|
||||||
<form id="form1" method="post" action="">
|
<form id="form1" method="post" action="">
|
||||||
|
|
|
@ -105,6 +105,13 @@ select {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.stream-player-label {
|
||||||
|
padding-left: 8px !important;
|
||||||
|
}
|
||||||
|
.jp-stream form {
|
||||||
|
margin-left: 7px !important;
|
||||||
|
}
|
||||||
|
|
||||||
.override_help_icon, .icecast_metadata_help_icon {
|
.override_help_icon, .icecast_metadata_help_icon {
|
||||||
cursor: help;
|
cursor: help;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
|
@ -470,5 +470,7 @@ $(document).ready(function() {
|
||||||
setTimeout(removeSuccessMsg, 5000);
|
setTimeout(removeSuccessMsg, 5000);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
$('#popup-link').css('width', $('.jp-container h1').css('width'));
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue