mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-08 20:22:42 +01:00
added empty directories
This commit is contained in:
parent
1c782b6f2c
commit
472d2c9249
0
app/storage/.gitkeep
Executable file
0
app/storage/.gitkeep
Executable file
0
app/storage/cache/.gitkeep
vendored
Executable file
0
app/storage/cache/.gitkeep
vendored
Executable file
0
app/storage/logs/.gitkeep
Executable file
0
app/storage/logs/.gitkeep
Executable file
0
app/storage/meta/.gitkeep
Executable file
0
app/storage/meta/.gitkeep
Executable file
0
app/storage/sessions/.gitkeep
Executable file
0
app/storage/sessions/.gitkeep
Executable file
0
app/storage/views/.gitkeep
Executable file
0
app/storage/views/.gitkeep
Executable file
@ -1,55 +0,0 @@
|
||||
@extends('master')
|
||||
|
||||
@section('head')
|
||||
|
||||
<style type="text/css">
|
||||
body {
|
||||
padding-top: 40px;
|
||||
padding-bottom: 40px;
|
||||
background-color: #eee !important;
|
||||
}
|
||||
|
||||
.form-signin {
|
||||
max-width: 330px;
|
||||
padding: 15px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
.form-signin .form-signin-heading,
|
||||
.form-signin .checkbox {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.form-signin .checkbox {
|
||||
font-weight: normal;
|
||||
}
|
||||
.form-signin .form-control {
|
||||
position: relative;
|
||||
font-size: 16px;
|
||||
height: auto;
|
||||
padding: 10px;
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.form-signin .form-control:focus {
|
||||
z-index: 2;
|
||||
}
|
||||
.form-signin input[type="text"] {
|
||||
margin-bottom: -1px;
|
||||
border-bottom-left-radius: 0;
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
.form-signin input[type="password"] {
|
||||
margin-bottom: 10px;
|
||||
border-top-left-radius: 0;
|
||||
border-top-right-radius: 0;
|
||||
}
|
||||
</style>
|
||||
|
||||
@stop
|
||||
|
||||
@section('body')
|
||||
<div class="container">
|
||||
|
||||
</div>
|
||||
|
||||
@stop
|
0
public/vendor/.gitkeep
vendored
Executable file
0
public/vendor/.gitkeep
vendored
Executable file
Loading…
Reference in New Issue
Block a user