summaryrefslogtreecommitdiff
path: root/src/data
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2012-05-08 12:16:29 +0200
committerAndrea Diamantini <adjam7@gmail.com>2012-05-15 09:53:42 +0200
commitd7ce106adc5bfdd6d369813358ff770cfeba90ec (patch)
tree9bb09bfe91546deffd18a0a172b0559dcd5e2fa1 /src/data
parentEnlarge and clean up menu (diff)
downloadrekonq-d7ce106adc5bfdd6d369813358ff770cfeba90ec.tar.xz
Limit default history to two days entries shown
Diffstat (limited to 'src/data')
-rw-r--r--src/data/home.html25
1 files changed, 18 insertions, 7 deletions
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,20 +194,28 @@ 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 {
margin-top: 10%;