From fe8f93e21e7d4e17a89a4f186c1e27a4a79def75 Mon Sep 17 00:00:00 2001 From: Yasin <mohammed-yasin.rahman@lip6.fr> Date: Wed, 23 Jul 2014 17:37:37 +0200 Subject: [PATCH] cosmetic changes: slice-resource tab --- plugins/filter_status/templates/filter_status.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/filter_status/templates/filter_status.html b/plugins/filter_status/templates/filter_status.html index 498c1490..64c3fb9a 100644 --- a/plugins/filter_status/templates/filter_status.html +++ b/plugins/filter_status/templates/filter_status.html @@ -3,7 +3,7 @@ <a href="#" class="list-group-item sl-resources active" - style='display: inline-block !important;' + style='display: inline-block !important; x font-size: inherit;' id="{{ domid }}__all" data-status="all" title="View resources that are available to be reserved." @@ -13,7 +13,7 @@ <a href="#" class="list-group-item sl-resources" - style='display: inline-block !important;' + style='display: inline-block !important; font-size: inherit;' id="{{ domid }}__reserved" data-status="reserved" title="View resources that you have previously reserved for the slice." @@ -22,7 +22,7 @@ </a> <a href="#" class="list-group-item sl-resources" - style='display: inline-block !important;' + style='display: inline-block !important; font-size: inherit;' id="{{ domid }}__unconfigured" data-status="unconfigured" title="View resources that you have selected to add to your slice, that require configuration before they can be reserved. Hover you mouse over the symbol next to the checkbox for more details." @@ -32,7 +32,7 @@ </a> <a href="#" class="list-group-item sl-resources" - style='display: inline-block !important;' + style='display: inline-block !important; font-size: inherit;' id="{{ domid }}__pending" data-status="pending" title="View pending changes to your slice: resources that you have selected to add, and resources that you have selected to remove. Click on the Apply button to apply those changes, or on the Cancel button to cancel them." -- 2.47.0