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 |
22
public/njum/css/cstms.css
vendored
22
public/njum/css/cstms.css
vendored
@@ -1043,4 +1043,24 @@ a.badge.video-id {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
|
||||
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')
|
||||
@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="col-sm scrollable hidden-xs p-0"></div>
|
||||
<div class="container p-0">
|
||||
|
@@ -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']) !!}
|
||||
</div>
|
||||
<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>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user