From: Ciro Scognamiglio Date: Tue, 25 Feb 2014 18:10:31 +0000 (+0100) Subject: css changes X-Git-Tag: myslice-1.1~300 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=cd8bb0ad80fa83dd3db9573db333ea4758505c27;hp=b80070e990e6ba14079428f53cc51311b51b6f3f;p=unfold.git css changes --- diff --git a/portal/static/css/onelab.css b/portal/static/css/onelab.css index dc8932ce..e78eb569 100644 --- a/portal/static/css/onelab.css +++ b/portal/static/css/onelab.css @@ -278,3 +278,29 @@ div#ticket-request { div#ticket-request p { margin:20px 0; } + +/* SLICE VIEW */ +div#slice-view { + width:100%; + margin-top:15px; +} +div#slice-view div.list-group-item { + border:0; + background-color:white; + font-weight:bold; + padding-left:0; +} +div#slice-view a.list-group-item { + border:0; + background-color:white; + padding:3px 0 3px 10px; + border-left:2pt white solid; +} +div#slice-view a.list-group-item.active, div#slice-view a.list-group-item:hover { + border-left:2pt blue solid; +} +div#slice-view a.list-group-item p.list-group-item-text { + font-size:9pt; + font-style:italic; +} + diff --git a/portal/templates/contact.html b/portal/templates/contact.html index 4bc8218b..9f2e30ee 100644 --- a/portal/templates/contact.html +++ b/portal/templates/contact.html @@ -8,7 +8,7 @@
-

Open a Ticket Onelab Support

+

Open a Ticket OneLab Support

If you have any diffculties using the portal, please contact us by filling this form below.
diff --git a/ui/templates/base.html b/ui/templates/base.html index 3685b106..a79c6b49 100644 --- a/ui/templates/base.html +++ b/ui/templates/base.html @@ -6,6 +6,9 @@ {# This is where insert_str will end up #}{% media_container prelude %} {% include 'messages-transient-header.html' %} + + + {{ header_prelude }} {% block head %} {% endblock head %} @@ -26,13 +29,11 @@ {% block container %} - {% block topmenu %} - {% include theme|add:"__widget-topmenu.html" %} - {% endblock topmenu %} + {% block topmenu %} + {% include theme|add:"__widget-topmenu.html" %} + {% endblock topmenu %} {% include 'messages-transient.html' %} -

- {% block base_content%}{% endblock %} -
+ {% block base_content%}{% endblock %} {% endblock container %}