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

46 lines
402 B
CSS
Raw Normal View History

2014-05-25 15:38:34 +02:00
.page-header {
text-align: center;
}
input {
text-align:center;
}
2014-05-25 12:01:38 +02:00
.container {
max-width: 700px;
}
#quicknotes {
max-width: 500px;
}
2014-05-25 19:49:32 +02:00
.delete {
margin-top: -2px;
}
2014-05-26 12:08:14 +02:00
.close {
margin-right: 5px;
}
.edit {
clear: right;
float: left;
}
.area {
resize: none;
}
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;
}
.btn-login {
width: 100px;
2014-05-25 12:01:38 +02:00
}