HistoryView: Make the history view prettier

The following things have changed:
* Moved the gravatar icon to the right
* Do not load default image for gravatar to speed up loading of history view
* Changed the notifier
** New spinner
** New location
** Colour coded for success / failure
* Fonts changed
* New button replacing "paste" --> "Gistie it"
This commit is contained in:
Kim Does
2008-10-16 22:49:22 +02:00
committed by Pieter de Bie
parent 0e46f27ad0
commit e75b2fe82f
4 changed files with 98 additions and 42 deletions
+12 -7
View File
@@ -11,13 +11,14 @@
</head>
<body style="padding: 0px; border: 0px">
<div id="notification" style="display:none;">
<img src="spinner.gif" width="25px" alt="Spinner" id="spinner"></img>
<span id="notification_message"></span>
<div id="rightcontent">
<div id="buttons">
<a class="servicebutton" onClick="gistie();return false" href='#'>
Gist&nbsp;it
</a>
</div>
<img id="gravatar" src="">
</div>
<div id="gistie" onClick="gistie()">Paste online</div>
<img id="gravatar" src="http://www.gravatar.com/avatar/?d=wavatar" />
<table id="commit_header">
<tr>
<td class="property_name">SHA:</td>
@@ -40,7 +41,11 @@
<td id="refs"></td>
</tr>
</table>
<div id="notification" style="display:none;">
<img src="spinner.gif" alt="Spinner" id="spinner"></img>
<div id="notification_message"></div>
</div>
<hr>
<pre id="message"></pre>
<pre><code class="diffcode" id='details'></code></pre>
</body>
</body>