some updates related to #28

This commit is contained in:
Henrique Dias
2015-10-24 10:54:10 +01:00
parent 8affc3136f
commit a7fcdfa430
9 changed files with 48 additions and 21 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -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) {

View File

@@ -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;