修复黑河计划数据整理服务页面的表单样式bug,修改导航栏中数据汇交的样式

This commit is contained in:
Li Jianxuan 2012-10-23 03:29:46 +00:00
parent 41c3403b88
commit 5f9355dc30
3 changed files with 6 additions and 3 deletions

View File

@ -30,10 +30,10 @@
<li><a href="/heihe/tag">关键词导航</a></li> <li><a href="/heihe/tag">关键词导航</a></li>
<li><a href="/heihe/timeline">时间轴导航</a></li> <li><a href="/heihe/timeline">时间轴导航</a></li>
<li><a href="/heihe/timemap">时空联合导航</a></li> <li><a href="/heihe/timemap">时空联合导航</a></li>
<li><a href="/heihe/submit">数据汇交</a></li>
<!-- <li>WebGIS地图浏览</li> <!-- <li>WebGIS地图浏览</li>
<li>黑河计划数据汇交</li> <li>黑河计划数据汇交</li>
<li>数据使用协议</li> --> <li>数据使用协议</li> -->
<li class="bigtitle text-shadow"><a href="/heihe/submit">数据汇交</a></li>
</ul> </ul>
<form id="search" enctype="application/x-www-form-urlencoded" action="/heihe/search" method="post"> <form id="search" enctype="application/x-www-form-urlencoded" action="/heihe/search" method="post">
<input type="text" name="q" id="q" value="<?php echo (empty($this->key))?'回车搜索标题和摘要':$this->key; ?>" onfocus="myfocus(this);" onblur="myblur(this);"> <input type="text" name="q" id="q" value="<?php echo (empty($this->key))?'回车搜索标题和摘要':$this->key; ?>" onfocus="myfocus(this);" onblur="myblur(this);">

View File

@ -126,8 +126,8 @@ function commit(id){
} }
</script> </script>
<div class="colorbox" style="display:none;"> <div class="colorbox" style="display:none;">
<div id="commitform"> <div id="commitform" style="overflow:hidden;width:100%;">
<form> <form style="width:99%;">
<p> <p>
<label>简要功能:</label><br /> <label>简要功能:</label><br />
<textarea class="full" style="resize:none;height:200px;" id="changelog"></textarea> <textarea class="full" style="resize:none;height:200px;" id="changelog"></textarea>

View File

@ -108,6 +108,9 @@ ol,ol li{list-style:decimal;margin-left:20px;}
#tabs-controller ul li{float:left;padding:3px 10px;border:1px solid #93bee2;border-radius:5px;margin:0 5px;} #tabs-controller ul li{float:left;padding:3px 10px;border:1px solid #93bee2;border-radius:5px;margin:0 5px;}
#tabs-controller ul li:hover{background:#f1f8fe;} #tabs-controller ul li:hover{background:#f1f8fe;}
#tabs-controller ul li.active{background:#e8f4ff;} #tabs-controller ul li.active{background:#e8f4ff;}
.bigtitle{font-size:14px;font-weight:bold;line-height:24px;text-indent:14px;background:url(/images/arrow_red_10x10.gif) 0 center no-repeat;}
.bigtitle a{color:#004411;}
.box-shadow{ .box-shadow{
box-shadow:2px 2px 2px #ccc; box-shadow:2px 2px 2px #ccc;
-webkit-box-shadow:2px 2px 2px #ccc; -webkit-box-shadow:2px 2px 2px #ccc;