CHUKWA-789. Added HBase schema to data model document. (Eric Yang)
diff --git a/src/main/web/hicc/home/css/jquery.gridster.css b/src/main/web/hicc/home/css/jquery.gridster.css
index 14fee6b..7f0d6ee 100755
--- a/src/main/web/hicc/home/css/jquery.gridster.css
+++ b/src/main/web/hicc/home/css/jquery.gridster.css
@@ -145,6 +145,12 @@
     cursor: s-resize;
 }
 
+.gs-w:hover {
+    -webkit-box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
+    box-shadow: 3px 3px 5px rgba(0,0,0,0.3);    
+    z-index: 10;
+}
+
 .gs-w:hover .gs-resize-handle,
 .resizing .gs-resize-handle {
     opacity: 1;