summaryrefslogtreecommitdiffstats
path: root/pyload/webui/themes/Default/tml
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@gmail.com> 2015-03-01 00:44:13 +0100
committerGravatar Walter Purcaro <vuolter@gmail.com> 2015-03-01 00:44:13 +0100
commit8e43000bfe0846c2dc9e06baeef2977fcb9f5084 (patch)
tree9ccb1fbb08875dde2a30e86e5b221ca8b7d7da48 /pyload/webui/themes/Default/tml
parentsafe_join -> fs_join (diff)
downloadpyload-8e43000bfe0846c2dc9e06baeef2977fcb9f5084.tar.xz
.min.css -> .css
Diffstat (limited to 'pyload/webui/themes/Default/tml')
-rw-r--r--pyload/webui/themes/Default/tml/base.html4
-rw-r--r--pyload/webui/themes/Default/tml/logs.html2
-rw-r--r--pyload/webui/themes/Default/tml/pathchooser.html2
3 files changed, 4 insertions, 4 deletions
diff --git a/pyload/webui/themes/Default/tml/base.html b/pyload/webui/themes/Default/tml/base.html
index 1adf16831..116fb9b51 100644
--- a/pyload/webui/themes/Default/tml/base.html
+++ b/pyload/webui/themes/Default/tml/base.html
@@ -5,8 +5,8 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
-<link rel="stylesheet" type="text/css" href="/css/base.min.css"/>
-<link rel="stylesheet" type="text/css" href="/css/window.min.css"/>
+<link rel="stylesheet" type="text/css" href="/css/base.css"/>
+<link rel="stylesheet" type="text/css" href="/css/window.css"/>
<link rel="stylesheet" type="text/css" href="/lib/MooTools/MooDialog/css/MooDialog.css"/>
<script type="text/javascript" src="/lib/MooTools/MooTools-Core.js"></script>
diff --git a/pyload/webui/themes/Default/tml/logs.html b/pyload/webui/themes/Default/tml/logs.html
index 7d91dc269..429306aae 100644
--- a/pyload/webui/themes/Default/tml/logs.html
+++ b/pyload/webui/themes/Default/tml/logs.html
@@ -3,7 +3,7 @@
{% block title %}{{_("Logs")}} - {{super()}} {% endblock %}
{% block subtitle %}{{_("Logs")}}{% endblock %}
{% block head %}
-<link rel="stylesheet" type="text/css" href="/css/log.min.css"/>
+<link rel="stylesheet" type="text/css" href="/css/log.css"/>
{% endblock %}
{% block content %}
diff --git a/pyload/webui/themes/Default/tml/pathchooser.html b/pyload/webui/themes/Default/tml/pathchooser.html
index 91c957d6e..6e58ab536 100644
--- a/pyload/webui/themes/Default/tml/pathchooser.html
+++ b/pyload/webui/themes/Default/tml/pathchooser.html
@@ -25,7 +25,7 @@
}
</script>
- <link rel="stylesheet" type="text/css" href="/css/pathchooser.min.css"/>
+ <link rel="stylesheet" type="text/css" href="/css/pathchooser.css"/>
</head>
<body{% if type == 'file' %}{% if not oldfile %} onload="setInvalid();"{% endif %}{% endif %}>
<center>