Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/master' into devel
Browse files Browse the repository at this point in the history
  • Loading branch information
n1mmy committed Jun 7, 2012
2 parents 41e32e9 + b983141 commit 1765ef0
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions examples/todos/client/todos.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ h3 {
font-size: 120%;
padding: 8px 6px;
text-align: center;
}
}

#top-tag-filter, #main-pane, #side-pane, #bottom-pane {
position: absolute;
Expand Down Expand Up @@ -129,13 +129,17 @@ h3 {
font-weight: bold;
}

#lists .list-name {
cursor: pointer;
}

#createList {
padding: 3px 6px;
margin-top: 5px;
}

#createList input {
width: 180px;
width: 180px;
}

#new-todo-box {
Expand Down

0 comments on commit 1765ef0

Please sign in to comment.