diff src/main/webapp/resources/css/ismi-db/popupPanel.css @ 7:764f47286679

(none)
author jurzua
date Wed, 29 Oct 2014 14:28:34 +0000
parents
children af1018d06443
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/main/webapp/resources/css/ismi-db/popupPanel.css	Wed Oct 29 14:28:34 2014 +0000
@@ -0,0 +1,67 @@
+
+.ismi-pp-cntr {
+    
+    position: fixed;
+  	top: 50%;
+  	left: 50%;
+  	
+    z-index: 100;
+    
+    background: none repeat scroll 0 0 #FFFFFF;
+    border: 1px solid #C4C0B9;
+    border-radius: 0;
+    cursor: default;
+	
+	/* default values*/
+	width: 300px; height: 100px; margin-top: -80px; margin-left: -150px;
+	
+	/*
+	width: 300px; height: 100px;
+    margin-top: -50px;
+  	margin-left: -150px;
+  	*/
+}
+
+.ismi-pp-hdr{
+	
+	/*background: url("../org.richfaces.images/gradientA.png") repeat scroll 0 0 rgba(0, 0, 0, 0);*/
+	background-color: #C0C0C0 ;
+    border-top-left-radius: 0;
+    border-top-right-radius: 0;
+    cursor: default;
+    padding: 2px;
+    position: relative;
+	
+}
+
+.ismi-pp-hdr-cnt{
+    color: #000000;
+    font-family: Arial,Verdana,sans-serif;
+    font-size: 11px;
+    font-weight: bold;
+    overflow: hidden;
+    padding: 2px 2px 2px 10px;
+    text-overflow: ellipsis;
+    white-space: nowrap;
+}
+
+.ismi-pp-cnt-scrlr {
+    background: none repeat scroll 0 0 #FFFFFF;
+    border-bottom-left-radius: 0;
+    border-bottom-right-radius: 0;
+    left: 0;
+    overflow: auto;
+    top: 0;
+}
+
+.ismi-pp-main-panel{
+	   border-bottom-left-radius: 0;
+    border-bottom-right-radius: 0;
+    color: #000000;
+    font-family: Arial,Verdana,sans-serif;
+    font-size: 11px;
+    padding: 10px;
+    width: 100%;
+}
+
+.
\ No newline at end of file