some css tweaks in njum

This commit is contained in:
noxy
2019-10-10 19:10:43 +00:00
parent 4df2526cd1
commit 7b32d067e1
4 changed files with 24 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 117 KiB

After

Width:  |  Height:  |  Size: 1.3 MiB

View File

@@ -1043,4 +1043,24 @@ a.badge.video-id {
display: grid; display: grid;
grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
grid-gap: 1em; grid-gap: 1em;
} }
.panel.panel-default {
background: rgba(0, 0, 0, 0.78) none repeat scroll 0 0;
padding: 15px;
margin-bottom: 15px;
border-radius: .25rem;
border: 1px solid black;
text-shadow: 1px 1px black;
}
#commentForm textarea {
color: #c8c8c8;
background: rgba(0, 0, 0, 0.78) none repeat scroll 0 0;
border: 1px solid black;
text-shadow: 1px 1px black;
}
.popover {
background-color: #191919;
}

View File

@@ -24,7 +24,7 @@
@include('partials.frontendedit') @include('partials.frontendedit')
@endif @endif
@endif @endif
<canvas id="bg" class="hidden-xs"></canvas> <canvas id="bg" class="hidden-xs slideDownReturn"></canvas>
<div class="container-fluid row p-0" id="wrapper"> <div class="container-fluid row p-0" id="wrapper">
<div class="col-sm scrollable hidden-xs p-0"></div> <div class="col-sm scrollable hidden-xs p-0"></div>
<div class="container p-0"> <div class="container p-0">

View File

@@ -7,10 +7,10 @@
{!! Form::textarea('comment', null, ['placeholder' => 'Write something useful', 'id' => 'cinput', 'class' => 'form-control bg-´dark text-light comment-entry-textarea', 'required' => 'required']) !!} {!! Form::textarea('comment', null, ['placeholder' => 'Write something useful', 'id' => 'cinput', 'class' => 'form-control bg-´dark text-light comment-entry-textarea', 'required' => 'required']) !!}
</div> </div>
<div class="commentButton"> <div class="commentButton">
<div id="comment_tools" class="commentform-panel-footer"><button type="submit" class="btn btn-primary btn-sm">Post</button> <div id="comment_tools" class="commentform-panel-footer"><button type="submit" class="btn btn-dark btn-sm">Post</button>
</div> </div>
</div> </div>
</div> </div>
</form> </form>
</div> </div>
</div> </div>