]> git.wh0rd.org - chrome-ext/music-player-client.git/blobdiff - main.html
controls: swap play/stop buttons to match classic winamp layout
[chrome-ext/music-player-client.git] / main.html
index 4305f7d66451997a676654292f83d9fe7a1f434d..89489d8a98a3707884b7d624a4f1d165b4945297 100644 (file)
--- a/main.html
+++ b/main.html
@@ -67,11 +67,11 @@ div#footer {
 
 <div class='main' id='main.controls'>
 <table>
- <tr>
+ <tr style='whitespace:collapse'>
   <td>
-   <input type='button' id='previous' value='&#x21E6;'><input type='button' id='stop' value='&#x25FB;'><input type='button' id='pause' value='&#x25EB;'><input type='button' id='play' value='&#x25B7;'><input type='button' id='next' value='&#x21E8;'>
+   <input type='button' id='previous' value='&#x21E6;'><input type='button' id='play' value='&#x25B7;'><input type='button' id='pause' value='&#x25EB;'><input type='button' id='stop' value='&#x25FB;'><input type='button' id='next' value='&#x21E8;'>
   </td>
-  <td style='whitespace:collapse'>
+  <td>
    <input type='button' id='repeat' value='&#x221E;'><input type='button' id='random' value='&reg;'><input type='button' id='single' value='&sect;'><input type='button' id='consume' value='&copy;'>
   </td>
  </tr>