Ignore:
Timestamp:
Jun 30, 2013, 4:49:54 PM (11 years ago)
Author:
mistic100
Message:

remove constructors css markup in ws.htm and triggers_list.php

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/triggers_list.php

    r23372 r23714  
    830830  <link rel="stylesheet" type="text/css" href="http://code.jquery.com/ui/1.9.2/themes/base/jquery-ui.css">
    831831  <link rel="stylesheet" type="text/css" href="http://ajax.aspnetcdn.com/ajax/jquery.dataTables/1.9.4/css/jquery.dataTables_themeroller.css">
    832   <script type="text/javascript" src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
    833   <script type="text/javascript" src="http://ajax.aspnetcdn.com/ajax/jquery.dataTables/1.9.4/jquery.dataTables.min.js"></script>
    834832 
    835833  <style type="text/css">
     
    853851
    854852  a {color:#247EBF;text-decoration:none;}
    855   a:hover {color:#EB9C39;border-bottom-width:1px;border-style:dotted;
    856     text-shadow:1px 1px 0 #ddd;-moz-text-shadow:1px 1px 0 #ddd;-webkit-text-shadow:1px 1px 0 #ddd;
    857   }
    858 
    859   h1 {color:#fff;font-size:26px;padding:10px 15px;
    860     text-shadow:1px 1px 0 #999;-moz-text-shadow:1px 1px 0 #999;-webkit-text-shadow:1px 1px 0 #999;
    861     background:#45484d;background:-moz-linear-gradient(top, #45484d 0%, #333333 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#333333));background:-webkit-linear-gradient(top, #45484d 0%,#333333 100%);background:-o-linear-gradient(top, #45484d 0%,#333333 100%);background:-ms-linear-gradient(top, #45484d 0%,#333333 100%);background:linear-gradient(to bottom, #45484d 0%,#333333 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#333333',GradientType=0 );
     853  a:hover {color:#EB9C39;border-bottom-width:1px;border-style:dotted;text-shadow:1px 1px 0 #ddd;}
     854
     855  h1 {color:#fff;font-size:26px;padding:10px 15px;text-shadow:1px 1px 0 #999;
     856    background:#45484d;background:linear-gradient(to bottom, #45484d 0%,#333333 100%);
    862857  }
    863858
     
    944939</div> <!-- the_footer -->
    945940
     941
     942<script type="text/javascript" src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
     943<script type="text/javascript" src="http://ajax.aspnetcdn.com/ajax/jquery.dataTables/1.9.4/jquery.dataTables.min.js"></script>
    946944 
    947945<script type="text/javascript">
Note: See TracChangeset for help on using the changeset viewer.