some updates related to #28
This commit is contained in:
@@ -5,6 +5,9 @@ $(document).ready(function() {
|
||||
$(document).on('ready pjax:success', function() {
|
||||
// Starts the perfect scroolbar plugin
|
||||
$('.scroll').perfectScrollbar();
|
||||
$('.datetimepicker').datetimepicker({
|
||||
format: 'Y-m-d H:i:s+00:00'
|
||||
});
|
||||
|
||||
// Log out the user sending bad credentials to the server
|
||||
$("#logout").click(function(event) {
|
||||
|
||||
@@ -6,7 +6,8 @@ pre {
|
||||
border-radius : .5em;
|
||||
}
|
||||
|
||||
input {
|
||||
input,
|
||||
textarea {
|
||||
width : 100%;
|
||||
background-color: rgba(0, 0, 0, 0.25);
|
||||
color : rgba(255, 255, 255, 0.3);
|
||||
@@ -25,6 +26,12 @@ input:focus {
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
textarea {
|
||||
transition: none;
|
||||
resize : vertical;
|
||||
min-height: 4em;
|
||||
}
|
||||
|
||||
label {
|
||||
width : 10.5em;
|
||||
display: inline-block;
|
||||
|
||||
Reference in New Issue
Block a user