Commit 654a82ce authored by Sindre Sorhus's avatar Sindre Sorhus

CSS style fixes

parent e659901d
html, body { html,
body {
margin: 0; margin: 0;
padding: 0; padding: 0;
} }
...@@ -88,9 +89,17 @@ body { ...@@ -88,9 +89,17 @@ body {
display: block; display: block;
} }
#todoapp .item .edit { display: none; } #todoapp .item .edit {
#todoapp .item.editing .edit { display: block; } display: none;
#todoapp .item.editing .view { display: none; } }
#todoapp .item.editing .edit {
display: block;
}
#todoapp .item.editing .view {
display: none;
}
#todoapp footer { #todoapp footer {
display: none; display: none;
...@@ -116,7 +125,7 @@ body { ...@@ -116,7 +125,7 @@ body {
color: #555555; color: #555555;
font-size: 11px; font-size: 11px;
margin-top: 8px; margin-top: 8px;
margin-bottom:8px; margin-bottom: 8px;
padding: 0 10px 1px; padding: 0 10px 1px;
-moz-border-radius: 12px; -moz-border-radius: 12px;
-webkit-border-radius: 12px; -webkit-border-radius: 12px;
...@@ -165,6 +174,7 @@ body { ...@@ -165,6 +174,7 @@ body {
text-shadow: rgba(255, 255, 255, 0.8) 0 1px 0; text-shadow: rgba(255, 255, 255, 0.8) 0 1px 0;
text-align: center; text-align: center;
} }
#credits a { #credits a {
color: #888; color: #888;
} }
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment