| Index: composer.html |
| =================================================================== |
| --- a/composer.html |
| +++ b/composer.html |
| @@ -16,19 +16,19 @@ |
| - You should have received a copy of the GNU General Public License |
| - along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>. |
| --> |
| <html> |
| <head> |
| <meta charset="utf-8"> |
| <title>Block element</title> |
| -<link type="text/css" href="jquery-ui/css/smoothness/jquery-ui-1.8.16.custom.css" rel="stylesheet" /> |
| -<script type="text/javascript" src="jquery-ui/js/jquery-1.7.1.min.js"></script> |
| -<script type="text/javascript" src="jquery-ui/js/jquery-ui-1.8.16.custom.min.js"></script> |
| +<link type="text/css" href="jquery-ui/css/smoothness/jquery-ui-1.12.1.custom.css" rel="stylesheet" /> |
| +<script type="text/javascript" src="jquery-ui/js/jquery-3.2.1.min.js"></script> |
| +<script type="text/javascript" src="jquery-ui/js/jquery-ui-1.12.1.custom.min.js"></script> |
| <script type="text/javascript" src="ext/common.js"></script> |
| <script type="text/javascript" src="ext/content.js"></script> |
| <script type="text/javascript" src="i18n.js" charset="utf-8"></script> |
| <script type="text/javascript" src="composer.js" charset="utf-8"></script> |
| <style type="text/css"> |
| * |
| { |
| box-sizing: border-box; |
| @@ -75,20 +75,16 @@ |
| word-wrap: normal; |
| -webkit-flex-grow: 1; |
| flex-grow: 1; |
| } |
| #buttons |
| { |
| text-align: right; |
| } |
| - button |
| - { |
| - padding: 3px !important; |
| - } |
| </style> |
| </head> |
| <body> |
| <div id="title"> |
| <img src="icons/detailed/abp-32.png" srcset="icons/detailed/abp-64.png 2x"> |
| <span class="i18n_add_filters_msg"></span> |
| </div> |