From: Vitaly Parakhin Date: Wed, 5 Mar 2014 12:18:26 +0000 (+0200) Subject: Replace patch for Horizon UI tables formatting error. OSCI-1102 X-Git-Tag: 2014.1~9 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=refs%2Fheads%2Fopenstack-ci%2Ffuel-4.1.1%2F2013.2.2;p=openstack-build%2Fhorizon-build.git Replace patch for Horizon UI tables formatting error. OSCI-1102 Change-Id: Id40e2e3fc98e19f9805980af2b28c34842580512 --- diff --git a/debian/patches/mos-fix-murano-savana-dashboard.patch b/debian/patches/mos-fix-murano-savana-dashboard.patch index 0d1153c..0c3bb17 100644 --- a/debian/patches/mos-fix-murano-savana-dashboard.patch +++ b/debian/patches/mos-fix-murano-savana-dashboard.patch @@ -1,21 +1,22 @@ diff --git a/horizon/templates/base.html b/horizon/templates/base.html -index 1b791d0..f767d7c 100644 +index e7e5938..27c3756 100644 --- a/horizon/templates/base.html +++ b/horizon/templates/base.html -@@ -10,6 +10,7 @@ - {% endblock %} - {% include "horizon/_conf.html" %} - {% include "horizon/client_side/_script_loader.html" %} -+ - - - {% block content %} -diff --git a/openstack_dashboard/static/dashboard/less/fix_tabs.css b/openstack_dashboard/static/dashb -index e69de29..60f4074 100644 +@@ -4,6 +4,7 @@ + + + {% block title %}{% endblock %} - {% site_branding %} ++ + {% comment %} Load CSS sheets before Javascript {% endcomment %} + {% block css %} + {% include "_stylesheets.html" %} +diff --git a/openstack_dashboard/static/dashboard/less/fix_tabs.css b/openstack_dashboard/static/dashboard/less/fix_tabs.css +index e69de29..4a2edcf 100644 --- a/openstack_dashboard/static/dashboard/less/fix_tabs.css +++ b/openstack_dashboard/static/dashboard/less/fix_tabs.css -@@ -0,0 +1,4 @@ +@@ -0,0 +1,5 @@ +.nav-tabs > li > a { -+padding-right: 5px; -+padding-left: 5px; ++ padding-right: 5px !important; ++ padding-left: 5px !important; ++ margin-right: 0px !important; +} diff --git a/rpm/SOURCES/mos-fix-murano-savana-dashboard.patch b/rpm/SOURCES/mos-fix-murano-savana-dashboard.patch index 0d1153c..0c3bb17 100644 --- a/rpm/SOURCES/mos-fix-murano-savana-dashboard.patch +++ b/rpm/SOURCES/mos-fix-murano-savana-dashboard.patch @@ -1,21 +1,22 @@ diff --git a/horizon/templates/base.html b/horizon/templates/base.html -index 1b791d0..f767d7c 100644 +index e7e5938..27c3756 100644 --- a/horizon/templates/base.html +++ b/horizon/templates/base.html -@@ -10,6 +10,7 @@ - {% endblock %} - {% include "horizon/_conf.html" %} - {% include "horizon/client_side/_script_loader.html" %} -+ - - - {% block content %} -diff --git a/openstack_dashboard/static/dashboard/less/fix_tabs.css b/openstack_dashboard/static/dashb -index e69de29..60f4074 100644 +@@ -4,6 +4,7 @@ + + + {% block title %}{% endblock %} - {% site_branding %} ++ + {% comment %} Load CSS sheets before Javascript {% endcomment %} + {% block css %} + {% include "_stylesheets.html" %} +diff --git a/openstack_dashboard/static/dashboard/less/fix_tabs.css b/openstack_dashboard/static/dashboard/less/fix_tabs.css +index e69de29..4a2edcf 100644 --- a/openstack_dashboard/static/dashboard/less/fix_tabs.css +++ b/openstack_dashboard/static/dashboard/less/fix_tabs.css -@@ -0,0 +1,4 @@ +@@ -0,0 +1,5 @@ +.nav-tabs > li > a { -+padding-right: 5px; -+padding-left: 5px; ++ padding-right: 5px !important; ++ padding-left: 5px !important; ++ margin-right: 0px !important; +}