some css tweaks in njum
This commit is contained in:
Binary file not shown.
Before Width: | Height: | Size: 117 KiB After Width: | Height: | Size: 1.3 MiB |
20
public/njum/css/cstms.css
vendored
20
public/njum/css/cstms.css
vendored
@@ -1044,3 +1044,23 @@ a.badge.video-id {
|
|||||||
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;
|
||||||
|
}
|
||||||
|
@@ -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">
|
||||||
|
@@ -7,7 +7,7 @@
|
|||||||
{!! 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>
|
||||||
|
Reference in New Issue
Block a user