John's CSS styling

This commit is contained in:
Peter 'Pita' Martischka 2011-06-21 15:08:36 +01:00 committed by jose
parent 867525945d
commit 27ae8bb3fa
8 changed files with 39 additions and 6 deletions

View File

@ -24,7 +24,7 @@
#timeslider-right { #timeslider-right {
position: absolute; position: absolute;
top:0px; top:0px;
right:-2px; right:0px;
background-image: url(/static/img/timeslider_right.png); background-image: url(/static/img/timeslider_right.png);
width: 155px; width: 155px;
height: 63px; height: 63px;
@ -32,7 +32,7 @@
#timeslider { #timeslider {
margin:7px; /* margin:7px;*/
margin-bottom: 0px; margin-bottom: 0px;
height: 63px; height: 63px;
margin-left: 9px; margin-left: 9px;
@ -249,3 +249,26 @@ div #timeslider div#steppers div#rightstep {
margin-right: 14px; margin-right: 14px;
border: rgb(149, 149, 149) 1px solid; border: rgb(149, 149, 149) 1px solid;
} }
.topbarcenter{
display:none;
}
#docbar{
display:none;
}
#padmain{
top:30px;
}
#editbarright{
float:right;
}
#returnbutton{
width:100px;
height:28px;
margin-right:4px;
background:url("/static/img/timeslider_right.png"); /* im so lazy */
}

View File

@ -320,7 +320,7 @@ a#hidetopmsg { position: absolute; right: 5px; bottom: 5px; }
#padmain { #padmain {
margin-top: 0px; margin-top: 0px;
position: absolute; position: absolute;
top: 0px; top: 63px !important;
left: 0px; left: 0px;
right: 0px; right: 0px;
bottom: 0px; bottom: 0px;

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 915 B

After

Width:  |  Height:  |  Size: 182 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 686 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 517 B

View File

@ -98,6 +98,14 @@ var clientVars = {}; // ]]>
<img src="/static/img/editbar_redo.gif" /> <img src="/static/img/editbar_redo.gif" />
</a> </a>
</li> </li>
<li>
<a href="javascript:void (window.pad&&pad.editbarClick('timeslider'));" title="Show the history of this pad">
<img src="/static/img/editbar_timeslider.gif" />
</a>
</li>
<li> <li>
<a href="javascript:void (window.pad&&pad.editbarClick('embed'));" title="Embed this pad"> <a href="javascript:void (window.pad&&pad.editbarClick('embed'));" title="Embed this pad">
<img src="/static/img/editbar_embed.gif" /> <img src="/static/img/editbar_embed.gif" />

View File

@ -8,8 +8,9 @@
<meta name="ROBOTS" content="NOINDEX, NOFOLLOW" /> <meta name="ROBOTS" content="NOINDEX, NOFOLLOW" />
<title>Etherpad Lite Timeslider</title> <title>Etherpad Lite Timeslider</title>
<link href="/static/css/pad2_ejs.css" rel="stylesheet" type="text/css" /> <link href="/static/css/broadcast.css" rel="stylesheet" type="text/css" />
<link href="/static/css/broadcast.css" rel="stylesheet" type="text/css" /><!-- javascript --> <!-- javascript -->
<link href="/static/css/pad_lite.css" rel="stylesheet" type="text/css" />
<style type="text/css" title="dynamicsyntax"></style> <style type="text/css" title="dynamicsyntax"></style>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script> <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
<script type="text/javascript"> <script type="text/javascript">
@ -271,7 +272,8 @@
</div> </div>
<div id="editbarright" class="editbarright"> <div id="editbarright" class="editbarright">
<!-- --> <!-- termporary place holder-->
<button id="returnbutton">Return to pad</button>
</div> </div>
<div id="editbarinner" class="editbarinner"> <div id="editbarinner" class="editbarinner">