Augmented browsing: CSS fix

pull/1/head
cominch 13 years ago
parent f7160dae5c
commit 71047fe63a

@ -10,15 +10,12 @@
font: arial,helvetica,sans-serif; font: arial,helvetica,sans-serif;
font-size: 10px; font-size: 10px;
position: fixed;
top: 0;
background: #ffffff; background: #ffffff;
border:0px; border:0px;
width: 150px; width: 150px;
height: 20px; height: 20px;
padding: 5px 5px 5px 5px;
z-index:99998; z-index:99998;

@ -25,12 +25,12 @@ color: #5a346e;
font: arial,helvetica,sans-serif; font: arial,helvetica,sans-serif;
font-size: 10px; font-size: 10px;
position: fixed; position: fixed;
right: 10px; right: 200px;
top: 0; top: 0;
background: #ffffff; background: #ffffff;
border:0px; border:0px;
width: 65px; width: 200px;
height: 20px; height: 20px;
padding: 5px 5px 5px 5px; padding: 5px 5px 5px 5px;
@ -51,7 +51,7 @@ top: 0;
background: #ffffff; background: #ffffff;
border:0px; border:0px;
width: 30px; width: 100px;
height: 20px; height: 20px;
padding: 5px 5px 5px 5px; padding: 5px 5px 5px 5px;
@ -180,13 +180,14 @@ z-index:99999;
<img src="/currentyacypeer/env/grafics/yacy.png" height="20px" width="36px"/> <img src="/currentyacypeer/env/grafics/yacy.png" height="20px" width="36px"/>
<img src="/currentyacypeer/env/grafics/empty.gif" height="20px" width="20px"/> <img src="/currentyacypeer/env/grafics/empty.gif" height="20px" width="20px"/>
<!--#include virtual="/currentyacypeer/interaction_elements/Document_part.html?action=#[action]#&hash=#[urlhash]#&url=#[url]#" -->
<img src="/currentyacypeer/env/grafics/empty.gif" height="20px" width="20px"/>
<!--#include virtual="/currentyacypeer/interaction_elements/Tag_part.html?action=#[action]#&hash=#[urlhash]#&url=#[url]#" --> <!--#include virtual="/currentyacypeer/interaction_elements/Tag_part.html?action=#[action]#&hash=#[urlhash]#&url=#[url]#" -->
</div> </div>
<div id="sidebar-tags" class="sci_right" style=""> <div id="sidebar-document" class="sci_right" style="">
<img src="/currentyacypeer/env/grafics/empty.gif" height="20px" width="20px"/>
<!--#include virtual="/currentyacypeer/interaction_elements/Document_part.html?action=#[action]#&hash=#[urlhash]#&url=#[url]#" -->
</div> </div>

@ -10,14 +10,12 @@
font: arial,helvetica,sans-serif; font: arial,helvetica,sans-serif;
font-size: 10px; font-size: 10px;
position: fixed;
top: 0;
background: #ffffff; background: #ffffff;
border:0px; border:0px;
width: 65px; width: 65px;
height: 20px; height: 20px;
padding: 5px 5px 5px 5px;
z-index:99998; z-index:99998;

Loading…
Cancel
Save