diff --git a/dashboard/templates/index.html b/dashboard/templates/index.html index 4a581499b9..39a09e1957 100644 --- a/dashboard/templates/index.html +++ b/dashboard/templates/index.html @@ -9,7 +9,8 @@ {% block content %} {% if request.user.is_authenticated %} @@ -26,6 +27,16 @@ {% endfor %} + +
+

OpenStack Resources

+ +
+ {% else %}

Sign In

diff --git a/media/dashboard/css/openstack.css b/media/dashboard/css/openstack.css index 2146e070c0..dfbe379763 100644 --- a/media/dashboard/css/openstack.css +++ b/media/dashboard/css/openstack.css @@ -1,5 +1,3 @@ -/* @override http://looce.com:8080/media/dashboard/css/openstack.css */ - @import url("reset.css"); /*================== @@ -153,9 +151,8 @@ p .ui-icon { #content.home #projects { float: left; - margin: 0 20px 0 0; width: 445px; - + margin: 0 0 10px; } #content.home #projects li { border-bottom: 1px solid #bce3ff; @@ -272,7 +269,7 @@ span.data { float: left; margin-left: 25px; padding: 25px; - background: #f5f5f5; + background: #f1f1f1; margin-bottom: 25px; -webkit-border-radius: 5px; -moz-border-radius: 5px;