Skip to content

Commit

Permalink
https://github.com/WWBN/AVideo/issues/9391
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Neto committed Sep 10, 2024
1 parent 0818566 commit 69c9123
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion plugin/AD_Server_Location/campaignPanel.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
$countries = IP2Location::getCountries();
?>
<div class="form-group col-sm-4">
<label for="status"><?php echo __("Country"); ?>:</label>
<label for="status"><?php echo __("Country"); ?> / <?php echo __("Region"); ?>:</label>
<select class="form-control input-sm" name="country" id="country">
<option>All</option>
<?php
Expand Down
3 changes: 3 additions & 0 deletions plugin/PlayerSkins/player.css
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@
#mainVideo > div.vjs-control-bar > div.vjs-menu-button.vjs-menu-button-popup.vjs-control.vjs-button > div > ul{
font-size: 1.2em !important;
}
#mainVideo > div.vjs-control-bar > div.vjs-menu-button.vjs-menu-button-popup.vjs-control.vjs-button > div > ul li{
padding: 6px 1px !important;
}
}
@media all and (max-width: 800px) {
div.vjs-control-bar{
Expand Down
2 changes: 1 addition & 1 deletion view/managerUsers_body.php
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@
</div>

<div class="row">
<label class="col-md-4 control-label"><?php echo __("Country"); ?></label>
<label class="col-md-4 control-label"><?php echo __("Country"); ?> / <?php echo __("Region"); ?></label>
<div class="col-md-8 inputGroupContainer">
<div class="input-group">
<span class="input-group-addon"><i class="fa fa-lock"></i></span>
Expand Down
2 changes: 1 addition & 1 deletion view/userPersonalInfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
$countries = IP2Location::getCountries();
?>
<div class="form-group">
<label for="status" class="col-md-4 control-label"><?php echo __("Country"); ?>:</label>
<label for="status" class="col-md-4 control-label"><?php echo __("Country"); ?> / <?php echo __("Region"); ?>:</label>
<div class="col-md-8 inputGroupContainer">

<div class="input-group">
Expand Down

0 comments on commit 69c9123

Please sign in to comment.