From dd57dc7acc97d8cee38923220b9af5306c3b3dd8 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Mon, 18 May 2009 15:03:53 +0200 Subject: [PATCH] Use icons for navigation. --- kronolith/themes/graphics/left.png | Bin 0 -> 245 bytes kronolith/themes/graphics/right.png | Bin 0 -> 244 bytes kronolith/themes/screen.css | 23 ++++++++++++++++++++--- 3 files changed, 20 insertions(+), 3 deletions(-) create mode 100644 kronolith/themes/graphics/left.png create mode 100644 kronolith/themes/graphics/right.png diff --git a/kronolith/themes/graphics/left.png b/kronolith/themes/graphics/left.png new file mode 100644 index 0000000000000000000000000000000000000000..cec9d11fc1e1249da8fcc2b7fd86a8c64371c84f GIT binary patch literal 245 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbL!Uw}`DE0C7awbgWr(sGX0bx$w} z&bLqP@GPC@U9l)*(#~01&(Gd=Vb1o8^LAXEzw^?9U6&W{xw2&M)n)sxt~z*q^`RT< zj@(>-^wyCpkB?q`0y24p-YX!*SQ6wH%;50sMjDV4>gnPbQgN%d-;=MwfP>-g_H7+e z;{W~!1|DSY?JS0bl1fWgz%&t;ucLK6UGKWBLW literal 0 HcmV?d00001 diff --git a/kronolith/themes/graphics/right.png b/kronolith/themes/graphics/right.png new file mode 100644 index 0000000000000000000000000000000000000000..64646fe22cbc1ef1ff6525c9f651732f18d28e91 GIT binary patch literal 244 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbL!cYsfbD=PyR2d|)(bF_J6g?(y= zYyLFPk~uz=ivt?gMt5wA@7^+T!&ZLYPTd8X*B1YZ9Y`^j1o;IsI6S+N2IPc$x;TbZ-0D4dldnO6$0hJiVKbxn zv;X_AXow2;Ui^J+vfA3JUj7HNw^Vv8&kA3w>>rTu`I=9~c>U}e>@2qp=<~~{tw1UCY)z4*}Q$iB}MdW3M literal 0 HcmV?d00001 diff --git a/kronolith/themes/screen.css b/kronolith/themes/screen.css index b66f5c5a7..3bab4eaae 100644 --- a/kronolith/themes/screen.css +++ b/kronolith/themes/screen.css @@ -806,11 +806,13 @@ div#kronolithEventTopTags span:hover { position: absolute; top: 0; right: 0; - font-weight: bold; + width: 16px; + color: transparent; cursor: pointer; - text-decoration: none; + background: transparent url("graphics/right.png") no-repeat top right; } #kronolithMinicalPrev { + background-image: url("graphics/left.png"); right: 15px; } @@ -967,11 +969,26 @@ div.kronolithView div.kronolithViewBody div.kronolithRow { right: 2px; cursor: pointer; } +.kronolithPrev, .kronolithNext { + position: absolute; + right: 0; + width: 16px; + color: transparent; + background: transparent url("graphics/right.png") no-repeat top right; +} +.kronolithPrev { + right: 15px; + background-image: url("graphics/left.png"); +} +#kronolithBody caption .kronolithToday { + position: absolute; + right: 35px; +} /* Main view year */ #kronolithViewYear .kronolithMinical { float: left; - margin: 0 15px 15px 20px; + margin: 2px 15px 13px 20px; } /* Main view month */ -- 2.11.0