Skip to content

Commit

Permalink
Fixed issue: Added TopBar Shadow to Manage Label Sets
Browse files Browse the repository at this point in the history
  • Loading branch information
thedirtypanda committed Jun 4, 2021
1 parent 4241fe3 commit 95be047
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/views/admin/labels/labelsetsbar_view.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
</script>

<!-- Label Bar menu -->
<div class='menubar' id="labelbar">
<div class='menubar' id="labelbar" style="box-shadow: 3px 3px 3px #35363f; margin-bottom: 10px;">
<div class='row container-fluid'>

<div class="col-lg-6">
<div class="col-lg-6" style="margin-bottom: 10px;">

<!-- View buttons -->
<?php if (isset($labelbar['buttons']['view'])):?>
Expand Down

0 comments on commit 95be047

Please sign in to comment.