Changeset 1933430
- Timestamp:
- 08/30/2018 09:35:53 PM (8 years ago)
- Location:
- level-system
- Files:
-
- 4 edited
-
tags/1.0.0/includes/class-level_system-widgets.php (modified) (1 diff)
-
tags/1.0.0/public/css/level_system-public.css (modified) (1 diff)
-
trunk/includes/class-level_system-widgets.php (modified) (1 diff)
-
trunk/public/css/level_system-public.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
level-system/tags/1.0.0/includes/class-level_system-widgets.php
r1930500 r1933430 100 100 <div class="progress center-block" style="width: 80%;"> 101 101 <div class="progress-bar progress-bar-striped active" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width:<?php echo $bar;?>"> 102 <span class="sr-only"><?php echo $user_XP . " / " . $actualNextLevel?></span>102 <span class="sr-only"><?php echo " " . $user_XP . " / " . $actualNextLevel . " xp" ?></span> 103 103 </div> 104 104 </div> -
level-system/tags/1.0.0/public/css/level_system-public.css
r1930500 r1933430 17 17 max-width:350px; 18 18 } 19 20 .sr-only{ 21 display:inline-block; 22 } -
level-system/trunk/includes/class-level_system-widgets.php
r1930500 r1933430 100 100 <div class="progress center-block" style="width: 80%;"> 101 101 <div class="progress-bar progress-bar-striped active" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width:<?php echo $bar;?>"> 102 <span class="sr-only"><?php echo $user_XP . " / " . $actualNextLevel?></span>102 <span class="sr-only"><?php echo " " . $user_XP . " / " . $actualNextLevel . " xp" ?></span> 103 103 </div> 104 104 </div> -
level-system/trunk/public/css/level_system-public.css
r1930500 r1933430 17 17 max-width:350px; 18 18 } 19 20 .sr-only{ 21 display:inline-block; 22 }
Note: See TracChangeset
for help on using the changeset viewer.