44 lines
555 B
CSS
44 lines
555 B
CSS
|
body{
|
||
|
margin-top: 4em;
|
||
|
}
|
||
|
|
||
|
div.panel-heading, li.list-group-item, a {
|
||
|
cursor: pointer;
|
||
|
}
|
||
|
|
||
|
.collapsing {
|
||
|
-webkit-transition: none;
|
||
|
transition: none;
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
|
.count-tag {
|
||
|
display: inline-block;
|
||
|
width: 6em;
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
.done {
|
||
|
font-style: italic;
|
||
|
color: #999;
|
||
|
text-decoration: line-through;
|
||
|
}
|
||
|
|
||
|
.center {
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
.scase-name {
|
||
|
font-size: 1.5em;
|
||
|
}
|
||
|
|
||
|
.add_thing_label, #edit_thing_label {
|
||
|
width: 80%;
|
||
|
display: inline-block;
|
||
|
}
|
||
|
|
||
|
.add_thing_nb, #edit_thing_nb {
|
||
|
width: 18%;
|
||
|
display: inline-block;
|
||
|
}
|