Merge pull request #920 from marcoAntonioNina/BUG-9943

BUG 9943 Advanced Search menu should be seen on UXS SOLVED
This commit is contained in:
julceslauhub
2012-11-09 06:02:48 -08:00
9 changed files with 1006 additions and 5 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -12,5 +12,7 @@ if ($RBAC->userCanAccess("PM_CASES") == 1) {
"/images/simplified/folder-grey3.png", null, null, null);
$G_TMP_MENU->AddIdRawOption("S_NEW_CASE", "#", G::LoadTranslation("ID_NEW_CASE"),
"/images/simplified/plus-set-grey.png", null, null, null);
$G_TMP_MENU->AddIdRawOption("S_ADVANCED_SEARCH", "home/appAdvancedSearch", G::LoadTranslation("ID_ADVANCEDSEARCH"),
"/images/simplified/advancedSearch.png", null, null, null);
}

View File

@@ -37,6 +37,14 @@ pre {
height: 40px;
background-color: #252525;
background-position: 0 0;
background: #007eb5; /* Old browsers */
background: -moz-linear-gradient(top, #007eb5 0%, #003d5a 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#007eb5), color-stop(100%,#003d5a)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #007eb5 0%,#003d5a 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #007eb5 0%,#003d5a 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #007eb5 0%,#003d5a 100%); /* IE10+ */
background: linear-gradient(to bottom, #007eb5 0%,#003d5a 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007eb5', endColorstr='#003d5a',GradientType=0 ); /* IE6-9 */
/* background-image: url("/images/twitter_web_sprite_bgs.png");
background-repeat: repeat-x;*/

View File

@@ -592,7 +592,8 @@ div.topbar ul li ul li span {
div#corpBar div.topbar-bg {
background-color: #142F3C;
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#142F3C), to(#307190)); /* Webkit */
background-image: -moz-linear-gradient(#142F3C, #1D4558); /* FF3.6 */
background-image: -moz-linear-gradient(top, #0085bf 0%, #003954 100%); /* FF3.6 */
/*background-image: -moz-linear-gradient(#677C89 , #1D4558); *//* FF3.6 */
/*erik: modified backgournd colors in topbar, but just for FF, we need todo for others;
original: #00a0d1, #008db8 */

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB