[extensions-web] Hide wip settings stuff
- From: Yuri Konotopov <ykonotopov src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [extensions-web] Hide wip settings stuff
- Date: Fri, 31 May 2019 17:34:25 +0000 (UTC)
commit a29366e2e97732464cc7e76b11511cfd0bb36356
Author: Yuri Konotopov <ykonotopov gnome org>
Date: Fri May 31 21:33:54 2019 +0400
Hide wip settings stuff
sweettooth/extensions/templates/extensions/local.html | 4 ++--
sweettooth/static/css/sweettooth.css | 5 +++++
2 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/sweettooth/extensions/templates/extensions/local.html
b/sweettooth/extensions/templates/extensions/local.html
index efa6027..7f5d02f 100644
--- a/sweettooth/extensions/templates/extensions/local.html
+++ b/sweettooth/extensions/templates/extensions/local.html
@@ -2,8 +2,8 @@
{% load i18n %}
{% block title %}{% trans "Installed Extensions" %} - {{ block.super }}{% endblock %}
{% block body %}
-<h2>{% trans "Shell settings" %}</h2>
-<div id='shell_settings'></div>
+<h2 class='v6-wip'>{% trans "Shell settings" %}</h2>
+<div id='shell_settings' class='v6-wip></div>
<h2>{% trans "Installed Extensions" %}</h2>
<div id="local_extensions">
diff --git a/sweettooth/static/css/sweettooth.css b/sweettooth/static/css/sweettooth.css
index bd6d9f8..9442f33 100644
--- a/sweettooth/static/css/sweettooth.css
+++ b/sweettooth/static/css/sweettooth.css
@@ -858,3 +858,8 @@ textarea:focus {
#shell_settings .form-horizontal .form-group label {
text-align: left;
}
+
+.v6-wip
+{
+ display: none;
+}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]