Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
todomvc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Eugene Shen
todomvc
Commits
28a33092
Commit
28a33092
authored
Jun 16, 2011
by
Addy Osmani
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
normalizing minor cosmetic issues across versions
parent
04958adf
Changes
7
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
177 additions
and
9 deletions
+177
-9
todo-example/javascriptmvc/todo/todo/production.css
todo-example/javascriptmvc/todo/todo/production.css
+165
-1
todo-example/javascriptmvc/todo/todo/todo.css
todo-example/javascriptmvc/todo/todo/todo.css
+4
-2
todo-example/knockoutjs/index.html
todo-example/knockoutjs/index.html
+3
-3
todo-example/sammyjs/app.js
todo-example/sammyjs/app.js
+2
-0
todo-example/spine/app/application.js
todo-example/spine/app/application.js
+1
-1
todo-example/spine/index.html
todo-example/spine/index.html
+1
-1
todo-example/sproutcore/index.html
todo-example/sproutcore/index.html
+1
-1
No files found.
todo-example/javascriptmvc/todo/todo/production.css
View file @
28a33092
html
,
body
,
div
,
span
,
applet
,
object
,
iframe
,
h1
,
h2
,
h3
,
h4
,
h5
,
h6
,
p
,
blockquote
,
pre
,
a
,
abbr
,
acronym
,
address
,
big
,
cite
,
code
,
del
,
dfn
,
em
,
font
,
img
,
ins
,
kbd
,
q
,
s
,
samp
,
small
,
strike
,
strong
,
sub
,
sup
,
tt
,
var
,
dl
,
dt
,
dd
,
ol
,
ul
,
li
,
fieldset
,
form
,
label
,
legend
,
table
,
caption
,
tbody
,
tfoot
,
thead
,
tr
,
th
,
td
{
margin
:
0
;
padding
:
0
}
body
{
font-family
:
"Helvetica Neue"
,
helvetica
,
arial
,
sans-serif
;
font-size
:
14px
;
line-height
:
1.4em
;
background
:
#eee
;
color
:
#333
;
padding
:
0
;
margin
:
0
}
#todos
{
-moz-box-shadow
:
rgba
(
0
,
0
,
0
,
0.2
)
0
2px
6px
0
;
-webkit-box-shadow
:
rgba
(
0
,
0
,
0
,
0.2
)
0
2px
6px
0
;
-o-box-shadow
:
rgba
(
0
,
0
,
0
,
0.2
)
0
2px
6px
0
;
box-shadow
:
rgba
(
0
,
0
,
0
,
0.2
)
0
2px
6px
0
;
-moz-border-radius
:
0
0
5px
5px
;
-o-border-radius
:
0
0
5px
5px
;
-webkit-border-radius
:
0
0
5px
5px
;
border-radius
:
0
0
5px
5px
;
border-bottom-left-radius
:
5px
;
border-bottom-right-radius
:
5px
;
background-attachment
:
scroll
;
margin
:
0
auto
40px
;
width
:
520px
;
background-color
:
white
}
h1
{
font-size
:
36px
;
font-weight
:
bold
;
line-height
:
1
;
padding
:
30px
0
10px
;
text-align
:
center
}
#todos
.create
{
border
:
1px
solid
#999
;
box-shadow
:
0
1px
2px
0
rgba
(
0
,
0
,
0
,
0.2
)
inset
;
font-family
:
inherit
;
font-size
:
24px
;
line-height
:
1.4em
;
outline
:
medium
none
;
padding
:
6px
;
width
:
466px
}
.content
{
padding
:
20px
20px
0
}
#instructions
{
color
:
#777
;
margin
:
10px
auto
;
text-align
:
center
;
text-shadow
:
0
1px
0
rgba
(
255
,
255
,
255
,
0.8
);
width
:
520px
}
#instructions
li
{
list-style-type
:
none
}
.create
,
input
.text
{
font-size
:
1.4em
;
width
:
100%
}
ul
{
margin
:
0
;
padding
:
0
}
.todo
{
list-style
:
none
;
border-bottom
:
1px
solid
#ccc
;
font-size
:
24px
;
padding
:
15px
20px
15px
0
;
position
:
relative
;
margin-left
:
15px
}
.todo
:hover
.todestroy
{
display
:
block
}
#todo-stats
{
background
:
none
repeat
scroll
0
0
#f4fce8
;
border-bottom-left-radius
:
5px
;
border-bottom-right-radius
:
5px
;
border-top
:
1px
solid
#ededed
;
color
:
#555
;
line-height
:
36px
;
margin-top
:
20px
;
padding
:
0
20px
}
.todo-count
.number
{
color
:
#555
;
font-weight
:
bold
}
#list
{
margin-top
:
20px
}
.todestroy
{
background
:
url(destroy.png)
no-repeat
scroll
center
center
transparent
;
cursor
:
pointer
;
height
:
20px
;
position
:
absolute
;
right
:
0
;
top
:
16px
;
width
:
20px
;
display
:
none
;
margin-right
:
20px
}
.todo-clear
{
float
:
right
}
.todo-clear
a
{
display
:
block
;
line-height
:
20px
;
text-decoration
:
none
;
-moz-border-radius
:
12px
;
-webkit-border-radius
:
12px
;
-o-border-radius
:
12px
;
-ms-border-radius
:
12px
;
-khtml-border-radius
:
12px
;
border-radius
:
12px
;
background
:
rgba
(
0
,
0
,
0
,
0.1
);
color
:
#555
;
font-size
:
11px
;
margin-top
:
8px
;
padding
:
0
10px
1px
;
-moz-box-shadow
:
rgba
(
0
,
0
,
0
,
0.2
)
0
-1px
0
0
;
-webkit-box-shadow
:
rgba
(
0
,
0
,
0
,
0.2
)
0
-1px
0
0
;
-o-box-shadow
:
rgba
(
0
,
0
,
0
,
0.2
)
0
-1px
0
0
;
box-shadow
:
rgba
(
0
,
0
,
0
,
0.2
)
0
-1px
0
0
}
#credits
{
color
:
#999
;
margin
:
30px
auto
;
text-align
:
center
;
text-shadow
:
0
1px
0
rgba
(
255
,
255
,
255
,
0.8
);
width
:
520px
}
#credits
a
{
color
:
#888
}
\ No newline at end of file
html
,
body
,
div
,
span
,
applet
,
object
,
iframe
,
h1
,
h2
,
h3
,
h4
,
h5
,
h6
,
p
,
blockquote
,
pre
,
a
,
abbr
,
acronym
,
address
,
big
,
cite
,
code
,
del
,
dfn
,
em
,
font
,
img
,
ins
,
kbd
,
q
,
s
,
samp
,
small
,
strike
,
strong
,
sub
,
sup
,
tt
,
var
,
dl
,
dt
,
dd
,
ol
,
ul
,
li
,
fieldset
,
form
,
label
,
legend
,
table
,
caption
,
tbody
,
tfoot
,
thead
,
tr
,
th
,
td
{
margin
:
0
;
padding
:
0
;
}
body
{
font-family
:
"Helvetica Neue"
,
helvetica
,
arial
,
sans-serif
;
font-size
:
14px
;
line-height
:
1.4em
;
background
:
#eeeeee
;
color
:
#333333
;
padding
:
0px
;
margin
:
0px
;
}
#todos
{
-moz-box-shadow
:
rgba
(
0
,
0
,
0
,
0.2
)
0
2px
6px
0
;
-webkit-box-shadow
:
rgba
(
0
,
0
,
0
,
0.2
)
0
2px
6px
0
;
-o-box-shadow
:
rgba
(
0
,
0
,
0
,
0.2
)
0
2px
6px
0
;
box-shadow
:
rgba
(
0
,
0
,
0
,
0.2
)
0
2px
6px
0
;
-moz-border-radius
:
0
0
5px
5px
;
-o-border-radius
:
0
0
5px
5px
;
-webkit-border-radius
:
0
0
5px
5px
;
border-radius
:
0
0
5px
5px
;
border-bottom-left-radius
:
5px
;
border-bottom-right-radius
:
5px
;
background-attachment
:
scroll
;
margin
:
0
auto
40px
;
width
:
520px
;
background-color
:
white
;
}
h1
{
font-size
:
36px
;
font-weight
:
bold
;
line-height
:
1
;
padding
:
30px
0
10px
;
text-align
:
center
;
}
#todos
.create
{
border
:
1px
solid
#999999
;
-moz-box-shadow
:
rgba
(
0
,
0
,
0
,
0.2
)
0
1px
2px
0
inset
;
-webkit-box-shadow
:
rgba
(
0
,
0
,
0
,
0.2
)
0
1px
2px
0
inset
;
-o-box-shadow
:
rgba
(
0
,
0
,
0
,
0.2
)
0
1px
2px
0
inset
;
box-shadow
:
rgba
(
0
,
0
,
0
,
0.2
)
0
1px
2px
0
inset
;
font-family
:
inherit
;
font-size
:
24px
;
line-height
:
1.4em
;
outline
:
medium
none
;
padding
:
6px
;
width
:
466px
;
}
.content
{
padding
:
20px
20px
0
;
}
#instructions
{
color
:
#777777
;
margin
:
10px
auto
;
text-align
:
center
;
text-shadow
:
0
1px
0
rgba
(
255
,
255
,
255
,
0.8
);
width
:
520px
;
}
#instructions
li
{
list-style-type
:
none
;
}
.create
,
input
.text
{
font-size
:
1.4em
;
width
:
100%
;
}
ul
{
margin
:
0px
;
padding
:
0px
;
}
.todo
{
list-style
:
none
;
border-bottom
:
1px
solid
#CCCCCC
;
font-size
:
24px
;
padding
:
15px
20px
15px
0
;
position
:
relative
;
margin-left
:
15px
;
}
.todo
:hover
.todestroy
{
display
:
block
;
}
#todo-stats
{
background
:
none
repeat
scroll
0
0
#F4FCE8
;
border-bottom-left-radius
:
5px
;
border-bottom-right-radius
:
5px
;
border-top
:
1px
solid
#EDEDED
;
color
:
#555555
;
line-height
:
36px
;
margin-top
:
20px
;
padding
:
0
20px
;
}
.todo-count
.number
{
color
:
#555555
;
font-weight
:
bold
;
}
#list
{
margin-top
:
20px
;
}
.todestroy
{
background
:
url("destroy.png")
no-repeat
scroll
center
center
transparent
;
cursor
:
pointer
;
height
:
20px
;
position
:
absolute
;
right
:
0
;
top
:
16px
;
width
:
20px
;
display
:
none
;
margin-right
:
20px
;
}
.todo-clear
{
float
:
right
;
}
.todo-clear
a
{
display
:
block
;
line-height
:
20px
;
text-decoration
:
none
;
-moz-border-radius
:
12px
;
-webkit-border-radius
:
12px
;
-o-border-radius
:
12px
;
-ms-border-radius
:
12px
;
-khtml-border-radius
:
12px
;
border-radius
:
12px
;
background
:
rgba
(
0
,
0
,
0
,
0.1
);
color
:
#555555
;
font-size
:
11px
;
margin-top
:
8px
;
padding
:
0
10px
1px
;
-moz-box-shadow
:
rgba
(
0
,
0
,
0
,
0.2
)
0
-1px
0
0
;
-webkit-box-shadow
:
rgba
(
0
,
0
,
0
,
0.2
)
0
-1px
0
0
;
-o-box-shadow
:
rgba
(
0
,
0
,
0
,
0.2
)
0
-1px
0
0
;
box-shadow
:
rgba
(
0
,
0
,
0
,
0.2
)
0
-1px
0
0
;
}
#credits
{
color
:
#999999
;
margin
:
30px
auto
;
text-align
:
center
;
text-shadow
:
0
1px
0
rgba
(
255
,
255
,
255
,
0.8
);
width
:
520px
;
}
#credits
a
{
color
:
#888888
;
}
\ No newline at end of file
todo-example/javascriptmvc/todo/todo/todo.css
View file @
28a33092
...
...
@@ -45,8 +45,10 @@ h1{
#todos
.create
{
border
:
1px
solid
#999999
;
box-shadow
:
0
1px
2px
0
rgba
(
0
,
0
,
0
,
0.2
)
inset
;
font-family
:
inherit
;
-moz-box-shadow
:
rgba
(
0
,
0
,
0
,
0.2
)
0
1px
2px
0
inset
;
-webkit-box-shadow
:
rgba
(
0
,
0
,
0
,
0.2
)
0
1px
2px
0
inset
;
-o-box-shadow
:
rgba
(
0
,
0
,
0
,
0.2
)
0
1px
2px
0
inset
;
box-shadow
:
rgba
(
0
,
0
,
0
,
0.2
)
0
1px
2px
0
inset
;
font-family
:
inherit
;
font-size
:
24px
;
line-height
:
1.4em
;
outline
:
medium
none
;
...
...
todo-example/knockoutjs/index.html
View file @
28a33092
todo-example/sammyjs/app.js
View file @
28a33092
...
...
@@ -55,6 +55,8 @@
});
$
(
'
.trashcan
'
)
.
live
(
'
click
'
,
function
()
{
var
$this
=
$
(
this
);
...
...
todo-example/spine/app/application.js
View file @
28a33092
...
...
@@ -103,7 +103,7 @@ jQuery(function($){
renderCount
:
function
(){
var
active
=
Task
.
active
().
length
;
this
.
count
.
text
(
active
);
this
.
count
.
text
(
active
+
'
left
'
);
var
inactive
=
Task
.
done
().
length
;
this
.
clear
[
inactive
?
"
show
"
:
"
hide
"
]();
...
...
todo-example/spine/index.html
View file @
28a33092
...
...
@@ -39,7 +39,7 @@
<footer>
<a
class=
"clear"
>
Clear completed
</a>
<div
class=
"count"
><span
class=
"countVal"
></span>
left
</div>
<div
class=
"count"
><span
class=
"countVal"
></span></div>
</footer>
</div>
</div>
...
...
todo-example/sproutcore/index.html
View file @
28a33092
...
...
@@ -53,7 +53,7 @@
action
=
"
clearCompletedTodos
"
}}
Clear
Completed
{{
/view}
}
{{
remainingString
}}
remaining
{{
remainingString
}}
left
{{
/view}
}
</script>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment