Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas ZILLIOX <thomas@zilliox.me>2013-06-20 03:42:16 +0400
committerThomas ZILLIOX <thomas@zilliox.me>2013-06-20 03:42:16 +0400
commit97e31f954c4df464d79ef51ce8a57a31af5907f3 (patch)
tree86a2601d62220fa8c68e2b2c8967cfd746d0ee17 /plugins/UsersManager/templates/index.twig
parent57007b1208b47d2eda8a588d5f307afb29c63b19 (diff)
Remove styles tags from UsersManager plugin
Diffstat (limited to 'plugins/UsersManager/templates/index.twig')
-rw-r--r--plugins/UsersManager/templates/index.twig29
1 files changed, 0 insertions, 29 deletions
diff --git a/plugins/UsersManager/templates/index.twig b/plugins/UsersManager/templates/index.twig
index d2ad1d02e1..3202f1a6b3 100644
--- a/plugins/UsersManager/templates/index.twig
+++ b/plugins/UsersManager/templates/index.twig
@@ -3,35 +3,6 @@
{% block content %}
{{ loadJavascriptTranslations(['UsersManager'])|raw }}
-<style type="text/css">
- .dialog {
- display: none;
- padding: 20px 10px;
- color: #7A0101;
- cursor: wait;
- font-size: 1.2em;
- font-weight: bold;
- text-align: center;
- }
-
- .editable:hover, .addrow:hover, .updateAccess:hover, .accessGranted:hover, .adduser:hover, .edituser:hover, .deleteuser:hover, .updateuser:hover, .cancel:hover {
- cursor: pointer;
- }
-
- .addrow {
- padding: 1em;
- font-weight: bold;
- }
-
- .addrow a {
- text-decoration: none;
- }
-
- .addrow img {
- vertical-align: middle;
- }
-</style>
-
<h2>{{ 'UsersManager_ManageAccess'|translate }}</h2>
<div id="sites">
<section class="sites_selector_container">