mirror of
https://github.com/fazo96/homework.git
synced 2025-03-21 22:48:39 +01:00
79 lines
785 B
CSS
79 lines
785 B
CSS
/* Generics */
|
|
input {
|
|
text-align:center;
|
|
}
|
|
|
|
.page-header {
|
|
text-align: center;
|
|
}
|
|
|
|
.container {
|
|
max-width: 700px;
|
|
}
|
|
|
|
.close {
|
|
clear:both;
|
|
}
|
|
|
|
.subtitle { color: #999; }
|
|
|
|
/* Custom Classes */
|
|
|
|
.notification {
|
|
max-width: 80%;
|
|
}
|
|
|
|
.spinning-cog {
|
|
margin-top: 20px;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.edit-note {
|
|
float: left;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.title { width: 85%; }
|
|
|
|
.close-editor {
|
|
margin-top: -28px;
|
|
margin-right: 5px;
|
|
}
|
|
|
|
.save-editor {
|
|
margin-top: 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;
|
|
}
|