* Missing files

* Work on post exploration code by traversing dates
This commit is contained in:
albert
2010-10-27 20:16:43 -04:00
parent f9cdcef2c0
commit fc0a076aca
32 changed files with 371 additions and 189 deletions

View File

@@ -1095,3 +1095,16 @@ $(document).ready(function() {
}
}
});
$(document).ready(function() {
$("footer.nav-links a").click(function(event) {
$("div.users div.new > div").hide();
$(event.target.hash).show();
});
if ($("meta[name=errors]").attr("content")) {
$("#p1").hide();
$("#notice").hide();
} else {
$("#p2").hide();
}
});

View File

@@ -1,6 +1,6 @@
$(document).ready(function() {
$("footer.nav-links a").click(function(event) {
$("div#users-new > div").hide();
$("div.users div.new > div").hide();
$(event.target.hash).show();
});

View File

@@ -285,6 +285,17 @@ div.comment-list > article > div {
float: left;
width: 40em; }
div.comments div.index div.header span.info {
margin-right: 1.5em; }
div.comments div.index div.header strong, div.comments div.index div.header time {
margin-right: 0.3em; }
div.comments div.index div.header time {
font-weight: bold; }
div.comments div.index div.header div.list-of-tags a {
margin-right: 0.5em; }
div.comments div.index div.header div.notices {
margin: 1em 0; }
/*** Sessions ***/
div#sessions div#new section {
width: 30em;
@@ -315,30 +326,30 @@ div#artists div#show {
font-style: italic; }
/*** Users ***/
div#users div#new {
div.users div.new {
max-width: 60em; }
div#users div#new h1 {
div.users div.new h1 {
margin-bottom: 0.5em; }
div#users div#new p {
div.users div.new p {
margin-bottom: 1em; }
div#users div#new li {
div.users div.new li {
margin-left: 1em; }
div#users div#new div#account-comparison h1 {
div.users div.new div#account-comparison h1 {
font-size: 1.4em;
margin-bottom: 3px; }
div#users div#new div#account-comparison li {
div.users div.new div#account-comparison li {
font-size: 0.9em;
line-height: 1.5em; }
div#users div#new div#account-comparison section {
div.users div.new div#account-comparison section {
width: 18em;
float: left;
padding: 1em; }
div#users div#new footer.nav-links {
div.users div.new footer.nav-links {
font-size: 1.5em;
font-weight: bold;
text-align: center;
display: block; }
div#users div#new div#p2 ul {
div.users div.new div#p2 ul {
margin-bottom: 2em; }
/*** Uploads ***/

View File

@@ -444,6 +444,34 @@ div.comment-list > article > div {
width: 40em;
}
div.comments {
div.index {
div.header {
span.info {
margin-right: 1.5em;
}
strong, time {
margin-right: 0.3em;
}
time {
font-weight: bold;
}
div.list-of-tags {
a {
margin-right: 0.5em;
}
}
div.notices {
margin: 1em 0;
}
}
}
}
/*** Sessions ***/
div#sessions {
@@ -497,8 +525,8 @@ div#artists {
/*** Users ***/
div#users {
div#new {
div.users {
div.new {
max-width: 60em;
h1 {