1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

Add missing css to sunstone login.

Improves the appereance of error boxes
(cherry picked from commit d587143b510b14e1b4249cc16ba54016d368ef26)
This commit is contained in:
Hector Sanjuan 2012-09-17 13:48:23 +02:00 committed by Ruben S. Montero
parent 0e8bd80f87
commit 95543fcaff

View File

@ -4,6 +4,7 @@
<link rel="shortcut icon" href="images/favicon.ico" />
<title>OpenNebula Sunstone Login</title>
<link rel="stylesheet" type="text/css" href="css/login.css" />
<link rel="stylesheet" type="text/css" href="vendor/jQueryUI/jquery-ui-1.8.16.custom.css" />
<!-- Vendor Libraries -->
<script type="text/javascript" src="vendor/jQuery/jquery-1.7.2.min.js"></script>