remove a bunch of css for tasks. will use as much bootstrap as i can

This commit is contained in:
Tyler Renelle 2012-06-26 08:26:55 -04:00
parent 5ba4e75c16
commit 6a0423dd39

View file

@ -51,81 +51,7 @@ h1 > span {
padding: 12px 16px;
white-space: nowrap;
}
#add {
max-width: 480px;
position: relative;
}
#add-input {
margin-right: 56px;
}
#add-button,
.delete {
padding-left: 0;
padding-right: 0;
width: 52px;
}
#add-button {
position: absolute;
top: 0;
right: 0;
}
#new-todo {
width: 100%;
}
#dragbox-habit, #dragbox-daily, #dragbox-todo, #dragbox-reward {
position: absolute;
position: fixed;
width: 100%;
height: 100%;
z-index: -1;
}
#content {
max-width: 496px;
padding: 11px 16px 0 0;
}
#todos {
font-family: "Lucida Grande", Tahoma, sans-serif;
list-style: none;
}
.handle:hover {
opacity: 1;
}
.handle {
opacity: .4;
vertical-align: top;
padding: 3px 5px 0 7px;
}
.handle:after {
background: #ddd;
background: url("data:image/gif;base64,R0lGODdhAwADAPEAAN7e3oiIiP////f39yH/C1hNUCBEYXRhWE1QAT8ALAAAAAADAAMAQAIE1AYXVwA7");
background-clip: content-box;
background-origin: content-box;
vertical-align: top;
content: "";
display: block;
width: 8px;
height: 15px;
}
.todo {
width: 100%;
height: 100%;
position: relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 3px 4px 3px 18px;
}
.todo > label {
position: absolute;
margin-left: -18px;
}
.delete {
font-size: 11px;
padding: 0;
position: relative;
height: 18px;
}
.completed [contenteditable] {
text-decoration: line-through;