* adjust the boarder color of select and text.

This commit is contained in:
wangchunsheng
2012-06-29 09:16:55 +00:00
parent 94a38a7655
commit 598c6e9fdc
3 changed files with 15 additions and 2 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ class projectModel extends model
$selectHtml = $this->select($projects, $projectID, $moduleName, $methodName);
foreach($this->lang->project->menu as $key => $menu)
{
$replace = $key == 'list' ? $selectHtml . $this->lang->arrow : $projectID;
$replace = $key == 'list' ? $selectHtml : $projectID;
common::setMenuVars($this->lang->project->menu, $key, $replace);
}
}
+6 -1
View File
@@ -148,4 +148,9 @@
#navbar ul .chzn-results .active-result {padding:0px 0px 0px 25px;}
#modulemenu .chzn-results {height:auto; padding:0px}
#modulemenu .chzn-results li {color:black}
/* @end */
#story_chzn .chzn-single, #task_chzn .chzn-single {border: 1px solid #ccc;}
#projectID_chzn .chzn-single {text-align:left; padding:0}
#projectID_chzn {border:1px solid #ccc; margin-top:3px; padding-left:5px}
.chzn-container-single .chzn-single div b {background: url('./images/chosen/chosen-sprite.png') no-repeat 0 -2px;}
+8
View File
@@ -100,6 +100,14 @@ a {text-decoration:none;}
.area-4{width: 360px}
.area-5{width: 480px}
.text-1, .text-2, .text-3, .text-4, .text-5 {padding:2px 0}
.select-1, .select-2, .select-3, .select-4, .select-5 {padding:1px 0}
.text-1, .text-2, .text-3, .text-4, .text-5,
.select-1, .select-2, .select-3, .select-4, .select-5,
.area-1, .area-2, .area-3, .area-4, .area-5 {border:1px solid #ccc}
.button-s{padding:3px 20px 3px 20px}
.button-r{padding:3px 20px 3px 20px}
.button-c{padding:3px 20px 3px 20px}