From 3485b105f0e7f18f59acd1b6c6816d3e389f2da6 Mon Sep 17 00:00:00 2001 From: Catouse Date: Fri, 25 Apr 2014 10:36:40 +0800 Subject: [PATCH] * ajusted style of 'titlebar' & 'featurebar'. * updated kindeditor & chosen. --- module/bug/view/activate.html.php | 4 ++-- module/bug/view/assignto.html.php | 2 +- module/bug/view/close.html.php | 4 ++-- module/bug/view/confirmbug.html.php | 2 +- module/bug/view/edit.html.php | 2 +- module/bug/view/resolve.html.php | 2 +- module/bug/view/view.html.php | 2 +- module/build/view/edit.html.php | 2 +- module/build/view/view.html.php | 2 +- module/common/view/kindeditor.html.php | 1 - module/company/view/edit.html.php | 2 +- module/doc/view/edit.html.php | 2 +- module/doc/view/view.html.php | 2 +- module/group/view/edit.html.php | 2 +- module/group/view/managemember.html.php | 2 +- module/product/view/browse.html.php | 2 +- module/product/view/close.html.php | 2 +- module/product/view/edit.html.php | 2 +- module/product/view/view.html.php | 2 +- module/productplan/view/linkbug.html.php | 2 +- module/productplan/view/linkstory.html.php | 2 +- module/productplan/view/view.html.php | 2 +- module/project/view/activate.html.php | 2 +- module/project/view/close.html.php | 2 +- module/project/view/edit.html.php | 2 +- module/project/view/putoff.html.php | 2 +- module/project/view/start.html.php | 2 +- module/project/view/suspend.html.php | 2 +- module/project/view/view.html.php | 2 +- module/release/view/edit.html.php | 2 +- module/release/view/view.html.php | 2 +- module/story/view/activate.html.php | 2 +- module/story/view/change.html.php | 2 +- module/story/view/close.html.php | 2 +- module/story/view/create.html.php | 4 ++-- module/story/view/edit.html.php | 2 +- module/story/view/review.html.php | 2 +- module/story/view/view.html.php | 2 +- module/task/js/batchcreate.js | 2 +- module/task/view/activate.html.php | 2 +- module/task/view/assignto.html.php | 2 +- module/task/view/batchcreate.html.php | 15 ++++++--------- module/task/view/batchedit.html.php | 5 +---- module/task/view/cancel.html.php | 2 +- module/task/view/close.html.php | 2 +- module/task/view/edit.html.php | 2 +- module/task/view/editestimate.html.php | 2 +- module/task/view/finish.html.php | 2 +- module/task/view/recordestimate.html.php | 2 +- module/task/view/start.html.php | 2 +- module/task/view/view.html.php | 2 +- module/testcase/view/edit.html.php | 2 +- module/testcase/view/view.html.php | 2 +- module/testtask/view/close.html.php | 2 +- module/testtask/view/linkcase.html.php | 2 +- module/testtask/view/results.html.php | 2 +- module/testtask/view/runcase.html.php | 2 +- module/testtask/view/start.html.php | 2 +- module/testtask/view/view.html.php | 2 +- module/todo/view/edit.html.php | 2 +- module/todo/view/view.html.php | 2 +- module/user/view/edit.html.php | 2 +- module/user/view/profile.html.php | 2 +- module/webapp/view/edit.html.php | 2 +- module/webapp/view/view.html.php | 2 +- www/js/jquery/chosen/min.css | 2 +- www/js/kindeditor/themes/default/default.css | 2 +- www/theme/default/style.css | 15 ++++++++------- 68 files changed, 82 insertions(+), 88 deletions(-) diff --git a/module/bug/view/activate.html.php b/module/bug/view/activate.html.php index a3da5ea551..455fc1a4f0 100644 --- a/module/bug/view/activate.html.php +++ b/module/bug/view/activate.html.php @@ -15,9 +15,9 @@
- icons['bug']) . ' #' . $bug->id;;?> + icons['bug']);?> id;?> createLink('bug', 'view', 'bug=' . $bug->id), $bug->title, '_blank');?> - bug->activate;?> icons['activate']);?> + bug->activate;?>
diff --git a/module/bug/view/assignto.html.php b/module/bug/view/assignto.html.php index 7861f15442..08ae90ffcc 100644 --- a/module/bug/view/assignto.html.php +++ b/module/bug/view/assignto.html.php @@ -19,7 +19,7 @@ js::set('page', 'assignedto'); ?>
- icons['bug']) . ' #' . $bug->id;;?> + icons['bug']);?> id;?> createLink('bug', 'view', 'bug=' . $bug->id), $bug->title, '_blank');?> bug->assignedTo;?> icons['assignTo']);?>
diff --git a/module/bug/view/close.html.php b/module/bug/view/close.html.php index cbae8b87db..0007783afe 100644 --- a/module/bug/view/close.html.php +++ b/module/bug/view/close.html.php @@ -14,9 +14,9 @@
- icons['bug']) . ' #' . $bug->id;;?> + icons['bug']);?> id;?> createLink('bug', 'view', 'bug=' . $bug->id), $bug->title, '_blank');?> - bug->close;?> icons['close']);?> + bug->close;?>
diff --git a/module/bug/view/confirmbug.html.php b/module/bug/view/confirmbug.html.php index 2fa217083e..9757aaec63 100755 --- a/module/bug/view/confirmbug.html.php +++ b/module/bug/view/confirmbug.html.php @@ -19,7 +19,7 @@ js::set('page', 'confirmbug'); ?>
- icons['bug']) . ' #' . $bug->id;;?> + icons['bug']);?> id;?> createLink('bug', 'view', 'bug=' . $bug->id), $bug->title, '_blank');?> bug->confirmBug;?> icons['confirm']);?>
diff --git a/module/bug/view/edit.html.php b/module/bug/view/edit.html.php index 2653e9b0e2..890898d0be 100644 --- a/module/bug/view/edit.html.php +++ b/module/bug/view/edit.html.php @@ -31,7 +31,7 @@ js::set('oldResolvedBuild' , $bug->resolvedBuild);
- icons['bug']) . ' #' . $bug->id;?> + icons['bug']);?> id;?> createLink('bug', 'view', "bugID=$bug->id"), $bug->title);?> icons['edit']) . ' ' . $lang->bug->edit;?>
diff --git a/module/bug/view/resolve.html.php b/module/bug/view/resolve.html.php index 5bfa69d8f0..3f1b15097b 100644 --- a/module/bug/view/resolve.html.php +++ b/module/bug/view/resolve.html.php @@ -15,7 +15,7 @@
- icons['bug']) . ' #' . $bug->id;;?> + icons['bug']);?> id;?> createLink('bug', 'view', 'bug=' . $bug->id), $bug->title, '_blank');?> bug->resolve;?> icons['resolve']);?>
diff --git a/module/bug/view/view.html.php b/module/bug/view/view.html.php index 3397dafac3..6f48530d24 100644 --- a/module/bug/view/view.html.php +++ b/module/bug/view/view.html.php @@ -14,7 +14,7 @@
- icons['bug']) . ' #' . $bug->id;?> + icons['bug']);?> id;?> title;?> deleted):?> bug->deleted;?> diff --git a/module/build/view/edit.html.php b/module/build/view/edit.html.php index 43e1509f5b..99db9b34bd 100644 --- a/module/build/view/edit.html.php +++ b/module/build/view/edit.html.php @@ -16,7 +16,7 @@
- icons['build']) . ' #' . $build->id;?> + icons['build']);?> id;?> createLink('build', 'view', 'build=' . $build->id), $build->name, '_blank');?> build->edit;?> icons['edit']);?>
diff --git a/module/build/view/view.html.php b/module/build/view/view.html.php index 4a35683e2e..942c6d2769 100644 --- a/module/build/view/view.html.php +++ b/module/build/view/view.html.php @@ -13,7 +13,7 @@
- icons['build']) . ' #' . $build->id;?> + icons['build']);?> id;?> name;?> deleted):?> build->deleted;?> diff --git a/module/common/view/kindeditor.html.php b/module/common/view/kindeditor.html.php index 221e4c7d33..2bcd6f5ddf 100755 --- a/module/common/view/kindeditor.html.php +++ b/module/common/view/kindeditor.html.php @@ -52,7 +52,6 @@ function initKindeditor(afterInit) items:editorTool, filterMode: true, bodyClass:'article-content', - cssPath:['kindeditor/plugins/code/prettify.css'], urlType:'relative', uploadJson: createLink('file', 'ajaxUpload'), allowFileManager:true, diff --git a/module/company/view/edit.html.php b/module/company/view/edit.html.php index abde650c1a..10de78475b 100644 --- a/module/company/view/edit.html.php +++ b/module/company/view/edit.html.php @@ -13,7 +13,7 @@
- icons['company']) . ' #' . $company->id;?> + icons['company']);?> id;?> name;?> company->edit;?> icons['edit']);?>
diff --git a/module/doc/view/edit.html.php b/module/doc/view/edit.html.php index 611032a707..aa4f9b1997 100644 --- a/module/doc/view/edit.html.php +++ b/module/doc/view/edit.html.php @@ -22,7 +22,7 @@ $(document).ready(function()
- icons['doc']) . ' #' . $doc->id;?> + icons['doc']);?> id;?> createLink('doc', 'view', "docID=$doc->id"), $doc->title);?> icons['edit']) . ' ' . $lang->doc->edit;?>
diff --git a/module/doc/view/view.html.php b/module/doc/view/view.html.php index d2063b9988..7b816bb8ad 100644 --- a/module/doc/view/view.html.php +++ b/module/doc/view/view.html.php @@ -14,7 +14,7 @@
- icons['doc']) . ' #' . $doc->id;?> + icons['doc']);?> id;?> title;?> deleted):?> doc->deleted;?> diff --git a/module/group/view/edit.html.php b/module/group/view/edit.html.php index 9c4baf5a2b..1cf7d90b84 100644 --- a/module/group/view/edit.html.php +++ b/module/group/view/edit.html.php @@ -13,7 +13,7 @@
- icons['group']) . ' #' . $group->id;?> + icons['group']);?> id;?> name;?> group->edit;?> icons['edit']);?>
diff --git a/module/group/view/managemember.html.php b/module/group/view/managemember.html.php index 04d79702dd..e822158d46 100644 --- a/module/group/view/managemember.html.php +++ b/module/group/view/managemember.html.php @@ -13,7 +13,7 @@
- icons['group']) . ' #' . $group->id;?> + icons['group']);?> id;?> name;?> group->manageMember;?> icons['manage']);?>
diff --git a/module/product/view/browse.html.php b/module/product/view/browse.html.php index 8e7d05fb73..1c889279fd 100644 --- a/module/product/view/browse.html.php +++ b/module/product/view/browse.html.php @@ -111,7 +111,7 @@ $vars = "story={$story->id}"; common::printIcon('story', 'change', $vars, $story, 'list', 'random'); common::printIcon('story', 'review', $vars, $story, 'list', 'search'); - common::printIcon('story', 'close', $vars, $story, 'list', 'off', '', 'text-danger'); + common::printIcon('story', 'close', $vars, $story, 'list', 'off'); common::printIcon('story', 'edit', $vars, $story, 'list', 'pencil'); common::printIcon('story', 'createCase', "productID=$story->product&module=0&from=¶m=0&$vars", $story, 'list', 'usecase'); ?> diff --git a/module/product/view/close.html.php b/module/product/view/close.html.php index 6907747822..21661fb832 100644 --- a/module/product/view/close.html.php +++ b/module/product/view/close.html.php @@ -15,7 +15,7 @@
- icons['product']) . ' #' . $product->id;?> + icons['product']);?> id;?> createLink('product', 'view', "productID=$product->id"), $product->name);?> icons['close']) . ' ' . $lang->product->close;?>
diff --git a/module/product/view/edit.html.php b/module/product/view/edit.html.php index 8bcf94357f..dd75587f59 100644 --- a/module/product/view/edit.html.php +++ b/module/product/view/edit.html.php @@ -15,7 +15,7 @@
- icons['product']) . ' #' . $product->id;;?> + icons['product']);?> id;?> createLink('product', 'view', 'product=' . $product->id), $product->name);?> product->edit;?>
diff --git a/module/product/view/view.html.php b/module/product/view/view.html.php index a4c5446d10..51a702e4cc 100644 --- a/module/product/view/view.html.php +++ b/module/product/view/view.html.php @@ -13,7 +13,7 @@
- icons['product']) . ' #' . $product->id;?> + icons['product']);?> id;?> name;?> deleted):?> product->deleted;?> diff --git a/module/productplan/view/linkbug.html.php b/module/productplan/view/linkbug.html.php index ca6e97c6b1..36aca94a0b 100644 --- a/module/productplan/view/linkbug.html.php +++ b/module/productplan/view/linkbug.html.php @@ -15,7 +15,7 @@ productplan->confirmUnlinkBug)?>
- icons['plan']) . ' #' . $plan->id;?> + icons['plan']);?> id;?> createLink('productplan', 'view', 'planID=' . $plan->id), $plan->title, '_blank');?> productplan->linkBug;?> icons['link']);?>
diff --git a/module/productplan/view/linkstory.html.php b/module/productplan/view/linkstory.html.php index 771d4c0bf5..cb67cc6811 100644 --- a/module/productplan/view/linkstory.html.php +++ b/module/productplan/view/linkstory.html.php @@ -15,7 +15,7 @@ productplan->confirmUnlinkStory)?>
- icons['plan']) . ' #' . $plan->id;?> + icons['plan']);?> id;?> createLink('productplan', 'view', 'planID=' . $plan->id), $plan->title, '_blank');?> productplan->linkStory;?> icons['link']);?>
diff --git a/module/productplan/view/view.html.php b/module/productplan/view/view.html.php index c8b607c347..22f17f3e2d 100644 --- a/module/productplan/view/view.html.php +++ b/module/productplan/view/view.html.php @@ -16,7 +16,7 @@ productplan->confirmUnlinkBug)?>
- icons['plan']) . ' #' . $plan->id;?> + icons['plan']);?> id;?> title;?> deleted):?> plan->deleted;?> diff --git a/module/project/view/activate.html.php b/module/project/view/activate.html.php index 42e4a3fd98..1682471605 100644 --- a/module/project/view/activate.html.php +++ b/module/project/view/activate.html.php @@ -16,7 +16,7 @@
- icons['project']) . ' #' . $project->id;;?> + icons['project']);?> id;?> createLink('project', 'view', 'project=' . $project->id), $project->name, '_blank');?> project->activate;?> icons['activate']);?>
diff --git a/module/project/view/close.html.php b/module/project/view/close.html.php index f04e4eb0f0..00abf7e476 100644 --- a/module/project/view/close.html.php +++ b/module/project/view/close.html.php @@ -15,7 +15,7 @@
- icons['project']) . ' #' . $project->id;;?> + icons['project']);?> id;?> createLink('project', 'view', 'project=' . $project->id), $project->name, '_blank');?> project->close;?> icons['close']);?>
diff --git a/module/project/view/edit.html.php b/module/project/view/edit.html.php index f37d143869..08cfd8a08e 100644 --- a/module/project/view/edit.html.php +++ b/module/project/view/edit.html.php @@ -17,7 +17,7 @@
- icons['project']) . ' #' . $project->id;;?> + icons['project']);?> id;?> createLink('project', 'view', 'project=' . $project->id), $project->name, '_blank');?> project->edit;?> icons['edit']);?>
diff --git a/module/project/view/putoff.html.php b/module/project/view/putoff.html.php index 475a3ae6a2..4eca7e5be0 100644 --- a/module/project/view/putoff.html.php +++ b/module/project/view/putoff.html.php @@ -17,7 +17,7 @@
- icons['project']) . ' #' . $project->id;;?> + icons['project']);?> id;?> createLink('project', 'view', 'project=' . $project->id), $project->name, '_blank');?> project->putoff;?> icons['putoff']);?>
diff --git a/module/project/view/start.html.php b/module/project/view/start.html.php index 0057946c21..8fbf389065 100644 --- a/module/project/view/start.html.php +++ b/module/project/view/start.html.php @@ -15,7 +15,7 @@
- icons['project']) . ' #' . $project->id;;?> + icons['project']);?> id;?> createLink('project', 'view', 'project=' . $project->id), $project->name, '_blank');?> project->start;?> icons['start']);?>
diff --git a/module/project/view/suspend.html.php b/module/project/view/suspend.html.php index 43c89333a2..2c3e9111f9 100644 --- a/module/project/view/suspend.html.php +++ b/module/project/view/suspend.html.php @@ -15,7 +15,7 @@
- icons['project']) . ' #' . $project->id;;?> + icons['project']);?> id;?> createLink('project', 'view', 'project=' . $project->id), $project->name, '_blank');?> project->suspend;?> icons['suspend']);?>
diff --git a/module/project/view/view.html.php b/module/project/view/view.html.php index d7a557d785..84c4167bc1 100644 --- a/module/project/view/view.html.php +++ b/module/project/view/view.html.php @@ -13,7 +13,7 @@
- icons['project']) . ' #' . $project->id;?> + icons['project']);?> id;?> name;?> deleted):?> project->deleted;?> diff --git a/module/release/view/edit.html.php b/module/release/view/edit.html.php index 9645ef3f0a..43cff5da08 100644 --- a/module/release/view/edit.html.php +++ b/module/release/view/edit.html.php @@ -16,7 +16,7 @@
- icons['release']) . ' #' . $release->id;;?> + icons['release']);?> id;?> id"), $release->name);?> release->edit;?>
diff --git a/module/release/view/view.html.php b/module/release/view/view.html.php index 1bdd8b04a1..15a56fbe83 100644 --- a/module/release/view/view.html.php +++ b/module/release/view/view.html.php @@ -13,7 +13,7 @@
- icons['release']) . ' #' . $release->id;?> + icons['release']);?> id;?> name;?> deleted):?> release->deleted;?> diff --git a/module/story/view/activate.html.php b/module/story/view/activate.html.php index 42520bbc3e..c26ca03b2f 100644 --- a/module/story/view/activate.html.php +++ b/module/story/view/activate.html.php @@ -13,7 +13,7 @@
- icons['story']) . ' #' . $story->id;?> + icons['story']);?> id;?> createLink('story', 'view', "storyID=$story->id"), $story->title);?> icons['activate']) . ' ' . $lang->story->activate;?>
diff --git a/module/story/view/change.html.php b/module/story/view/change.html.php index be9fb3c1d9..3216ba9977 100644 --- a/module/story/view/change.html.php +++ b/module/story/view/change.html.php @@ -13,7 +13,7 @@
- icons['story']) . ' #' . $story->id;?> + icons['story']);?> id;?> createLink('story', 'view', "storyID=$story->id"), $story->title);?> icons['change']) . ' ' . $lang->story->change;?>
diff --git a/module/story/view/close.html.php b/module/story/view/close.html.php index 1e45e9a0c5..891fbdfa75 100644 --- a/module/story/view/close.html.php +++ b/module/story/view/close.html.php @@ -13,7 +13,7 @@
- icons['story']) . ' #' . $story->id;?> + icons['story']);?> id;?> createLink('story', 'view', "storyID=$story->id"), $story->title);?> icons['close']) . ' ' . $lang->story->close;?>
diff --git a/module/story/view/create.html.php b/module/story/view/create.html.php index 167f44f967..34679a3d2f 100644 --- a/module/story/view/create.html.php +++ b/module/story/view/create.html.php @@ -113,9 +113,9 @@ story->legendAttatch;?> - fetch('file', 'buildform');?> + fetch('file', 'buildform');?> - + diff --git a/module/story/view/edit.html.php b/module/story/view/edit.html.php index 4d0802e2b7..29850b9b38 100644 --- a/module/story/view/edit.html.php +++ b/module/story/view/edit.html.php @@ -14,7 +14,7 @@
- icons['story']) . ' #' . $story->id;?> + icons['story']);?> id;?> createLink('story', 'view', "storyID=$story->id"), $story->title);?> icons['edit']) . ' ' . $lang->story->edit;?>
diff --git a/module/story/view/review.html.php b/module/story/view/review.html.php index 92e9c00e01..69efd0a483 100644 --- a/module/story/view/review.html.php +++ b/module/story/view/review.html.php @@ -16,7 +16,7 @@ var assignedTo = 'lastEditedBy ? print($story->lastEditedBy) : pri
- icons['story']) . ' #' . $story->id;?> + icons['story']);?> id;?> createLink('story', 'view', "storyID=$story->id"), $story->title);?> icons['review']) . ' ' . $lang->story->review;?>
diff --git a/module/story/view/view.html.php b/module/story/view/view.html.php index 4e47192d52..49a8b25096 100644 --- a/module/story/view/view.html.php +++ b/module/story/view/view.html.php @@ -14,7 +14,7 @@
- icons['story']) . ' #' . $product->id;?> + icons['story']);?> id;?> title;?> version > 1):?> diff --git a/module/task/js/batchcreate.js b/module/task/js/batchcreate.js index 01dc1b2eaf..fb50826665 100755 --- a/module/task/js/batchcreate.js +++ b/module/task/js/batchcreate.js @@ -24,7 +24,7 @@ function copyStoryTitle(num) startPosition = storyTitle.indexOf(':') + 1; endPosition = storyTitle.lastIndexOf('['); storyTitle = storyTitle.substr(startPosition, endPosition - startPosition); - $('#story' + num).parent().next().find('input:first').val(storyTitle); + $('#name\\[' + num + '\\]').val(storyTitle); } /* Set the story module. */ diff --git a/module/task/view/activate.html.php b/module/task/view/activate.html.php index b76752bd11..8220bb0aff 100644 --- a/module/task/view/activate.html.php +++ b/module/task/view/activate.html.php @@ -14,7 +14,7 @@
- icons['task']) . ' #' . $task->id;;?> + icons['task']);?> id;?> createLink('task', 'view', 'task=' . $task->id), $task->name, '_blank');?> task->activate;?> icons['activate']);?>
diff --git a/module/task/view/assignto.html.php b/module/task/view/assignto.html.php index b44e0286b3..b36963e68a 100644 --- a/module/task/view/assignto.html.php +++ b/module/task/view/assignto.html.php @@ -14,7 +14,7 @@
- icons['task']) . ' #' . $task->id;?> + icons['task']);?> id;?> createLink('task', 'view', 'task=' . $task->id), $task->name, '_blank');?> task->assign;?> icons['assign']);?>
diff --git a/module/task/view/batchcreate.html.php b/module/task/view/batchcreate.html.php index 5fb2167008..27aeb48baf 100644 --- a/module/task/view/batchcreate.html.php +++ b/module/task/view/batchcreate.html.php @@ -16,8 +16,7 @@
icons['task']);?> - icons['batchCreate']);?> task->common . $lang->colon . $lang->task->batchCreate;?> - icons['project']) . ' ' . $lang->task->project . $lang->colon . ' ' . $project->name;?> + icons['batchCreate']);?> task->batchCreate . ' ' . $lang->task->common;?>
@@ -61,16 +60,14 @@ - - -
- - - - + + + +
+ task->typeList, $type, 'class=form-control');?> diff --git a/module/task/view/batchedit.html.php b/module/task/view/batchedit.html.php index 0bde2e933e..f5144ed480 100755 --- a/module/task/view/batchedit.html.php +++ b/module/task/view/batchedit.html.php @@ -14,10 +14,7 @@
icons['task']);?> - icons['batchEdit']);?> task->common . $lang->colon . $lang->task->batchEdit;?> - - icons['project']) . ' ' . $lang->task->project . $lang->colon . ' ' . $projectName;?> - + icons['batchEdit']);?> task->batchEdit . ' ' . $lang->task->common;?>
diff --git a/module/task/view/cancel.html.php b/module/task/view/cancel.html.php index 79b45d0b5d..6c5025cf91 100644 --- a/module/task/view/cancel.html.php +++ b/module/task/view/cancel.html.php @@ -14,7 +14,7 @@
- icons['task']) . ' #' . $task->id;;?> + icons['task']);?> id;?> createLink('task', 'view', 'task=' . $task->id), $task->name, '_blank');?> task->cancel;?> icons['cancel']);?>
diff --git a/module/task/view/close.html.php b/module/task/view/close.html.php index 79bbe2e777..16f9d93fc5 100644 --- a/module/task/view/close.html.php +++ b/module/task/view/close.html.php @@ -14,7 +14,7 @@
- icons['task']) . ' #' . $task->id;;?> + icons['task']);?> id;?> createLink('task', 'view', 'task=' . $task->id), $task->name, '_blank');?> task->close;?> icons['close']);?>
diff --git a/module/task/view/edit.html.php b/module/task/view/edit.html.php index a70f23d407..bdf8e5ff74 100644 --- a/module/task/view/edit.html.php +++ b/module/task/view/edit.html.php @@ -20,7 +20,7 @@
- icons['task']) . ' #' . $task->id;?> + icons['task']);?> id;?> createLink('task', 'view', "taskID=$task->id"), $task->name);?> icons['edit']) . ' ' . $lang->task->edit;?>
diff --git a/module/task/view/editestimate.html.php b/module/task/view/editestimate.html.php index 327bc4f870..90f07be7eb 100644 --- a/module/task/view/editestimate.html.php +++ b/module/task/view/editestimate.html.php @@ -16,7 +16,7 @@
- icons['task']) . ' #' . $task->id;;?> + icons['task']);?> id;?> task->editEstimate;?> icons['edit']);?>
diff --git a/module/task/view/finish.html.php b/module/task/view/finish.html.php index a53b7e23eb..cd2256f649 100644 --- a/module/task/view/finish.html.php +++ b/module/task/view/finish.html.php @@ -15,7 +15,7 @@
- icons['task']) . ' #' . $task->id;;?> + icons['task']);?> id;?> createLink('task', 'view', 'task=' . $task->id), $task->name, '_blank');?> task->finish;?> icons['finish']);?>
diff --git a/module/task/view/recordestimate.html.php b/module/task/view/recordestimate.html.php index 7a77c4b89b..18a02c9a31 100644 --- a/module/task/view/recordestimate.html.php +++ b/module/task/view/recordestimate.html.php @@ -15,7 +15,7 @@ task->confirmRecord);?>
- icons['task']) . ' #' . $task->id;;?> + icons['task']);?> id;?> createLink('task', 'view', 'task=' . $task->id), $task->name, '_blank');?> task->logEfforts;?> icons['recordEstimate']);?>
diff --git a/module/task/view/start.html.php b/module/task/view/start.html.php index f44a761746..b99aefb880 100644 --- a/module/task/view/start.html.php +++ b/module/task/view/start.html.php @@ -16,7 +16,7 @@ task->confirmFinish);?>
- icons['task']) . ' #' . $task->id;;?> + icons['task']);?> id;?> createLink('task', 'view', 'task=' . $task->id), $task->name, '_blank');?> task->start;?> icons['start']);?>
diff --git a/module/task/view/view.html.php b/module/task/view/view.html.php index a90f99c19b..e040d33806 100644 --- a/module/task/view/view.html.php +++ b/module/task/view/view.html.php @@ -14,7 +14,7 @@
- icons['task']) . ' #' . $task->id;?> + icons['task']);?> id;?> name;?> deleted):?> task->deleted;?> diff --git a/module/testcase/view/edit.html.php b/module/testcase/view/edit.html.php index b74394cc76..06487f1386 100644 --- a/module/testcase/view/edit.html.php +++ b/module/testcase/view/edit.html.php @@ -19,7 +19,7 @@
- icons['testcase']) . ' #' . $case->id;?> + icons['testcase']);?> id;?> createLink('testcase', 'view', "caseID=$case->id"), $case->title);?> icons['edit']) . ' ' . $lang->case->edit;?>
diff --git a/module/testcase/view/view.html.php b/module/testcase/view/view.html.php index 9f6058776b..a8f6b124f5 100644 --- a/module/testcase/view/view.html.php +++ b/module/testcase/view/view.html.php @@ -14,7 +14,7 @@
- icons['testcase']) . ' #' . $case->id;?> + icons['testcase']);?> id;?> title;?> deleted):?> case->deleted;?> diff --git a/module/testtask/view/close.html.php b/module/testtask/view/close.html.php index 61230b2a5b..5596253606 100644 --- a/module/testtask/view/close.html.php +++ b/module/testtask/view/close.html.php @@ -16,7 +16,7 @@
- icons['testtask']) . ' #' . $testtask->id;;?> + icons['testtask']);?> id;?> createLink('testtask', 'view', 'taskID=' . $testtask->id), $testtask->name, '_blank');?> testtask->close;?> icons['close']);?>
diff --git a/module/testtask/view/linkcase.html.php b/module/testtask/view/linkcase.html.php index c877bb6826..81454e69f8 100644 --- a/module/testtask/view/linkcase.html.php +++ b/module/testtask/view/linkcase.html.php @@ -14,7 +14,7 @@
- icons['testtask']) . ' #' . $task->id;;?> + icons['testtask']);?> id;?> createLink('testtask', 'view', 'taskID=' . $task->id), $task->name, '_blank');?> testtask->linkCase;?> icons['link']);?>
diff --git a/module/testtask/view/results.html.php b/module/testtask/view/results.html.php index 2433712d2d..c336e3e233 100644 --- a/module/testtask/view/results.html.php +++ b/module/testtask/view/results.html.php @@ -14,7 +14,7 @@
- icons['usecase']) . ' #' . $case->id;?> + icons['usecase']);?> id;?> title;?> testtask->results . ' ' . html::icon($lang->icons['result']);?>
diff --git a/module/testtask/view/runcase.html.php b/module/testtask/view/runcase.html.php index 190ec778c7..10e5b3fdf1 100644 --- a/module/testtask/view/runcase.html.php +++ b/module/testtask/view/runcase.html.php @@ -13,7 +13,7 @@
- icons['usecase']) . ' #' . $run->case->id;?> + icons['usecase']);?> case->id;?> case->title;?> testtask->runCase;?> icons['run']);?>
diff --git a/module/testtask/view/start.html.php b/module/testtask/view/start.html.php index 18f6ea68e1..f496b0ac55 100644 --- a/module/testtask/view/start.html.php +++ b/module/testtask/view/start.html.php @@ -16,7 +16,7 @@
- icons['testtask']) . ' #' . $testtask->id;;?> + icons['testtask']);?> id;?> createLink('testtask', 'view', 'taskID=' . $testtask->id), $testtask->name, '_blank');?> testtask->start;?> icons['start']);?>
diff --git a/module/testtask/view/view.html.php b/module/testtask/view/view.html.php index f4617d2beb..920b50534c 100644 --- a/module/testtask/view/view.html.php +++ b/module/testtask/view/view.html.php @@ -14,7 +14,7 @@
- icons['testtask']) . ' #' . $task->id;?> + icons['testtask']);?> id;?> name;?> deleted):?> task->deleted;?> diff --git a/module/todo/view/edit.html.php b/module/todo/view/edit.html.php index cc08fc66b5..b2dc3dc743 100644 --- a/module/todo/view/edit.html.php +++ b/module/todo/view/edit.html.php @@ -16,7 +16,7 @@
- icons['todo']) . ' #' . $todo->id;;?> + icons['todo']);?> id;?> createLink('todo', 'view', 'todo=' . $todo->id), $todo->name);?> todo->edit;?> icons['edit']);?>
diff --git a/module/todo/view/view.html.php b/module/todo/view/view.html.php index 9480351166..128ecdf1ea 100644 --- a/module/todo/view/view.html.php +++ b/module/todo/view/view.html.php @@ -15,7 +15,7 @@
- icons['todo']) . ' #' . $todo->id;?> + icons['todo']);?> id;?> name;?>
diff --git a/module/user/view/edit.html.php b/module/user/view/edit.html.php index 48998e185a..0caf018b2a 100644 --- a/module/user/view/edit.html.php +++ b/module/user/view/edit.html.php @@ -15,7 +15,7 @@
- icons['user']) . ' #' . $user->id;?> + icons['user']);?> id;?> account", $user->realname)) echo $user->realname;?> (account;?>) user->edit;?> icons['edit']);?>
diff --git a/module/user/view/profile.html.php b/module/user/view/profile.html.php index 22519ffff8..9445b27a21 100644 --- a/module/user/view/profile.html.php +++ b/module/user/view/profile.html.php @@ -16,7 +16,7 @@
- icons['user']) . ' #' . $user->id;?> + icons['user']);?> id;?> realname;?> (account;?>) user->profile;?>
diff --git a/module/webapp/view/edit.html.php b/module/webapp/view/edit.html.php index 54d1d3b7f8..7862e03098 100644 --- a/module/webapp/view/edit.html.php +++ b/module/webapp/view/edit.html.php @@ -13,7 +13,7 @@
- icons['app']) . ' #' . $webapp->id;?> + icons['app']);?> id;?> name;?> webapp->edit?>
diff --git a/module/webapp/view/view.html.php b/module/webapp/view/view.html.php index 2c0da6983a..bd443b981e 100644 --- a/module/webapp/view/view.html.php +++ b/module/webapp/view/view.html.php @@ -13,7 +13,7 @@
- icons['app']) . ' #' . $webapp->id;?> + icons['app']);?> id;?> name;?> webapp->view?>
diff --git a/www/js/jquery/chosen/min.css b/www/js/jquery/chosen/min.css index 65f33e19fc..7104c05f65 100644 --- a/www/js/jquery/chosen/min.css +++ b/www/js/jquery/chosen/min.css @@ -1 +1 @@ -.chosen-container{position:relative;display:inline-block;vertical-align:middle;font-size:14px;zoom:1;*display:inline;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.chosen-container .chosen-drop{position:absolute;top:100%;left:-9999px;z-index:1010;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;border:1px solid #cbcbcb;border:1px solid rgba(0,0,0,0.15);border-top:0;background:#fff;box-shadow:0 4px 5px rgba(0,0,0,0.15)}.chosen-container.chosen-with-drop .chosen-drop{left:0}.chosen-container a{cursor:pointer}.chosen-container-single .chosen-single{display:block;overflow:hidden;padding:6px 10px;height:34px;width:100%;border:1px solid #ccc;border-radius:2px;background-color:#fff;background-clip:padding-box;vertical-align:middle;color:#222;text-decoration:none;white-space:nowrap;line-height:1.428571429;-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s}.chosen-container-single .chosen-default{color:#808080}.chosen-container-single .chosen-single>span{display:block;overflow:hidden;margin-right:26px;text-overflow:ellipsis;white-space:nowrap}.chosen-container-single .chosen-single-with-deselect span{margin-right:38px}.chosen-container-single .chosen-single abbr{position:absolute;top:7px;right:24px;display:block;width:21px;height:21px;line-height:21px;font-size:21px;font-weight:bold;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.chosen-container-single .chosen-single abbr:before{content:'×'}.chosen-container-single .chosen-single abbr:hover,.chosen-container-single .chosen-single abbr:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.5;filter:alpha(opacity=50)}.chosen-container-single .chosen-single div{position:absolute;top:0;right:0;display:block;height:100%;padding:6px 10px}.chosen-container-single .chosen-single div b{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px solid #141414;border-right:4px solid transparent;border-left:4px solid transparent;border-bottom:0 dotted}.chosen-container-single .chosen-search{position:relative;z-index:1010;margin:0;padding:3px 4px;white-space:nowrap}.chosen-container-single .chosen-search input[type="text"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:1px 0;padding:5px 26px 5px 10px;width:100%;height:auto;outline:0;border:1px solid #ccc;border-radius:2px;background-color:#fff;font-size:12px;line-height:1.5}.chosen-container-single .chosen-search input[type="text"]:focus{border-color:#03c}.chosen-container-single .chosen-search:before{position:absolute;display:block;right:10px;color:#808080;top:8px;content:"\e603";font-family:ZenIcon}.chosen-container-single .chosen-drop{margin-top:-1px;border-radius:0 0 2px 2px;background-clip:padding-box}.chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;left:-9999px}.chosen-container .chosen-results{position:relative;overflow-x:hidden;overflow-y:auto;margin:0;padding:0;max-height:240px;-webkit-overflow-scrolling:touch}.chosen-container .chosen-results li{display:none;margin:0;padding:5px 10px;list-style:none;line-height:15px;-webkit-touch-callout:none;-webkit-transition:background-color .3s cubic-bezier(.175, .885, .32, 1);transition:background-color .3s cubic-bezier(.175, .885, .32, 1)}.chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer}.chosen-container .chosen-results li.disabled-result{display:list-item;color:#ccc;cursor:default}.chosen-container .chosen-results li.highlighted{color:#fff;background-color:#1a4f85}.chosen-container .chosen-results li.no-results{display:list-item;background:#f4f4f4}.chosen-container .chosen-results li.group-result{display:list-item;font-weight:bold;cursor:default}.chosen-container .chosen-results li.group-option{padding-left:15px}.chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.chosen-container-multi .chosen-choices{position:relative;overflow:hidden;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;width:100%;min-height:34px;min-height:32px \0;border:1px solid #ccc;border-radius:2px;background-color:#fff;cursor:text;-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s}.chosen-container-multi .chosen-choices:before,.chosen-container-multi .chosen-choices:after{content:" ";display:table}.chosen-container-multi .chosen-choices:after{clear:both}.chosen-container-multi .chosen-choices li{display:block;float:left;list-style:none;padding:0 6px;margin:6px 0 0 6px}.chosen-container-multi .chosen-choices li.search-field{padding:0;margin-bottom:5px;white-space:nowrap}.chosen-container-multi .chosen-choices li.search-field input[type="text"]{height:20px;outline:0;border:0 !important;background:transparent !important;box-shadow:none;color:#808080;font-size:100%;border-radius:0}.chosen-container-multi .chosen-choices li.search-field .default{color:#999}.chosen-container-multi .chosen-choices li.search-choice{position:relative;padding:3px 20px 3px 5px;background-color:#f1f1f1;border-radius:0;border:1px solid #ddd;background-clip:padding-box;-moz-box-shadow:0 0 2px #fff inset, 0 1px 0 rgba(0,0,0,.05);-webkit-box-shadow:0 0 2px #fff inset, 0 1px 0 rgba(0,0,0,.05);box-shadow:0 0 2px #fff inset, 0 1px 0 rgba(0,0,0,.05);line-height:12px;cursor:default;-webkit-transition:all .5s cubic-bezier(.175, .885, .32, 1);transition:all .5s cubic-bezier(.175, .885, .32, 1)}.chosen-container-multi .chosen-choices li.search-choice:hover{border-color:#c4c4c4;background-color:#fff;-moz-box-shadow:0 1px 0 rgba(0,0,0,.1);-webkit-box-shadow:0 1px 0 rgba(0,0,0,.1);box-shadow:0 1px 0 rgba(0,0,0,.1)}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:-1px;right:0;text-align:center;display:block;width:21px;height:21px;line-height:21px;font-size:16.8px;font-weight:bold;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before{content:'×'}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover,.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.5;filter:alpha(opacity=50)}.chosen-container-multi .chosen-choices li.search-choice-disabled{padding-right:5px;border:1px solid #ccc;background-color:#e4e4e4;color:#666}.chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4}.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px}.chosen-container-multi .chosen-results{margin:0;padding:0}.chosen-container-multi .chosen-drop .result-selected{display:list-item;color:#ccc;cursor:default}.chosen-container-active .chosen-single{border-color:#03c;-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 51, 204, 0.6);-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 51, 204, 0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 51, 204, 0.6)}.chosen-container-active.chosen-with-drop .chosen-single{border:1px solid #cbcbcb;border:1px solid rgba(0,0,0,0.15);-moz-border-radius-bottomright:0;border-bottom-right-radius:0;-moz-border-radius-bottomleft:0;border-bottom-left-radius:0;-moz-box-shadow:0 6px 12px rgba(0,0,0,0.175);-webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);box-shadow:0 6px 12px rgba(0,0,0,0.175)}.chosen-container-active.chosen-with-drop .chosen-single div{border-left:none;background:transparent}.chosen-container-active.chosen-with-drop .chosen-single div b{border-top:0 dotted;border-bottom:4px solid #141414;content:""}.chosen-container-active .chosen-choices{border-color:#03c;-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 51, 204, 0.6);-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 51, 204, 0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 51, 204, 0.6)}.chosen-container-active .chosen-choices li.search-field input[type="text"]{color:#111 !important}.chosen-disabled{opacity:.5 !important;cursor:default}.chosen-disabled .chosen-single{cursor:default}.chosen-disabled .chosen-choices .search-choice .search-choice-close{cursor:default}.chosen-container.chosen-icons .chosen-results{padding:5px}.chosen-container.chosen-icons .chosen-results li.group-result{padding:5px 0;color:#666;font-size:12px}.chosen-container.chosen-icons .chosen-results li.group-option{display:inline-block;padding:8px;font-size:14px;line-height:14px;width:30px;text-align:center;border-radius:4px} \ No newline at end of file +.chosen-container{position:relative;display:inline-block;vertical-align:middle;font-size:14px;zoom:1;*display:inline;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.chosen-container .chosen-drop{position:absolute;top:100%;left:-9999px;z-index:1010;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;border:1px solid #cbcbcb;border:1px solid rgba(0,0,0,0.15);border-top:0;background:#fff;box-shadow:0 4px 5px rgba(0,0,0,0.15)}.chosen-container.chosen-with-drop .chosen-drop{left:0}.chosen-container a{cursor:pointer}.chosen-container-single .chosen-single{display:block;overflow:hidden;padding:6px 10px;height:34px;width:100%;border:1px solid #ccc;border-radius:2px;background-color:#fff;background-clip:padding-box;vertical-align:middle;color:#222;text-decoration:none;white-space:nowrap;line-height:1.428571429;-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s}.chosen-container-single .chosen-default{color:#808080}.chosen-container-single .chosen-single>span{display:block;overflow:hidden;margin-right:26px;text-overflow:ellipsis;white-space:nowrap}.chosen-container-single .chosen-single-with-deselect span{margin-right:38px}.chosen-container-single .chosen-single abbr{position:absolute;top:7px;right:24px;display:block;width:21px;height:21px;line-height:21px;font-size:21px;font-weight:bold;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.chosen-container-single .chosen-single abbr:before{content:'×'}.chosen-container-single .chosen-single abbr:hover,.chosen-container-single .chosen-single abbr:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.5;filter:alpha(opacity=50)}.chosen-container-single .chosen-single div{position:absolute;top:0;right:0;display:block;height:100%;padding:6px 10px}.chosen-container-single .chosen-single div b{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px solid #141414;border-right:4px solid transparent;border-left:4px solid transparent;border-bottom:0 dotted}.chosen-container-single .chosen-search{position:relative;z-index:1010;margin:0;padding:3px 4px;white-space:nowrap}.chosen-container-single .chosen-search input[type="text"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:1px 0;padding:5px 26px 5px 10px;width:100%;height:auto;outline:0;border:1px solid #ccc;border-radius:2px;background-color:#fff;font-size:12px;line-height:1.5}.chosen-container-single .chosen-search input[type="text"]:focus{border-color:#4d90fe}.chosen-container-single .chosen-search:before{position:absolute;display:block;right:10px;color:#808080;top:8px;content:"\e603";font-family:ZenIcon}.chosen-container-single .chosen-drop{margin-top:-1px;border-radius:0 0 2px 2px;background-clip:padding-box}.chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;left:-9999px}.chosen-container .chosen-results{position:relative;overflow-x:hidden;overflow-y:auto;margin:0;padding:0;max-height:240px;-webkit-overflow-scrolling:touch}.chosen-container .chosen-results li{display:none;margin:0;padding:5px 10px;list-style:none;line-height:15px;-webkit-touch-callout:none;-webkit-transition:background-color .3s cubic-bezier(.175, .885, .32, 1);transition:background-color .3s cubic-bezier(.175, .885, .32, 1)}.chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer}.chosen-container .chosen-results li.disabled-result{display:list-item;color:#ccc;cursor:default}.chosen-container .chosen-results li.highlighted{color:#1a4f85;background-color:#ddd}.chosen-container .chosen-results li.no-results{display:list-item;background:#f4f4f4}.chosen-container .chosen-results li.group-result{display:list-item;font-weight:bold;cursor:default}.chosen-container .chosen-results li.group-option{padding-left:15px}.chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.chosen-container-multi .chosen-choices{position:relative;overflow:hidden;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;width:100%;min-height:34px;min-height:32px \0;border:1px solid #ccc;border-radius:2px;background-color:#fff;cursor:text;-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s}.chosen-container-multi .chosen-choices:before,.chosen-container-multi .chosen-choices:after{content:" ";display:table}.chosen-container-multi .chosen-choices:after{clear:both}.chosen-container-multi .chosen-choices li{display:block;float:left;list-style:none;padding:0 6px;margin:6px 0 0 6px}.chosen-container-multi .chosen-choices li.search-field{padding:0;margin-bottom:5px;white-space:nowrap}.chosen-container-multi .chosen-choices li.search-field input[type="text"]{height:20px;outline:0;border:0 !important;background:transparent !important;box-shadow:none;color:#808080;font-size:100%;border-radius:0}.chosen-container-multi .chosen-choices li.search-field .default{color:#999}.chosen-container-multi .chosen-choices li.search-choice{position:relative;padding:3px 20px 3px 5px;background-color:#f1f1f1;border-radius:0;border:1px solid #ddd;background-clip:padding-box;-moz-box-shadow:0 0 2px #fff inset, 0 1px 0 rgba(0,0,0,.05);-webkit-box-shadow:0 0 2px #fff inset, 0 1px 0 rgba(0,0,0,.05);box-shadow:0 0 2px #fff inset, 0 1px 0 rgba(0,0,0,.05);line-height:12px;cursor:default;-webkit-transition:all .5s cubic-bezier(.175, .885, .32, 1);transition:all .5s cubic-bezier(.175, .885, .32, 1)}.chosen-container-multi .chosen-choices li.search-choice:hover{border-color:#c4c4c4;background-color:#fff;-moz-box-shadow:0 1px 0 rgba(0,0,0,.1);-webkit-box-shadow:0 1px 0 rgba(0,0,0,.1);box-shadow:0 1px 0 rgba(0,0,0,.1)}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:-1px;right:0;text-align:center;display:block;width:21px;height:21px;line-height:21px;font-size:16.8px;font-weight:bold;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before{content:'×'}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover,.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.5;filter:alpha(opacity=50)}.chosen-container-multi .chosen-choices li.search-choice-disabled{padding-right:5px;border:1px solid #ccc;background-color:#e4e4e4;color:#666}.chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4}.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px}.chosen-container-multi .chosen-results{margin:0;padding:0}.chosen-container-multi .chosen-drop .result-selected{display:list-item;color:#ccc;cursor:default}.chosen-container-active .chosen-single{border-color:#4d90fe;-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(77, 144, 254, 0.6);-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(77, 144, 254, 0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(77, 144, 254, 0.6)}.chosen-container-active.chosen-with-drop .chosen-single{border:1px solid #cbcbcb;border:1px solid rgba(0,0,0,0.15);-moz-border-radius-bottomright:0;border-bottom-right-radius:0;-moz-border-radius-bottomleft:0;border-bottom-left-radius:0;-moz-box-shadow:0 6px 12px rgba(0,0,0,0.175);-webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);box-shadow:0 6px 12px rgba(0,0,0,0.175)}.chosen-container-active.chosen-with-drop .chosen-single div{border-left:none;background:transparent}.chosen-container-active.chosen-with-drop .chosen-single div b{border-top:0 dotted;border-bottom:4px solid #141414;content:""}.chosen-container-active .chosen-choices{border-color:#4d90fe;-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(77, 144, 254, 0.6);-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(77, 144, 254, 0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(77, 144, 254, 0.6)}.chosen-container-active .chosen-choices li.search-field input[type="text"]{color:#111 !important}.chosen-disabled{opacity:.5 !important;cursor:default}.chosen-disabled .chosen-single{cursor:default}.chosen-disabled .chosen-choices .search-choice .search-choice-close{cursor:default}.chosen-container.chosen-icons .chosen-results{padding:5px}.chosen-container.chosen-icons .chosen-results li.group-result{padding:5px 0;color:#666;font-size:12px}.chosen-container.chosen-icons .chosen-results li.group-option{display:inline-block;padding:8px;font-size:14px;line-height:14px;width:30px;text-align:center;border-radius:4px} \ No newline at end of file diff --git a/www/js/kindeditor/themes/default/default.css b/www/js/kindeditor/themes/default/default.css index 5cc1aba798..292a48014a 100755 --- a/www/js/kindeditor/themes/default/default.css +++ b/www/js/kindeditor/themes/default/default.css @@ -1 +1 @@ -.ke-inline-block{display:-moz-inline-stack;display:inline-block;vertical-align:middle;zoom:1;*display:inline}.ke-clearfix{zoom:1}.ke-clearfix:after{content:".";display:block;clear:both;font-size:0;height:0;line-height:0;visibility:hidden}.ke-shadow{-moz-box-shadow:0 6px 12px rgba(0,0,0,0.175);-webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);box-shadow:0 6px 12px rgba(0,0,0,0.175)}[class^="ke-icon-"],[class*=" ke-icon-"]{width:16px;height:16px}.ke-icon-source{background-position:0 0}.ke-icon-preview{background-position:0 -16px}.ke-icon-print{background-position:0 -32px}.ke-icon-undo{background-position:0 -48px}.ke-icon-redo{background-position:0 -64px}.ke-icon-cut{background-position:0 -80px}.ke-icon-copy{background-position:0 -96px}.ke-icon-paste{background-position:0 -112px}.ke-icon-selectall{background-position:0 -128px}.ke-icon-justifyleft{background-position:0 -144px}.ke-icon-justifycenter{background-position:0 -160px}.ke-icon-justifyright{background-position:0 -176px}.ke-icon-justifyfull{background-position:0 -192px}.ke-icon-insertorderedlist{background-position:0 -208px}.ke-icon-insertunorderedlist{background-position:0 -224px}.ke-icon-indent{background-position:0 -240px}.ke-icon-outdent{background-position:0 -256px}.ke-icon-subscript{background-position:0 -272px}.ke-icon-superscript{background-position:0 -288px}.ke-icon-date{background-position:0 -304px;width:25px}.ke-icon-time{background-position:0 -320px;width:25px}.ke-icon-formatblock{background-position:0 -336px;width:25px}.ke-icon-fontname{background-position:0 -352px;width:21px}.ke-icon-fontsize{background-position:0 -368px;width:23px}.ke-icon-forecolor{background-position:0 -384px;width:20px}.ke-icon-hilitecolor{background-position:0 -400px;width:23px}.ke-icon-bold{background-position:0 -416px}.ke-icon-italic{background-position:0 -432px}.ke-icon-underline{background-position:0 -448px}.ke-icon-strikethrough{background-position:0 -464px}.ke-icon-removeformat{background-position:0 -480px}.ke-icon-image{background-position:0 -496px}.ke-icon-flash{background-position:0 -512px}.ke-icon-media{background-position:0 -528px}.ke-icon-div{background-position:0 -544px}.ke-icon-formula{background-position:0 -576px}.ke-icon-hr{background-position:0 -592px}.ke-icon-emoticons{background-position:0 -608px}.ke-icon-link{background-position:0 -624px}.ke-icon-unlink{background-position:0 -640px}.ke-icon-fullscreen{background-position:0 -656px}.ke-icon-about{background-position:0 -672px}.ke-icon-plainpaste{background-position:0 -704px}.ke-icon-wordpaste{background-position:0 -720px}.ke-icon-table{background-position:0 -784px}.ke-icon-tablemenu{background-position:0 -768px}.ke-icon-tableinsert{background-position:0 -784px}.ke-icon-tabledelete{background-position:0 -800px}.ke-icon-tablecolinsertleft{background-position:0 -816px}.ke-icon-tablecolinsertright{background-position:0 -832px}.ke-icon-tablerowinsertabove{background-position:0 -848px}.ke-icon-tablerowinsertbelow{background-position:0 -864px}.ke-icon-tablecoldelete{background-position:0 -880px}.ke-icon-tablerowdelete{background-position:0 -896px}.ke-icon-tablecellprop{background-position:0 -912px}.ke-icon-tableprop{background-position:0 -928px}.ke-icon-checked{background-position:0 -944px}.ke-icon-code{background-position:0 -960px}.ke-icon-map{background-position:0 -976px}.ke-icon-baidumap{background-position:0 -976px}.ke-icon-lineheight{background-position:0 -992px}.ke-icon-clearhtml{background-position:0 -1008px}.ke-icon-pagebreak{background-position:0 -1024px}.ke-icon-insertfile{background-position:0 -1040px}.ke-icon-quickformat{background-position:0 -1056px}.ke-icon-template{background-position:0 -1072px}.ke-icon-tablecellsplit{background-position:0 -1088px}.ke-icon-tablerowmerge{background-position:0 -1104px}.ke-icon-tablerowsplit{background-position:0 -1120px}.ke-icon-tablecolmerge{background-position:0 -1136px}.ke-icon-tablecolsplit{background-position:0 -1152px}.ke-icon-anchor{background-position:0 -1168px}.ke-icon-search{background-position:0 -1184px}.ke-icon-new{background-position:0 -1200px}.ke-icon-specialchar{background-position:0 -1216px}.ke-icon-multiimage{background-position:0 -1232px}.ke-container{position:relative;display:block;border:1px solid #ccc;background-color:#fff;border-radius:2px;overflow:hidden;margin:0;padding:0;-webkit-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s}.ke-container.focus{border-color:#03c;outline:0;-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 51, 204, 0.6);-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 51, 204, 0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 51, 204, 0.6)}.ke-toolbar{border-bottom:1px solid #ccc;background-color:#fff;padding:2px 5px;text-align:left;overflow:hidden;zoom:1}.ke-toolbar-icon{background-repeat:no-repeat;font-size:0;line-height:0;overflow:hidden;display:block}.ke-toolbar-icon-url{background-image:url(default.png)}.ke-toolbar .ke-outline{border:1px solid #fff;margin:1px;padding:1px 2px;font-size:0;line-height:0;overflow:hidden;cursor:pointer;display:block;float:left;border-radius:2px;opacity:.8;filter:alpha(opacity=80);-webkit-transition:all .5s cubic-bezier(.175, .885, .32, 1);transition:all .5s cubic-bezier(.175, .885, .32, 1)}.ke-toolbar .ke-on,.ke-toolbar .ke-selected{opacity:1;filter:alpha(opacity=100);border-color:#ddd}.ke-toolbar .ke-selected{background-color:#f1f1f1}.ke-toolbar .ke-disabled{cursor:default}.ke-toolbar .ke-separator{height:16px;margin:2px 3px;border-left:1px dotted #ddd;border-top:0;border-bottom:0;width:0;font-size:0;line-height:0;overflow:hidden;display:block;float:left}.ke-toolbar .ke-hr{overflow:hidden;height:1px;clear:both}.ke-edit{padding:0}.ke-edit-iframe,.ke-edit-textarea{border:0;margin:0;padding:5px;overflow:auto}.ke-edit-textarea{font-size:12px;font-family:Monaco,Menlo,Consolas,"Courier New",monospace;background-color:#fff;color:#141414;overflow:auto;resize:none}.ke-edit-textarea:focus{outline:none}.ke-statusbar{position:absolute;width:100%;bottom:0;background-color:#fff;border-top:1px solid #ccc;font-size:0;line-height:0;*height:12px;overflow:hidden;text-align:center;cursor:s-resize;-webkit-transition:all .5s cubic-bezier(.175, .885, .32, 1);transition:all .5s cubic-bezier(.175, .885, .32, 1);opacity:0;filter:alpha(opacity=0)}.ke-statusbar .ke-statusbar-center-icon,.ke-statusbar .ke-statusbar-right-icon{height:11px;background-image:url(default.png)}.ke-statusbar .ke-statusbar-center-icon{background-position:0 -754px;width:15px}.ke-statusbar .ke-statusbar-right-icon{position:absolute;right:0;bottom:0;cursor:se-resize;background-position:-5px -741px;width:11px}.ke-statusbar:hover{opacity:1;filter:alpha(opacity=100)}.ke-menu{padding:5px 0;font-family:"Helvetica Neue",Helvetica,Tahoma,Arial,sans-serif;font-size:12px;text-align:left;overflow:hidden;background-color:#fff;border:1px solid #cbcbcb;border:1px solid rgba(0,0,0,0.15);border-radius:2px}.ke-menu-item{height:24px;overflow:hidden;cursor:pointer}.ke-menu-item-on{color:#fff;text-decoration:none;outline:0;background-color:#1a4f85}.ke-menu-item-left{width:27px;text-align:center;overflow:hidden}.ke-menu-item-center{width:0;height:24px;border-left:1px solid #e3e3e3;border-right:1px solid #fff;border-top:0;border-bottom:0}.ke-menu-item-center-on{border-left:1px solid #e9eff6;border-right:1px solid #e9eff6}.ke-menu-item-right{border:0;padding:0 0 0 5px;line-height:24px;text-align:left;overflow:hidden}.ke-menu-separator{margin:2px 0;height:0;overflow:hidden;border-top:1px solid #ccc;border-bottom:1px solid #fff;border-left:0;border-right:0}.ke-colorpicker{background-color:#fff;border:1px solid #cbcbcb;border:1px solid rgba(0,0,0,0.15);border-radius:2px}.ke-colorpicker-table{border:0;margin:0;padding:0;border-collapse:separate}.ke-colorpicker-cell{font-size:0;line-height:0;border:none;cursor:pointer;padding:0}.ke-colorpicker-cell-color{width:25px;height:25px;padding:0;border:0;-webkit-transition:all .5s cubic-bezier(.175, .885, .32, 1);transition:all .5s cubic-bezier(.175, .885, .32, 1)}.ke-colorpicker-cell-top{font-family:"Helvetica Neue",Helvetica,Tahoma,Arial,sans-serif;font-size:12px;line-height:25px;cursor:pointer;margin:0;padding:0;text-align:center}.ke-colorpicker-cell-on{color:#fff;background-color:#1a4f85}.ke-colorpicker-cell-on .ke-colorpicker-cell-color{border:2px solid #141414}.ke-colorpicker-cell-selected .ke-colorpicker-cell-color{border:2px solid #141414}.ke-dialog{position:absolute;margin:0;padding:0}.ke-dialog .ke-header{width:100%;margin-bottom:10px}.ke-dialog .ke-header .ke-left{float:left}.ke-dialog .ke-header .ke-right{float:right}.ke-dialog .ke-header label{margin-right:0;cursor:pointer;font-weight:normal;display:inline;vertical-align:top}.ke-dialog-content{width:100%;height:100%;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,0.2);border-radius:2px;overflow:hidden}.ke-dialog-shadow{position:absolute;z-index:-1;top:0;left:0;width:100%;height:100%;-moz-box-shadow:0 3px 9px rgba(0,0,0,0.5);-webkit-box-shadow:0 3px 9px rgba(0,0,0,0.5);box-shadow:0 3px 9px rgba(0,0,0,0.5);background-color:#f0f0ee}.ke-dialog-header{border:0;margin:0;background:#f1f1f1;font-weight:bold;font-family:"Helvetica Neue",Helvetica,Tahoma,Arial,sans-serif;font-size:14px;text-align:left;cursor:move;padding:7.5px 15px;border-bottom:1px solid #e5e5e5;min-height:16.428571429px}.ke-dialog-icon-close{display:block;background:url(default.png) no-repeat scroll 0 -688px;width:16px;height:16px;position:absolute;right:8px;top:10px;cursor:pointer;opacity:.6;filter:alpha(opacity=60)}.ke-dialog-icon-close:hover{opacity:1;filter:alpha(opacity=100)}.ke-dialog-body{font-family:"Helvetica Neue",Helvetica,Tahoma,Arial,sans-serif;font-size:12px;text-align:left;overflow:hidden;width:100%}.ke-dialog-body textarea{display:block;overflow:auto;padding:0;resize:none}.ke-dialog-body textarea:focus,.ke-dialog-body input:focus,.ke-dialog-body select:focus{outline:none}.ke-dialog-body label{margin-right:10px;cursor:pointer;display:-moz-inline-stack;display:inline-block;vertical-align:middle;zoom:1;*display:inline}.ke-dialog-body img{display:-moz-inline-stack;display:inline-block;vertical-align:middle;zoom:1;*display:inline}.ke-dialog-body select{display:-moz-inline-stack;display:inline-block;vertical-align:middle;zoom:1;*display:inline;width:auto}.ke-dialog-body .ke-textarea{display:block;width:408px;height:260px;background-color:#fff;border:1px solid #ccc;border-radius:2px;-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s}.ke-dialog-body .ke-form{margin:0;padding:0}.ke-dialog-loading{position:absolute;top:0;left:1px;z-index:1;text-align:center}.ke-dialog-loading-content{background:url("../common/loading.gif") no-repeat;color:#666;font-size:14px;font-weight:bold;height:31px;line-height:31px;padding-left:36px}.ke-dialog-row{margin-bottom:10px}.ke-dialog-footer{text-align:right;padding:5px;width:100%;border-top:1px solid #e5e5e5}.ke-dialog-preview,.ke-dialog-yes{margin:5px}.ke-dialog-no{margin:5px 10px 5px 5px}.ke-dialog-mask{background-color:#000;opacity:.5;filter:alpha(opacity=50)}.ke-button-common{height:23px;line-height:21px;overflow:visible;display:inline-block;vertical-align:middle;cursor:pointer}.ke-button-outer{padding:0;position:relative;display:-moz-inline-stack;display:inline-block;vertical-align:middle;zoom:1;*display:inline}.ke-button{padding:0 12px;margin:0;border-radius:2px;border:1px solid #c9c9c9;color:#141414;background-color:#fcfcfc;border-color:#dedede;font-size:12px;left:2px;text-decoration:none}.ke-button:hover,.ke-button:focus,.ke-button:active,.ke-button.active,.open .dropdown-toggle.ke-button{color:#141414;background-color:#e8e8e8;border-color:#ababab;-moz-box-shadow:0 2px 1px rgba(0,0,0,0.1);-webkit-box-shadow:0 2px 1px rgba(0,0,0,0.1);box-shadow:0 2px 1px rgba(0,0,0,0.1)}.ke-button:active,.ke-button.active,.open .dropdown-toggle.ke-button{background-image:none;-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);box-shadow:inset 0 1px 2px rgba(0,0,0,0.1)}.ke-button.disabled,.ke-button[disabled],fieldset[disabled] .ke-button,.ke-button.disabled:hover,.ke-button[disabled]:hover,fieldset[disabled] .ke-button:hover,.ke-button.disabled:focus,.ke-button[disabled]:focus,fieldset[disabled] .ke-button:focus,.ke-button.disabled:active,.ke-button[disabled]:active,fieldset[disabled] .ke-button:active,.ke-button.disabled.active,.ke-button[disabled].active,fieldset[disabled] .ke-button.active{background-color:#fcfcfc;border-color:#c9c9c9}.ke-input-text{font-family:"sans serif",tahoma,verdana,helvetica;font-size:12px;line-height:20px;height:20px;padding:0 4px;display:-moz-inline-stack;display:inline-block;vertical-align:middle;zoom:1;*display:inline;background-color:#fff;border:1px solid #ccc;border-radius:2px;-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s}.ke-input-text:focus{border-color:#03c;outline:0;-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 51, 204, 0.6);-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 51, 204, 0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 51, 204, 0.6)}.ke-input-number{width:50px}.ke-input-color,ke-dialog-content select{border:1px solid #ccc;background-color:#fff;font-size:12px;width:60px;height:20px;line-height:20px;padding-left:5px;overflow:hidden;cursor:pointer;display:-moz-inline-stack;display:inline-block;vertical-align:middle;zoom:1;*display:inline}.ke-upload-button{position:relative}.ke-upload-area{position:relative;overflow:hidden;margin:0;padding:0}.ke-upload-area .ke-upload-file{position:absolute;font-size:60px;top:0;right:0;padding:0;margin:0;z-index:811212;border:0 none;opacity:0;filter:alpha(opacity=0)}.ke-tabs{font:12px/1 "sans serif",tahoma,verdana,helvetica;border-bottom:1px solid #a0a0a0;padding-left:5px;margin-bottom:20px}.ke-tabs-ul{list-style-image:none;list-style-position:outside;list-style-type:none;margin:0;padding:0}.ke-tabs-li{position:relative;border:1px solid #a0a0a0;background-color:#f0f0ee;margin:0 2px -1px 0;padding:0 20px;float:left;line-height:25px;text-align:center;color:#555;cursor:pointer}.ke-tabs-li-selected{background-color:#fff;border-bottom:1px solid #fff;color:#000;cursor:default}.ke-tabs-li-on{background-color:#fff;color:#000}.ke-progressbar{position:relative;margin:0;padding:0}.ke-progressbar-bar{border:1px solid #6fa5db;width:80px;height:5px;margin:10px 10px 0 10px;padding:0}.ke-progressbar-bar-inner{width:0;height:5px;background-color:#6fa5db;overflow:hidden;margin:0;padding:0}.ke-progressbar-percent{position:absolute;top:0;left:40%;display:none}.ke-swfupload-top{position:relative;margin-bottom:10px;_width:608px}.ke-swfupload-button{height:23px;line-height:23px}.ke-swfupload-desc{padding:0 10px;height:23px;line-height:23px}.ke-swfupload-startupload{position:absolute;top:0;right:0}.ke-swfupload-body{overflow:scroll;background-color:#fff;border:1px solid #ccc;width:auto;height:370px;padding:5px}.ke-swfupload-body .ke-item{width:100px;margin:5px}.ke-swfupload-body .ke-photo{position:relative;border:1px solid #ddd;background-color:#fff;padding:10px}.ke-swfupload-body .ke-delete{display:block;background:url(default.png) no-repeat scroll 0 -688px;width:16px;height:16px;position:absolute;right:0;top:0;cursor:pointer}.ke-swfupload-body .ke-status{position:absolute;left:0;bottom:5px;width:100px;height:17px}.ke-swfupload-body .ke-message{width:100px;text-align:center;overflow:hidden;height:17px}.ke-swfupload-body .ke-error{color:#f00}.ke-swfupload-body .ke-name{width:100px;text-align:center;overflow:hidden;height:16px}.ke-swfupload-body .ke-on{border:1px solid #5690d2;background-color:#e9eff6}.ke-plugin-emoticons{position:relative}.ke-plugin-emoticons .ke-preview{position:absolute;text-align:center;margin:2px;padding:10px;top:0;border:1px solid #a0a0a0;background-color:#fff;display:none}.ke-plugin-emoticons .ke-preview-img{border:0;margin:0;padding:0}.ke-plugin-emoticons .ke-table{border:0;margin:0;padding:0;border-collapse:separate}.ke-plugin-emoticons .ke-cell{margin:0;padding:1px;border:1px solid #f0f0ee;cursor:pointer}.ke-plugin-emoticons .ke-on{border:1px solid #5690d2;background-color:#e9eff6}.ke-plugin-emoticons .ke-img{display:block;background-repeat:no-repeat;overflow:hidden;margin:2px;width:24px;height:24px;margin:0;padding:0;border:0}.ke-plugin-emoticons .ke-page{text-align:right;margin:5px;padding:0;border:0;font:12px/1 "sans serif",tahoma,verdana,helvetica;color:#333;text-decoration:none}.ke-plugin-plainpaste-textarea,.ke-plugin-wordpaste-iframe{display:block;width:408px;height:260px;font-family:"sans serif",tahoma,verdana,helvetica;font-size:12px;border:1px solid #ccc}.ke-plugin-filemanager-header{width:100%;margin-bottom:10px}.ke-plugin-filemanager-header .ke-left{float:left}.ke-plugin-filemanager-header .ke-right{float:right}.ke-plugin-filemanager-body{overflow:scroll;background-color:#fff;border:1px solid #ccc;width:auto;height:370px;padding:5px}.ke-plugin-filemanager-body .ke-item{width:100px;margin:5px}.ke-plugin-filemanager-body .ke-photo{border:1px solid #ddd;background-color:#fff;padding:10px}.ke-plugin-filemanager-body .ke-name{width:100px;text-align:center;overflow:hidden;height:16px}.ke-plugin-filemanager-body .ke-on{border:1px solid #5690d2;background-color:#e9eff6}.ke-plugin-filemanager-body .ke-table{width:95%;border:0;margin:0;padding:0;border-collapse:separate}.ke-plugin-filemanager-body .ke-table .ke-cell{margin:0;padding:0;border:0}.ke-plugin-filemanager-body .ke-table .ke-name{width:55%;text-align:left}.ke-plugin-filemanager-body .ke-table .ke-size{width:15%;text-align:left}.ke-plugin-filemanager-body .ke-table .ke-datetime{width:30%;text-align:center} \ No newline at end of file +.ke-inline-block{display:-moz-inline-stack;display:inline-block;vertical-align:middle;zoom:1;*display:inline}.ke-clearfix{zoom:1}.ke-clearfix:after{content:".";display:block;clear:both;font-size:0;height:0;line-height:0;visibility:hidden}.ke-shadow{-moz-box-shadow:0 6px 12px rgba(0,0,0,0.175);-webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);box-shadow:0 6px 12px rgba(0,0,0,0.175)}[class^="ke-icon-"],[class*=" ke-icon-"]{width:16px;height:16px}.ke-icon-source{background-position:0 0}.ke-icon-preview{background-position:0 -16px}.ke-icon-print{background-position:0 -32px}.ke-icon-undo{background-position:0 -48px}.ke-icon-redo{background-position:0 -64px}.ke-icon-cut{background-position:0 -80px}.ke-icon-copy{background-position:0 -96px}.ke-icon-paste{background-position:0 -112px}.ke-icon-selectall{background-position:0 -128px}.ke-icon-justifyleft{background-position:0 -144px}.ke-icon-justifycenter{background-position:0 -160px}.ke-icon-justifyright{background-position:0 -176px}.ke-icon-justifyfull{background-position:0 -192px}.ke-icon-insertorderedlist{background-position:0 -208px}.ke-icon-insertunorderedlist{background-position:0 -224px}.ke-icon-indent{background-position:0 -240px}.ke-icon-outdent{background-position:0 -256px}.ke-icon-subscript{background-position:0 -272px}.ke-icon-superscript{background-position:0 -288px}.ke-icon-date{background-position:0 -304px;width:25px}.ke-icon-time{background-position:0 -320px;width:25px}.ke-icon-formatblock{background-position:0 -336px;width:25px}.ke-icon-fontname{background-position:0 -352px;width:21px}.ke-icon-fontsize{background-position:0 -368px;width:23px}.ke-icon-forecolor{background-position:0 -384px;width:20px}.ke-icon-hilitecolor{background-position:0 -400px;width:23px}.ke-icon-bold{background-position:0 -416px}.ke-icon-italic{background-position:0 -432px}.ke-icon-underline{background-position:0 -448px}.ke-icon-strikethrough{background-position:0 -464px}.ke-icon-removeformat{background-position:0 -480px}.ke-icon-image{background-position:0 -496px}.ke-icon-flash{background-position:0 -512px}.ke-icon-media{background-position:0 -528px}.ke-icon-div{background-position:0 -544px}.ke-icon-formula{background-position:0 -576px}.ke-icon-hr{background-position:0 -592px}.ke-icon-emoticons{background-position:0 -608px}.ke-icon-link{background-position:0 -624px}.ke-icon-unlink{background-position:0 -640px}.ke-icon-fullscreen{background-position:0 -656px}.ke-icon-about{background-position:0 -672px}.ke-icon-plainpaste{background-position:0 -704px}.ke-icon-wordpaste{background-position:0 -720px}.ke-icon-table{background-position:0 -784px}.ke-icon-tablemenu{background-position:0 -768px}.ke-icon-tableinsert{background-position:0 -784px}.ke-icon-tabledelete{background-position:0 -800px}.ke-icon-tablecolinsertleft{background-position:0 -816px}.ke-icon-tablecolinsertright{background-position:0 -832px}.ke-icon-tablerowinsertabove{background-position:0 -848px}.ke-icon-tablerowinsertbelow{background-position:0 -864px}.ke-icon-tablecoldelete{background-position:0 -880px}.ke-icon-tablerowdelete{background-position:0 -896px}.ke-icon-tablecellprop{background-position:0 -912px}.ke-icon-tableprop{background-position:0 -928px}.ke-icon-checked{background-position:0 -944px}.ke-icon-code{background-position:0 -960px}.ke-icon-map{background-position:0 -976px}.ke-icon-baidumap{background-position:0 -976px}.ke-icon-lineheight{background-position:0 -992px}.ke-icon-clearhtml{background-position:0 -1008px}.ke-icon-pagebreak{background-position:0 -1024px}.ke-icon-insertfile{background-position:0 -1040px}.ke-icon-quickformat{background-position:0 -1056px}.ke-icon-template{background-position:0 -1072px}.ke-icon-tablecellsplit{background-position:0 -1088px}.ke-icon-tablerowmerge{background-position:0 -1104px}.ke-icon-tablerowsplit{background-position:0 -1120px}.ke-icon-tablecolmerge{background-position:0 -1136px}.ke-icon-tablecolsplit{background-position:0 -1152px}.ke-icon-anchor{background-position:0 -1168px}.ke-icon-search{background-position:0 -1184px}.ke-icon-new{background-position:0 -1200px}.ke-icon-specialchar{background-position:0 -1216px}.ke-icon-multiimage{background-position:0 -1232px}.ke-container{position:relative;display:block;border:1px solid #ccc;background-color:#fff;border-radius:2px;overflow:hidden;margin:0;padding:0;-webkit-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s}.ke-container.focus{border-color:#4d90fe;outline:0;-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(77, 144, 254, 0.6);-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(77, 144, 254, 0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(77, 144, 254, 0.6)}.ke-toolbar{border-bottom:1px solid #ccc;background-color:#fff;padding:2px 5px;text-align:left;overflow:hidden;zoom:1}.ke-toolbar-icon{background-repeat:no-repeat;font-size:0;line-height:0;overflow:hidden;display:block}.ke-toolbar-icon-url{background-image:url(default.png)}.ke-toolbar .ke-outline{border:1px solid #fff;margin:1px;padding:1px 2px;font-size:0;line-height:0;overflow:hidden;cursor:pointer;display:block;float:left;border-radius:2px;opacity:.8;filter:alpha(opacity=80);-webkit-transition:all .5s cubic-bezier(.175, .885, .32, 1);transition:all .5s cubic-bezier(.175, .885, .32, 1)}.ke-toolbar .ke-on,.ke-toolbar .ke-selected{opacity:1;filter:alpha(opacity=100);border-color:#ddd}.ke-toolbar .ke-selected{background-color:#f1f1f1}.ke-toolbar .ke-disabled{cursor:default}.ke-toolbar .ke-separator{height:16px;margin:2px 3px;border-left:1px dotted #ddd;border-top:0;border-bottom:0;width:0;font-size:0;line-height:0;overflow:hidden;display:block;float:left}.ke-toolbar .ke-hr{overflow:hidden;height:1px;clear:both}.ke-edit{padding:0}.ke-edit-iframe,.ke-edit-textarea{border:0;margin:0;padding:0;overflow:auto}.ke-edit-textarea{font-size:12px;font-family:Monaco,Menlo,Consolas,"Courier New",monospace;background-color:#fff;color:#141414;overflow:auto;resize:none}.ke-edit-textarea:focus{outline:none}.ke-statusbar{position:absolute;width:100%;bottom:0;background-color:#fff;border-top:1px solid #ccc;font-size:0;line-height:0;*height:12px;overflow:hidden;text-align:center;cursor:s-resize;-webkit-transition:all .5s cubic-bezier(.175, .885, .32, 1);transition:all .5s cubic-bezier(.175, .885, .32, 1);opacity:0;filter:alpha(opacity=0)}.ke-statusbar .ke-statusbar-center-icon,.ke-statusbar .ke-statusbar-right-icon{height:11px;background-image:url(default.png)}.ke-statusbar .ke-statusbar-center-icon{background-position:0 -754px;width:15px}.ke-statusbar .ke-statusbar-right-icon{position:absolute;right:0;bottom:0;cursor:se-resize;background-position:-5px -741px;width:11px}.ke-statusbar:hover{opacity:1;filter:alpha(opacity=100)}.ke-menu{padding:5px 0;font-family:"Helvetica Neue",Helvetica,Tahoma,Arial,sans-serif;font-size:12px;text-align:left;overflow:hidden;background-color:#fff;border:1px solid #cbcbcb;border:1px solid rgba(0,0,0,0.15);border-radius:2px}.ke-menu-item{height:24px;overflow:hidden;cursor:pointer}.ke-menu-item-on{color:#141414;text-decoration:none;outline:0;background-color:#ddd}.ke-menu-item-left{width:27px;text-align:center;overflow:hidden}.ke-menu-item-center{width:0;height:24px;border-left:1px solid #e3e3e3;border-right:1px solid #fff;border-top:0;border-bottom:0}.ke-menu-item-center-on{border-left:1px solid #e9eff6;border-right:1px solid #e9eff6}.ke-menu-item-right{border:0;padding:0 0 0 5px;line-height:24px;text-align:left;overflow:hidden}.ke-menu-separator{margin:2px 0;height:0;overflow:hidden;border-top:1px solid #ccc;border-bottom:1px solid #fff;border-left:0;border-right:0}.ke-colorpicker{background-color:#fff;border:1px solid #cbcbcb;border:1px solid rgba(0,0,0,0.15);border-radius:2px}.ke-colorpicker-table{border:0;margin:0;padding:0;border-collapse:separate}.ke-colorpicker-cell{font-size:0;line-height:0;border:none;cursor:pointer;padding:0}.ke-colorpicker-cell-color{width:25px;height:25px;padding:0;border:0;-webkit-transition:all .5s cubic-bezier(.175, .885, .32, 1);transition:all .5s cubic-bezier(.175, .885, .32, 1)}.ke-colorpicker-cell-top{font-family:"Helvetica Neue",Helvetica,Tahoma,Arial,sans-serif;font-size:12px;line-height:25px;cursor:pointer;margin:0;padding:0;text-align:center}.ke-colorpicker-cell-on{color:#141414;background-color:#ddd}.ke-colorpicker-cell-on .ke-colorpicker-cell-color{border:2px solid #141414}.ke-colorpicker-cell-selected .ke-colorpicker-cell-color{border:2px solid #141414}.ke-dialog{position:absolute;margin:0;padding:0}.ke-dialog .ke-header{width:100%;margin-bottom:10px}.ke-dialog .ke-header .ke-left{float:left}.ke-dialog .ke-header .ke-right{float:right}.ke-dialog .ke-header label{margin-right:0;cursor:pointer;font-weight:normal;display:inline;vertical-align:top}.ke-dialog-content{width:100%;height:100%;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,0.2);border-radius:2px;overflow:hidden}.ke-dialog-shadow{position:absolute;z-index:-1;top:0;left:0;width:100%;height:100%;-moz-box-shadow:0 3px 9px rgba(0,0,0,0.5);-webkit-box-shadow:0 3px 9px rgba(0,0,0,0.5);box-shadow:0 3px 9px rgba(0,0,0,0.5);background-color:#f0f0ee}.ke-dialog-header{border:0;margin:0;background:#f1f1f1;font-weight:bold;font-family:"Helvetica Neue",Helvetica,Tahoma,Arial,sans-serif;font-size:14px;text-align:left;cursor:move;padding:7.5px 15px;border-bottom:1px solid #e5e5e5;min-height:16.428571429px}.ke-dialog-icon-close{display:block;background:url(default.png) no-repeat scroll 0 -688px;width:16px;height:16px;position:absolute;right:8px;top:10px;cursor:pointer;opacity:.6;filter:alpha(opacity=60)}.ke-dialog-icon-close:hover{opacity:1;filter:alpha(opacity=100)}.ke-dialog-body{font-family:"Helvetica Neue",Helvetica,Tahoma,Arial,sans-serif;font-size:12px;text-align:left;overflow:hidden;width:100%}.ke-dialog-body textarea{display:block;overflow:auto;padding:0;resize:none}.ke-dialog-body textarea:focus,.ke-dialog-body input:focus,.ke-dialog-body select:focus{outline:none}.ke-dialog-body label{margin-right:10px;cursor:pointer;display:-moz-inline-stack;display:inline-block;vertical-align:middle;zoom:1;*display:inline}.ke-dialog-body img{display:-moz-inline-stack;display:inline-block;vertical-align:middle;zoom:1;*display:inline}.ke-dialog-body select{display:-moz-inline-stack;display:inline-block;vertical-align:middle;zoom:1;*display:inline;width:auto}.ke-dialog-body .ke-textarea{display:block;width:408px;height:260px;background-color:#fff;border:1px solid #ccc;border-radius:2px;-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s}.ke-dialog-body .ke-form{margin:0;padding:0}.ke-dialog-loading{position:absolute;top:0;left:1px;z-index:1;text-align:center}.ke-dialog-loading-content{background:url("../common/loading.gif") no-repeat;color:#666;font-size:14px;font-weight:bold;height:31px;line-height:31px;padding-left:36px}.ke-dialog-row{margin-bottom:10px}.ke-dialog-footer{text-align:right;padding:5px;width:100%;border-top:1px solid #e5e5e5}.ke-dialog-preview,.ke-dialog-yes{margin:5px}.ke-dialog-no{margin:5px 10px 5px 5px}.ke-dialog-mask{background-color:#000;opacity:.5;filter:alpha(opacity=50)}.ke-button-common{height:23px;line-height:21px;overflow:visible;display:inline-block;vertical-align:middle;cursor:pointer}.ke-button-outer{padding:0;position:relative;display:-moz-inline-stack;display:inline-block;vertical-align:middle;zoom:1;*display:inline}.ke-button{padding:0 12px;margin:0;border-radius:2px;border:1px solid #bdbdbd;color:#141414;background-color:#f0f0f0;border-color:#d1d1d1;font-size:12px;left:2px;text-decoration:none}.ke-button:hover,.ke-button:focus,.ke-button:active,.ke-button.active,.open .dropdown-toggle.ke-button{color:#141414;background-color:#dbdbdb;border-color:#9e9e9e;-moz-box-shadow:0 2px 1px rgba(0,0,0,0.1);-webkit-box-shadow:0 2px 1px rgba(0,0,0,0.1);box-shadow:0 2px 1px rgba(0,0,0,0.1)}.ke-button:active,.ke-button.active,.open .dropdown-toggle.ke-button{background-image:none;-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);box-shadow:inset 0 1px 2px rgba(0,0,0,0.1)}.ke-button.disabled,.ke-button[disabled],fieldset[disabled] .ke-button,.ke-button.disabled:hover,.ke-button[disabled]:hover,fieldset[disabled] .ke-button:hover,.ke-button.disabled:focus,.ke-button[disabled]:focus,fieldset[disabled] .ke-button:focus,.ke-button.disabled:active,.ke-button[disabled]:active,fieldset[disabled] .ke-button:active,.ke-button.disabled.active,.ke-button[disabled].active,fieldset[disabled] .ke-button.active{background-color:#f0f0f0;border-color:#bdbdbd}.ke-input-text{font-family:"sans serif",tahoma,verdana,helvetica;font-size:12px;line-height:20px;height:20px;padding:0 4px;display:-moz-inline-stack;display:inline-block;vertical-align:middle;zoom:1;*display:inline;background-color:#fff;border:1px solid #ccc;border-radius:2px;-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s}.ke-input-text:focus{border-color:#4d90fe;outline:0;-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(77, 144, 254, 0.6);-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(77, 144, 254, 0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(77, 144, 254, 0.6)}.ke-input-number{width:50px}.ke-input-color,ke-dialog-content select{border:1px solid #ccc;background-color:#fff;font-size:12px;width:60px;height:20px;line-height:20px;padding-left:5px;overflow:hidden;cursor:pointer;display:-moz-inline-stack;display:inline-block;vertical-align:middle;zoom:1;*display:inline}.ke-upload-button{position:relative}.ke-upload-area{position:relative;overflow:hidden;margin:0;padding:0}.ke-upload-area .ke-upload-file{position:absolute;font-size:60px;top:0;right:0;padding:0;margin:0;z-index:811212;border:0 none;opacity:0;filter:alpha(opacity=0)}.ke-tabs{font:12px/1 "sans serif",tahoma,verdana,helvetica;border-bottom:1px solid #a0a0a0;padding-left:5px;margin-bottom:20px}.ke-tabs-ul{list-style-image:none;list-style-position:outside;list-style-type:none;margin:0;padding:0}.ke-tabs-li{position:relative;border:1px solid #a0a0a0;background-color:#f0f0ee;margin:0 2px -1px 0;padding:0 20px;float:left;line-height:25px;text-align:center;color:#555;cursor:pointer}.ke-tabs-li-selected{background-color:#fff;border-bottom:1px solid #fff;color:#000;cursor:default}.ke-tabs-li-on{background-color:#fff;color:#000}.ke-progressbar{position:relative;margin:0;padding:0}.ke-progressbar-bar{border:1px solid #6fa5db;width:80px;height:5px;margin:10px 10px 0 10px;padding:0}.ke-progressbar-bar-inner{width:0;height:5px;background-color:#6fa5db;overflow:hidden;margin:0;padding:0}.ke-progressbar-percent{position:absolute;top:0;left:40%;display:none}.ke-swfupload-top{position:relative;margin-bottom:10px;_width:608px}.ke-swfupload-button{height:23px;line-height:23px}.ke-swfupload-desc{padding:0 10px;height:23px;line-height:23px}.ke-swfupload-startupload{position:absolute;top:0;right:0}.ke-swfupload-body{overflow:scroll;background-color:#fff;border:1px solid #ccc;width:auto;height:370px;padding:5px}.ke-swfupload-body .ke-item{width:100px;margin:5px}.ke-swfupload-body .ke-photo{position:relative;border:1px solid #ddd;background-color:#fff;padding:10px}.ke-swfupload-body .ke-delete{display:block;background:url(default.png) no-repeat scroll 0 -688px;width:16px;height:16px;position:absolute;right:0;top:0;cursor:pointer}.ke-swfupload-body .ke-status{position:absolute;left:0;bottom:5px;width:100px;height:17px}.ke-swfupload-body .ke-message{width:100px;text-align:center;overflow:hidden;height:17px}.ke-swfupload-body .ke-error{color:#f00}.ke-swfupload-body .ke-name{width:100px;text-align:center;overflow:hidden;height:16px}.ke-swfupload-body .ke-on{border:1px solid #5690d2;background-color:#e9eff6}.ke-plugin-emoticons{position:relative}.ke-plugin-emoticons .ke-preview{position:absolute;text-align:center;margin:2px;padding:10px;top:0;border:1px solid #a0a0a0;background-color:#fff;display:none}.ke-plugin-emoticons .ke-preview-img{border:0;margin:0;padding:0}.ke-plugin-emoticons .ke-table{border:0;margin:0;padding:0;border-collapse:separate}.ke-plugin-emoticons .ke-cell{margin:0;padding:1px;border:1px solid #f0f0ee;cursor:pointer}.ke-plugin-emoticons .ke-on{border:1px solid #5690d2;background-color:#e9eff6}.ke-plugin-emoticons .ke-img{display:block;background-repeat:no-repeat;overflow:hidden;margin:2px;width:24px;height:24px;margin:0;padding:0;border:0}.ke-plugin-emoticons .ke-page{text-align:right;margin:5px;padding:0;border:0;font:12px/1 "sans serif",tahoma,verdana,helvetica;color:#333;text-decoration:none}.ke-plugin-plainpaste-textarea,.ke-plugin-wordpaste-iframe{display:block;width:408px;height:260px;font-family:"sans serif",tahoma,verdana,helvetica;font-size:12px;border:1px solid #ccc}.ke-plugin-filemanager-header{width:100%;margin-bottom:10px}.ke-plugin-filemanager-header .ke-left{float:left}.ke-plugin-filemanager-header .ke-right{float:right}.ke-plugin-filemanager-body{overflow:scroll;background-color:#fff;border:1px solid #ccc;width:auto;height:370px;padding:5px}.ke-plugin-filemanager-body .ke-item{width:100px;margin:5px}.ke-plugin-filemanager-body .ke-photo{border:1px solid #ddd;background-color:#fff;padding:10px}.ke-plugin-filemanager-body .ke-name{width:100px;text-align:center;overflow:hidden;height:16px}.ke-plugin-filemanager-body .ke-on{border:1px solid #5690d2;background-color:#e9eff6}.ke-plugin-filemanager-body .ke-table{width:95%;border:0;margin:0;padding:0;border-collapse:separate}.ke-plugin-filemanager-body .ke-table .ke-cell{margin:0;padding:0;border:0}.ke-plugin-filemanager-body .ke-table .ke-name{width:55%;text-align:left}.ke-plugin-filemanager-body .ke-table .ke-size{width:15%;text-align:left}.ke-plugin-filemanager-body .ke-table .ke-datetime{width:30%;text-align:center} \ No newline at end of file diff --git a/www/theme/default/style.css b/www/theme/default/style.css index 711eacc987..28211c9fb5 100644 --- a/www/theme/default/style.css +++ b/www/theme/default/style.css @@ -392,7 +392,8 @@ body {font-size: 13px; color:#141414;padding-bottom: 40px;} .body-modal #titlebar {margin: 0} #titlebar > .heading {font-size: 14px; line-height: 20px; font-weight: bold;} #titlebar > .heading > i {display: none;} -#titlebar > .heading > .prefix {display: inline-block; margin-right: 5px; color: #666; border-radius: 4px;} +#titlebar > .heading > .prefix {display: inline-block; margin-right: 5px; color: #666;} +#titlebar > .heading > .prefix > strong {border-radius: 4px; border: 1px solid #aaa; padding: 1px 5px; background: #fff; text-align: center; min-width: 20px; color: #666;} #titlebar > .heading > .prefix > i {font-size: 14px; color: #808080; display: none} #titlebar > .heading > strong {display: inline-block; margin-right: 5px;} #titlebar > .heading > strong > i, #titlebar > .heading > strong > small > i {display: none} @@ -403,14 +404,14 @@ body {font-size: 13px; color:#141414;padding-bottom: 40px;} /* Button in titlebar and featurebar */ #titlebar > .actions .btn {padding-top: 4px; padding-bottom: 4px;} -#featurebar > .actions .btn:not(.btn-primary), #titlebar > .actions .btn:not(.btn-primary), #featurebar > .pull-right .btn:not(.btn-primary), #titlebar > .pull-right .btn:not(.btn-primary) {border-color: transparent; background: none; box-shadow: none; padding: 4px 7px; border-radius: 2px; text-shadow: none; color: #036} -#featurebar > .actions .btn:not(.btn-primary):hover, #titlebar > .actions .btn:not(.btn-primary):hover ,#featurebar > .pull-right .btn:not(.btn-primary):hover, #titlebar > .pull-right .btn:not(.btn-primary):hover{background: #ddd; border-color: #ddd; color: #333} +#featurebar > .actions .btn:not(.btn-primary), #titlebar > .actions .btn:not(.btn-primary), .main > .actions .btn:not(.btn-primary) {border-color: transparent; background: none; box-shadow: none; padding: 4px 7px; border-radius: 2px; text-shadow: none; color: #036} +#featurebar > .actions .btn:not(.btn-primary):hover, #titlebar > .actions .btn:not(.btn-primary):hover, .main > .actions .btn:not(.btn-primary):hover {background: #ddd; border-color: #ddd; color: #333} /* Following style to fixed ie8 */ -#featurebar > .actions .btn, #titlebar > .actions .btn, #featurebar > .pull-right .btn, #titlebar > .pull-right .btn {border-color: transparent\0; background: none\0; box-shadow: none\0; padding: 4px 8px\0;} -#featurebar > .actions .btn:hover, #titlebar > .actions .btn:hover ,#featurebar > .pull-right .btn:hover, #titlebar > .pull-right .btn:hover{background: #ddd\0; border-color: #ddd\0;} -#featurebar > .actions .btn.btn-primary, #titlebar > .actions .btn.btn-primary, #featurebar > .pull-right .btn.btn-primary, #titlebar > .pull-right .btn.btn-primary {border-color: #103152\0; background: #1A4F85\0; padding: 4px 8px\0; color: #e5e5e5} -#featurebar > .actions .btn.btn-primary:hover, #titlebar > .actions .btn.btn-primary:hover ,#featurebar > .pull-right .btn.btn-primary:hover, #titlebar > .pull-right .btn:hover{background: #133B63\0; border-color: #0C243C\0; color: #fff} +#featurebar > .actions .btn, #titlebar > .actions .btn {border-color: transparent\0; background: none\0; box-shadow: none\0; padding: 4px 8px\0;} +#featurebar > .actions .btn:hover, #titlebar > .actions .btn:hover {background: #ddd\0; border-color: #ddd\0;} +#featurebar > .actions .btn.btn-primary, #titlebar > .actions .btn.btn-primary{border-color: #103152\0; background: #1A4F85\0; padding: 4px 8px\0; color: #e5e5e5} +#featurebar > .actions .btn.btn-primary:hover, #titlebar > .actions .btn.btn-primary:hover {background: #133B63\0; border-color: #0C243C\0; color: #fff} /* table in outer */ .outer .table {margin-bottom: 0; border: 1px solid #ddd;}