mirror of
https://github.com/fazo96/homework.git
synced 2025-01-24 14:24:20 +01:00
57 lines
535 B
CSS
57 lines
535 B
CSS
/* Generics */
|
|
input {
|
|
text-align:center;
|
|
}
|
|
|
|
.page-header {
|
|
text-align: center;
|
|
}
|
|
|
|
.container {
|
|
max-width: 700px;
|
|
}
|
|
|
|
.close {
|
|
clear:both;
|
|
}
|
|
|
|
/* Custom Classes */
|
|
|
|
.edit-note {
|
|
float: left;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.btn-auth {
|
|
width: 100px;
|
|
}
|
|
|
|
.close-note {
|
|
float: right;
|
|
margin-top: -24px;
|
|
}
|
|
|
|
.close-notification{
|
|
float: right;
|
|
margin-top: -22px;
|
|
}
|
|
|
|
.area {
|
|
resize: none;
|
|
}
|
|
|
|
/* IDs */
|
|
|
|
#quicknotes {
|
|
max-width: 500px;
|
|
}
|
|
|
|
#newNote {
|
|
max-width: 250px;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
#mail {
|
|
margin-bottom: 10px;
|
|
}
|