Browse Source

git-svn-id: https://192.168.57.71/svn/qt@80 12fe181a-e57f-b044-8676-16dc139aa63e

ld_zhoutl 8 năm trước cách đây
mục cha
commit
89a01cffce

+ 7 - 0
jdc/jdcweb/trunk/src/main/webapp/static/xt/css/main.css

@@ -74,6 +74,13 @@ body {
 	top: 0px;right: 0px;width: 120px;height: 66px;
 	margin: 60px 12px 3px 0px;position: absolute; z-index: 1260;
 }
+.divResourcecheck {
+	display:none;
+    background: #F0F0F0;
+    border: 1px solid #b7b7b7;
+	top: 0px;right: 0px;width: 100px;height: 110px;
+	margin: 80px 12px 3px 0px;position: absolute; z-index: 1261;
+}
 
 .divchangemap {
 	top: 55px;right: 0px;width: 49px;height: 51px;margin: 15px 10px 3px 0px;position: absolute; z-index: 1258;

+ 7 - 1
jdc/jdcweb/trunk/src/main/webapp/static/xt/css/style.css

@@ -3993,7 +3993,7 @@ input::-ms-reveal {
 }
 
 .trspace {
-	height:22px;
+	height:30px;
 	background: #F5F5F5;
 }
 
@@ -4051,3 +4051,9 @@ input::-ms-reveal {
 	line-height: 22px;
 	border: 1px solid #cbcbcb;
 }
+.samlltitle {
+	text-align: center; 
+	background-color: #EDEDED;
+	font-weight:bold;
+	font-size:16px;
+}