Skip to content

Commit

Permalink
css
Browse files Browse the repository at this point in the history
  • Loading branch information
Axel Nitzschner committed Mar 26, 2013
1 parent 009845e commit 9aa13d2
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 18 deletions.
13 changes: 7 additions & 6 deletions app/webroot/css/backbone/todos/application_boxmodel.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@ h1, h2 {
font-weight: bold;
text-shadow: 0 1px 1px #ffffff;
}
a {
text-decoration: underline;
}
a {}
h1 {
font-size: 21pt;
color: #404040;
Expand Down Expand Up @@ -160,9 +158,9 @@ header .info {
list-style: none;
}
#tasks .item {
padding: 15px 20px 15px 15px;
padding: 5px 20px 8px 15px;
position: relative;
font-size: 24px;
font-size: 14px;
border-bottom: 1px solid #cccccc;
}
#tasks .item.editing{
Expand All @@ -174,10 +172,13 @@ header .info {
font-style: italic;
text-decoration: line-through;
}
#tasks .item a {
text-decoration: underline;
}
#tasks .item .destroy {
position: absolute;
right: 10px;
top: 16px;
top: 6px;
display: none;
cursor: pointer;
width: 20px;
Expand Down
38 changes: 26 additions & 12 deletions app/webroot/js/spine/app/todos/controllers/main.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9aa13d2

Please sign in to comment.