Browse Source

update

fixes
master
Hedgehog 11 years ago
parent
commit
7eacc6aab2
  1. 4
      css/profile.css
  2. 1
      following.html
  3. 1
      js/calm.js
  4. 1
      network.html
  5. 1
      profile-edit.html
  6. BIN
      sound/1.wav
  7. BIN
      sound/2.wav
  8. BIN
      sound/3.wav
  9. BIN
      sound/4.wav
  10. BIN
      sound/5.wav

4
css/profile.css

@ -3,7 +3,7 @@
***************************************/ ***************************************/
.profile-card .profile-card
{ {
/* padding: 7px;*/ padding: 9px;
background: rgba( 255, 255, 255, .5 ); background: rgba( 255, 255, 255, .5 );
border: solid 1px rgba( 69, 71, 77, .05 ); border: solid 1px rgba( 69, 71, 77, .05 );
position: relative; position: relative;
@ -179,7 +179,7 @@
} }
.profile-card-main input.input-description .profile-card-main input.input-description
{ {
width: 500px; width: 90%;
margin-top: 100px; margin-top: 100px;
} }
.input-name .input-name

1
following.html

@ -22,7 +22,6 @@
<script src="js/twister_directmsg.js"></script> <script src="js/twister_directmsg.js"></script>
<script src="js/twister_actions.js"></script> <script src="js/twister_actions.js"></script>
<script src="js/interface_common.js"></script> <script src="js/interface_common.js"></script>
<script src="js/options.js"></script>
<script> <script>
$(document).ready(function() $(document).ready(function()

1
js/calm.js

@ -94,7 +94,6 @@ function DMsNotif() {
} }
player[0].volume = localStorage['playerVol']; player[0].volume = localStorage['playerVol'];
player[0].play(); player[0].play();
// setTimeout('player[0].pause', 1000);
} }
function mensNotif() { function mensNotif() {

1
network.html

@ -19,7 +19,6 @@
<script src="js/interface_localization.js"></script> <script src="js/interface_localization.js"></script>
<script src="js/twister_network.js"></script> <script src="js/twister_network.js"></script>
<script src="js/interface_common.js"></script> <script src="js/interface_common.js"></script>
<script src="js/options.js"></script>
<script> <script>
$(document).ready(function() $(document).ready(function()

1
profile-edit.html

@ -21,7 +21,6 @@
<script src="js/interface_common.js"></script> <script src="js/interface_common.js"></script>
<script src="js/interface_profile-edit.js"></script> <script src="js/interface_profile-edit.js"></script>
<script src="js/calm.js"></script> <script src="js/calm.js"></script>
<script src="js/options.js"></script>
<script> <script>
$(document).ready(function() $(document).ready(function()

BIN
sound/1.wav

Binary file not shown.

BIN
sound/2.wav

Binary file not shown.

BIN
sound/3.wav

Binary file not shown.

BIN
sound/4.wav

Binary file not shown.

BIN
sound/5.wav

Binary file not shown.
Loading…
Cancel
Save