1
0
mirror of https://github.com/fazo96/homework.git synced 2025-01-10 12:14:22 +01:00
homework/client/style.css

109 lines
1.3 KiB
CSS
Raw Normal View History

2014-05-28 14:57:43 +02:00
/* Generics and bootstrap classes */
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;
}
.close {
clear:both;
}
2014-05-28 14:57:43 +02:00
/* Custom Classes */
.custom-link { color: #999; }
.custom-link:hover { color: #101010;}
2014-05-28 14:57:43 +02:00
.note {
padding-bottom: 5px;
}
.note-content {
display: inline-block;
white-space: nowrap;
overflow: hidden;
width:95%;
text-overflow: ellipsis;
}
.close-note {
float: right;
margin-top: -2px;
}
.note-desc {
color: #999;
}
2014-05-26 19:36:59 +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 {
2014-05-28 14:57:43 +02:00
display: inline-block;
2014-05-26 16:07:48 +02:00
float: left;
margin-right: 10px;
2014-05-25 12:01:38 +02:00
}
2014-05-28 14:57:43 +02:00
.editor-title { width: 70%; }
2014-05-28 18:45:41 +02:00
2014-05-28 14:57:43 +02:00
@media (max-width: 400px) {
.editor-title { width: 65%; }
}
2014-05-26 19:36:59 +02:00
.close-editor {
2014-05-28 14:57:43 +02:00
float: right;
2014-05-26 19:36:59 +02:00
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-28 18:45:41 +02:00
.btn-ver {
width:150px;
margin-top:20px;
}
.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 */
.footer-center-icon {
margin-left: 10px;
margin-right: 10px
}
#ui-container {
2014-05-28 14:57:43 +02:00
width: 90%;
min-width: 300px;
max-width: 550px;
2014-05-26 16:07:48 +02:00
}
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;
}