2014-05-26 16:07:48 +02:00
|
|
|
/* Generics */
|
2014-05-25 15:38:34 +02:00
|
|
|
input {
|
|
|
|
text-align:center;
|
|
|
|
}
|
|
|
|
|
2014-05-26 16:07:48 +02:00
|
|
|
.page-header {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2014-05-25 12:01:38 +02:00
|
|
|
.container {
|
|
|
|
max-width: 700px;
|
|
|
|
}
|
|
|
|
|
2014-05-26 16:07:48 +02:00
|
|
|
.close {
|
|
|
|
clear:both;
|
|
|
|
}
|
|
|
|
|
2014-05-27 15:33:50 +02:00
|
|
|
.custom-link { color: #999; }
|
|
|
|
.custom-link:hover { color: #101010;}
|
|
|
|
|
2014-05-26 19:36:59 +02:00
|
|
|
.subtitle { color: #999; }
|
|
|
|
|
2014-05-26 16:07:48 +02:00
|
|
|
/* Custom Classes */
|
2014-05-28 12:50:30 +02:00
|
|
|
.notification, .error {
|
2014-05-27 12:46:51 +02:00
|
|
|
max-width: 80%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.spinning-cog {
|
|
|
|
margin-top: 20px;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
|
2014-05-26 16:07:48 +02:00
|
|
|
.edit-note {
|
|
|
|
float: left;
|
|
|
|
margin-right: 10px;
|
2014-05-25 12:01:38 +02:00
|
|
|
}
|
|
|
|
|
2014-05-26 19:36:59 +02:00
|
|
|
.title { width: 85%; }
|
|
|
|
|
|
|
|
.close-editor {
|
|
|
|
margin-top: -28px;
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.save-editor {
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
|
2014-05-26 16:07:48 +02:00
|
|
|
.btn-auth {
|
|
|
|
width: 100px;
|
2014-05-25 19:49:32 +02:00
|
|
|
}
|
|
|
|
|
2014-05-26 16:07:48 +02:00
|
|
|
.close-note {
|
|
|
|
float: right;
|
|
|
|
margin-top: -24px;
|
2014-05-26 12:08:14 +02:00
|
|
|
}
|
|
|
|
|
2014-05-28 12:50:30 +02:00
|
|
|
.close-notification, .close-error {
|
2014-05-26 16:07:48 +02:00
|
|
|
float: right;
|
|
|
|
margin-top: -22px;
|
2014-05-26 12:08:14 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.area {
|
|
|
|
resize: none;
|
|
|
|
}
|
|
|
|
|
2014-05-26 16:07:48 +02:00
|
|
|
/* IDs */
|
|
|
|
|
2014-05-27 15:33:50 +02:00
|
|
|
.footer-center-icon {
|
|
|
|
margin-left: 10px;
|
|
|
|
margin-right: 10px
|
|
|
|
}
|
|
|
|
|
|
|
|
#ui-container {
|
2014-05-26 16:07:48 +02:00
|
|
|
max-width: 500px;
|
|
|
|
}
|
|
|
|
|
2014-05-25 12:01:38 +02:00
|
|
|
#newNote {
|
|
|
|
max-width: 250px;
|
2014-05-25 19:49:32 +02:00
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#mail {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|