* adjust some bugs for style.
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
* @version $Id$
|
||||
* @link http://www.zentao.net
|
||||
*/
|
||||
$lang->arrow = '<span class="icon-arrow"></span>';
|
||||
$lang->arrow = '<span class="icon-arrow"> </span>';
|
||||
$lang->colon = '::';
|
||||
$lang->comma = ',';
|
||||
$lang->dot = '.';
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
* @version $Id$
|
||||
* @link http://www.zentao.net
|
||||
*/
|
||||
$lang->arrow = '<span class="icon-arrow"></span>';
|
||||
$lang->arrow = '<span class="icon-arrow"> </span>';
|
||||
$lang->colon = '::';
|
||||
$lang->comma = ',';
|
||||
$lang->dot = '。';
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
</div>
|
||||
<?php if($extView = $this->getExtViewFile(__FILE__)){include $extView; return helper::cd();}?>
|
||||
<div id='divider'></div>
|
||||
</div>
|
||||
<?php if($extView = $this->getExtViewFile(__FILE__)){include $extView; return helper::cd();}?>
|
||||
<div id='divider'></div>
|
||||
<iframe frameborder='0' name='hiddenwin' id='hiddenwin' scrolling='no' class='<?php $config->debug ? print("debugwin") : print('hidden')?>'></iframe>
|
||||
<div id='footer'>
|
||||
<table class='cont' >
|
||||
@@ -13,7 +14,6 @@
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<script laguage='Javascript'>
|
||||
$().ready(function(){setDebugWin('white')})
|
||||
<?php if(isset($pageJS)) echo $pageJS;?>
|
||||
|
||||
@@ -27,4 +27,4 @@ include 'colorbox.html.php';
|
||||
<tr><td id='modulemenu'><?php commonModel::printModuleMenu($this->moduleName);?></td></tr>
|
||||
</table>
|
||||
<div id='wrap'>
|
||||
<div class='outer'>
|
||||
<div class='outer'>
|
||||
|
||||
@@ -10,10 +10,10 @@
|
||||
|
||||
.icon-title {padding-left:16px; padding-bottom:2px; background:url(theme/default/images/main/ui-gray.png); background-position:-0px 142px;}
|
||||
.icon-notice {padding-left:16px; padding-bottom:3px; background:url(theme/default/images/main/ui-gray.png); background-position:-16px 98px;}
|
||||
.icon-help {padding-left:16px; padding-bottom:2px; background:url(theme/default/images/main/ui-gray.png); background-position:-48px 98px;}
|
||||
.icon-help {padding-left:16px; padding-bottom:2px; background:url(theme/default/images/main/ui-gray.png); background-position:-48px 96px;}
|
||||
.icon-dynamic {padding-left:16px; padding-bottom:2px; background:url(theme/default/images/main/ui-gray.png); background-position:-80px 126px;}
|
||||
.icon-more {padding-left:16px; padding-bottom:2px; background:url(theme/default/images/main/ui-gray.png); background-position:-32px -18px;}
|
||||
.icon-bug {padding-left:16px; padding-bottom:2px; background:url(theme/default/images/main/ui-gray.png); background-position:-0px 94px;}
|
||||
.icon-bug {padding-left:16px; padding-bottom:2px; background:url(theme/default/images/main/ui-gray.png); background-position:-2px 96px;}
|
||||
.icon-todo {padding-left:16px; padding-bottom:2px; background:url(theme/default/images/main/ui-gray.png); background-position:-64px 94px;}
|
||||
.icon-doing {padding-left:16px; padding-bottom:2px; background:url(theme/default/images/main/ui-gray.png); background-position:-16px 126px;}
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
<form method='post' enctype='multipart/form-data' target='hiddenwin'>
|
||||
<div class='box-title'><span class='icon-add2'></span><?php echo $lang->story->create;?></div>
|
||||
<div class='box-content' id='form-content'>
|
||||
<div>
|
||||
<div class='form-item'>
|
||||
<p><strong class='a-14px'><?php echo $lang->story->title;?></strong> <span class='gray'><?php echo $lang->story->form->titleNote?></span></p>
|
||||
<p><?php echo html::input('title', $title, "class='w-p98'");?></p>
|
||||
</div>
|
||||
|
||||
@@ -433,12 +433,12 @@ function saveWindowSize()
|
||||
function setContentHeight()
|
||||
{
|
||||
var winHeight = $(window).height();
|
||||
var docHeight = $(document).height();
|
||||
var headerH = $('#header').height();
|
||||
var footerH = $('#footer').height();
|
||||
if(docHeight <= winHeight)
|
||||
if(document.documentElement.clientHeight >= document.documentElement.scrollHeight)
|
||||
{
|
||||
var outerH = winHeight - headerH - footerH - 85;
|
||||
if ($.browser.msie && ($.browser.version == "6.0") && !$.support.style) outerH = winHeight - headerH - footerH - 98;
|
||||
$('.outer').height(outerH);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -8,16 +8,13 @@
|
||||
#topbar .w-p50 {padding-left:8px}
|
||||
|
||||
#mainmenu ul{background:none}
|
||||
#mainmenu ul li{background:none}
|
||||
#modulemenu ul{background:none}
|
||||
#mainmenu .active a{color: #324F7C}
|
||||
#modulemenu .active a{color: #324F7C}
|
||||
|
||||
#mainmenu li{border:none; height:36px; line-height:36px;}
|
||||
#mainmenu li{border:none; height:30px; line-height:35px;}
|
||||
#mainmenu .active {background:url(./images/bg.menu.gif) no-repeat center 5px; width:85px;}
|
||||
|
||||
#modulemenu select{border:1px solid #e4e4e4; background:#fff}
|
||||
|
||||
#searchType {background:#43618B}
|
||||
#searchQuery {background:#43618B}
|
||||
#modulemenu #projectID {background:#EAEAEA}
|
||||
#modulemenu #productID {background:#EAEAEA}
|
||||
|
||||
@@ -383,9 +383,9 @@ a { text-decoration:none;}
|
||||
.icon-all { padding-left:18px; background:url(images/main/ui-green.png) -176px 112px;}
|
||||
.icon-copy { padding-left:18px; background:url(images/main/ui-green.png) -48px 160px;}
|
||||
.icon-add2 { padding-left:18px; background:url(images/main/ui-gray.png) 0px 48px;}
|
||||
.icon-notice { padding-left:16px; background:url(images/main/ui-gray.png); background-position:-18px 96px;}
|
||||
.icon-file { padding-left:16px; background:url(images/main/ui-gray.png); background-position:-32px 144px;}
|
||||
.icon-arrow { padding-left:16px; background:url(images/main/ui-gray.png); background-position:-32px 0px;}
|
||||
.icon-notice { padding-left:16px; background:url(images/main/ui-gray.png) -18px 96px;}
|
||||
.icon-file { padding-left:16px; background:url(images/main/ui-gray.png) -32px 144px;}
|
||||
.icon-arrow { padding-left:8px; background:url(images/main/ui-gray.png) -32px 0px;}
|
||||
|
||||
#form-content { margin:5px 25px; border:none;}
|
||||
#form-content .button-s{ background:url(images/main/button_95x36.png) left top; border:none; height:36px; width:95px; color:#f1f1f1;}
|
||||
|
||||
@@ -1,8 +1,7 @@
|
||||
#header {background:#195d00}
|
||||
#mainmenu ul{background:#217a00}
|
||||
#mainmenu ul li {background:#217a00}
|
||||
#mainmenu a {color:#d1eeff}
|
||||
#mainmenu .active a{color:black}
|
||||
#topbar select{background:#195d00}
|
||||
|
||||
#searchType {background:#217a00}
|
||||
#searchQuery {background:#217a00}
|
||||
|
||||
@@ -1,9 +1,7 @@
|
||||
#header {background:#990000}
|
||||
#mainmenu ul{background:#cc0000}
|
||||
#mainmenu ul li{background:#cc0000}
|
||||
#mainmenu a {color:#fff}
|
||||
#mainmenu a:hover {color:yellow;}
|
||||
#mainmenu .active a{color:#990000}
|
||||
#topbar select{background:#990000}
|
||||
|
||||
#searchType {background:#cc0000}
|
||||
#searchQuery {background:#cc0000}
|
||||
|
||||
Reference in New Issue
Block a user