From 688d0f8c596e0f605974899eeb11a170ecb67866 Mon Sep 17 00:00:00 2001
From: hdw <496960745@qq.com>
Date: 星期五, 09 十一月 2018 11:31:04 +0800
Subject: [PATCH] 添加工具栏

---
 gx_tieta/WebRoot/css/index_layout.css |   15 +++++++++++----
 1 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/gx_tieta/WebRoot/css/index_layout.css b/gx_tieta/WebRoot/css/index_layout.css
index 8a30d97..d3f5bff 100644
--- a/gx_tieta/WebRoot/css/index_layout.css
+++ b/gx_tieta/WebRoot/css/index_layout.css
@@ -474,7 +474,8 @@
 	font-weight: bold;
 }
 .map-info-btn-icon {
-	margin-left: 15px;
+	float: right;
+	margin-right: 10px;
 	font-size: 18px;
 	vertical-align: middle;
 	cursor: pointer;
@@ -491,10 +492,13 @@
 	margin-top: 8px;
 	margin-bottom: 8px;
 }
+.map-info-detail table caption {
+	text-indent: 1em;
+}
 .map-info-detail table td {
 	padding: 4px 0;
 }
-.map-info-detail table select {
+.map-info-detail table select, .map-info-detail table input {
 	width: 96%;
 	height: 24px;
 	border: 1px solid #CCCCCC;
@@ -503,7 +507,7 @@
 	padding: 8px 0;
 	border-top: 1px solid #CCCCCC;
 }
-.map-info-footer button {
+.map-info-footer button, .btn-container button {
 	padding:6px 20px;
 	border: 1px solid #c1c1c1;
 	background: #FFFFFF;
@@ -513,10 +517,13 @@
 	background: linear-gradient(top, #ffffff, #f4f4f4);
 	color: #555;
 }
-.map-info-footer button:hover {
+.map-info-footer button:hover, .btn-container button:hover {
 	background: #f4f4f4;
 	color: #555;
 }
+
+
+
 #mapImgDesc span {
 	line-height: 30px;
 	margin-left: 6px;

--
Gitblit v1.9.1