mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
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:
+12
-7
@@ -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 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>
|
||||
|
||||
Reference in New Issue
Block a user