Advertisement
cherryprodesign

sms sáv méretének megváltoztatása gportal

Feb 4th, 2016
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script>
  2. $( document ).ready(function() {
  3. $('table.site:last').removeAttr('style').css({
  4.     'width': '98%'
  5. });
  6. $('.smsbackground').removeAttr('class').addClass('smsbackground2');
  7. $('div.gp-sms').removeAttr('class').addClass('gp-sms2');
  8. $('.sms_marquee marquee').removeAttr('width');
  9.  
  10. });
  11.  
  12. </script>
  13. <style type="text/css">
  14. .smsbackground2 {
  15.     background: #dfdfdf;
  16.     height: 29px;
  17.     margin-bottom: 6px;
  18. }
  19.  
  20. .gp-sms2 {
  21.     margin: 0px auto;
  22.     margin-top: 6px;
  23. }
  24. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement