summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2010-07-05 22:58:43 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2010-07-05 22:58:43 +0200
commit47c0ab4982cb9ee9c15ce0d055ad830b1ec9e5b6 (patch)
tree194ee950628136999bf09b0d92f9edf6f5dbfda4 /static
parent8cd09034a8d4bc5f43730fa169bf1b40f29b8042 (diff)
downloadkosten-47c0ab4982cb9ee9c15ce0d055ad830b1ec9e5b6.tar.gz
kosten-47c0ab4982cb9ee9c15ce0d055ad830b1ec9e5b6.tar.bz2
kosten-47c0ab4982cb9ee9c15ce0d055ad830b1ec9e5b6.zip
Add month navigation
Diffstat (limited to '')
-rw-r--r--static/css/style.css14
-rw-r--r--static/images/arrow_left.pngbin0 -> 9190 bytes
-rw-r--r--static/images/arrow_right.pngbin0 -> 7846 bytes
-rw-r--r--static/js/show.js1
4 files changed, 12 insertions, 3 deletions
diff --git a/static/css/style.css b/static/css/style.css
index 56abd29..2ddf6f2 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -61,14 +61,22 @@ img {
border: none;
}
-img.left {
+#left {
float: left;
margin-right: 15px;
+ text-decoration: none;
}
-img.right {
+#right {
float: right;
margin-left: 15px;
+ text-decoration: none;
+}
+
+#left > img, #right > img {
+ width: 20px;
+ height: 20px;
+ vertical-align: middle;
}
div.detail > .heading {
@@ -196,7 +204,7 @@ div.detail > .mark {
.content {
float: left;
- width: 620px;
+ width: 663px;
padding: 15px 0px;
margin-bottom: 20px;
}
diff --git a/static/images/arrow_left.png b/static/images/arrow_left.png
new file mode 100644
index 0000000..de740e7
--- /dev/null
+++ b/static/images/arrow_left.png
Binary files differ
diff --git a/static/images/arrow_right.png b/static/images/arrow_right.png
new file mode 100644
index 0000000..14922a9
--- /dev/null
+++ b/static/images/arrow_right.png
Binary files differ
diff --git a/static/js/show.js b/static/js/show.js
index 2c43015..333ce17 100644
--- a/static/js/show.js
+++ b/static/js/show.js
@@ -1,4 +1,5 @@
$(document).ready(function(){
+
$(".detail > .heading").click(function() {
$(this).prevAll(".mark:last").click();
});
ass='insertions'>+7 2009-07-31Add generic filter/plugin infrastructureLars Hjemli3-0/+62 2009-07-25Add support for mime type registration and lookupLars Hjemli4-5/+45 2009-07-25cgit.h: keep config flags sortedLars Hjemli1-2/+2 2009-07-25cgitrc.5.txt: document 'embedded' and 'noheader'Lars Hjemli1-0/+9 2009-07-25Add support for 'noheader' optionLars Hjemli3-7/+16 2009-07-25cgitrc.5.txt: document 'head-include'Lars Hjemli1-0/+4 2009-07-25ui-blob: return 'application/octet-stream' for binary blobsLars Hjemli1-1/+7 2009-07-25ui-plain: Return 'application/octet-stream' for binary files.Remko Tronçon1-1/+4 2009-06-11use cgit_httpscheme() for atom feedDiego Ongaro2-3/+6 2009-06-11add cgit_httpscheme() -> http:// or https://Diego Ongaro2-0/+12 2009-06-07Return http statuscode 404 on unknown branchLars Hjemli3-0/+6 2009-06-07Add head-include configuration option.Mark Lodato3-1/+6 2009-03-15CGIT 0.8.2.1v0.8.2.1Lars Hjemli1-1/+1 2009-03-15Fix doc-related glitches in Makefile and .gitignoreLars Hjemli2-1/+6 2009-03-15ui-snapshot: avoid segfault when no filename is specifiedLars Hjemli1-6/+17 2009-03-15fix segfault when displaying empty blobsEric Wong1-5/+8 2009-02-19Add support for HEAD requestsLars Hjemli2-0/+7 2009-02-19Add support for ETag in 'plain' viewLars Hjemli4-0/+5 2009-02-12ui-tree: escape ascii-text properly in hexdump viewLars Hjemli1-4/+9 2009-02-12Makefile: add doc-related targetsLars Hjemli1-2/+17