Added basic user authentication.
This commit is contained in:
@@ -44,6 +44,10 @@ body {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.pd {
|
||||
padding: 10%;
|
||||
}
|
||||
|
||||
/****************************************************************************
|
||||
* Content. *
|
||||
****************************************************************************/
|
||||
@@ -83,7 +87,7 @@ body {
|
||||
margin-left: 2em;
|
||||
}
|
||||
|
||||
.search-btn {
|
||||
.clear-btn {
|
||||
border: none;
|
||||
background-color: #00000000;
|
||||
}
|
||||
@@ -92,6 +96,10 @@ body {
|
||||
height: 2.5em;
|
||||
}
|
||||
|
||||
.float-right {
|
||||
float: right;
|
||||
}
|
||||
|
||||
/****************************************************************************
|
||||
* Grid. *
|
||||
****************************************************************************/
|
||||
|
Reference in New Issue
Block a user