From d7ce106adc5bfdd6d369813358ff770cfeba90ec Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Tue, 8 May 2012 12:16:29 +0200 Subject: Limit default history to two days entries shown --- src/data/home.html | 25 ++++++++++++++++++------- 1 file changed, 18 insertions(+), 7 deletions(-) (limited to 'src/data') diff --git a/src/data/home.html b/src/data/home.html index 9cff45da..97398f9a 100644 --- a/src/data/home.html +++ b/src/data/home.html @@ -70,7 +70,7 @@ width: 95%; display:table-cell; } -.topSide{ +.topSide { width: 15%; } @@ -83,7 +83,7 @@ margin-right: auto; } -#actions{ +#actions { display: table; width:auto; } @@ -93,6 +93,7 @@ display: table-cell; /*display:inline-block;*/ -webkit-transition: opacity 0.5s ease; } + .link:not(.current):hover { opacity: 0.6; } @@ -101,6 +102,7 @@ opacity: 0.6; vertical-align: middle; display: inline-block; margin:0 10px; } + .link a, .link span { color: black; } @@ -109,10 +111,11 @@ color: black; margin-right: 3px; width: 16px; } -.current{ +.current { border-width: 6px; -webkit-border-image: url(%2/pics/button.png) 6 stretch stretch; } + .link:not(.current){ margin: 0 10px; padding:3px; @@ -183,7 +186,7 @@ color:#3F7AB7; /* -------------------------------------------------------- */ /* General */ -.folder{ +.folder { margin-left: 2em; margin-bottom: 0.5em; } @@ -191,19 +194,27 @@ margin-bottom: 0.5em; /* -------------------------------------------------------- */ /* Downloads page */ -.download{ +.download { margin: 1.5em 0; } -.download img{ +.download img { float: left; margin-right: 5px; } -.download a.greylink{ +.download a.greylink { color:grey; } +/* -------------------------------------------------------- */ +/* History page */ + +.greybox { +background: #CCC; +padding: 5px 10px; +} + /* -------------------------------------------------------- */ /* Empty pages : in the end : need to overwrite */ #content.empty { -- cgit v1.2.1