# HG changeset patch # User casties # Date 1370258785 -7200 # Node ID 7771cdd95398c56e703c7247263a022bb7fe7549 # Parent 0d9eb2a859d335ef5c99416f360334963102de00 bookmark tabs. diff -r 0d9eb2a859d3 -r 7771cdd95398 css/mpiwg.css --- a/css/mpiwg.css Mon Jun 03 12:56:29 2013 +0200 +++ b/css/mpiwg.css Mon Jun 03 13:26:25 2013 +0200 @@ -1353,13 +1353,12 @@ #bookmarks { position: absolute; top: 0; - right: -130px; + right: -131px; width: 130px; } #bookmarks div.bookmark { z-index: 1; - position: relative; font-family: Georgia, Times, serif; font-style: italic; font-size: 16px; @@ -1372,8 +1371,14 @@ #bookmarks div.bookmark a { display: inline-block; + position: relative; width: 100px; color: #3b4186; background: url(../images/internal.png) center right no-repeat; padding-right: 13px; -} \ No newline at end of file +} + +#bookmarks div.bookmark a img { + position: absolute; + right: 13px; +} diff -r 0d9eb2a859d3 -r 7771cdd95398 zpt/www/main_template.zpt --- a/zpt/www/main_template.zpt Mon Jun 03 12:56:29 2013 +0200 +++ b/zpt/www/main_template.zpt Mon Jun 03 13:26:25 2013 +0200 @@ -74,21 +74,17 @@
- - + +