1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-19 16:58:48 +02:00

Minor, updates from @chad:

- Use a gradient on the main menu.
  - Slightly darken the application menu.
  - Use kerned logo text.
  - Use cleaner logo image.
  - Adjust search input colors to fit the darker scheme better.
This commit is contained in:
epriestley 2012-08-20 16:02:36 -07:00
parent 8901fdbd3e
commit 90f5f869ae
5 changed files with 19 additions and 11 deletions

View file

@ -443,11 +443,18 @@ celerity_register_resource_map(array(
), ),
'/rsrc/image/logo_grey.png' => '/rsrc/image/logo_grey.png' =>
array( array(
'hash' => '6cff2a21538eeae471f0ea00cb7bc15d', 'hash' => 'da055af1f6f80ea9d7d13ae1d59ca3cd',
'uri' => '/res/6cff2a21/rsrc/image/logo_grey.png', 'uri' => '/res/da055af1/rsrc/image/logo_grey.png',
'disk' => '/rsrc/image/logo_grey.png', 'disk' => '/rsrc/image/logo_grey.png',
'type' => 'png', 'type' => 'png',
), ),
'/rsrc/image/main_texture.png' =>
array(
'hash' => 'e34d8143384721be73ec9b7532a977ab',
'uri' => '/res/e34d8143/rsrc/image/main_texture.png',
'disk' => '/rsrc/image/main_texture.png',
'type' => 'png',
),
'/rsrc/image/menu_texture.png' => '/rsrc/image/menu_texture.png' =>
array( array(
'hash' => '42193f24a52bd94be596c442d59a68ce', 'hash' => '42193f24a52bd94be596c442d59a68ce',
@ -2404,7 +2411,7 @@ celerity_register_resource_map(array(
), ),
'phabricator-main-menu-view' => 'phabricator-main-menu-view' =>
array( array(
'uri' => '/res/cb2796ae/rsrc/css/application/base/main-menu-view.css', 'uri' => '/res/bfd05b66/rsrc/css/application/base/main-menu-view.css',
'type' => 'css', 'type' => 'css',
'requires' => 'requires' =>
array( array(
@ -2424,7 +2431,7 @@ celerity_register_resource_map(array(
), ),
'phabricator-nav-view-css' => 'phabricator-nav-view-css' =>
array( array(
'uri' => '/res/3ee38144/rsrc/css/aphront/phabricator-nav-view.css', 'uri' => '/res/dfe48943/rsrc/css/aphront/phabricator-nav-view.css',
'type' => 'css', 'type' => 'css',
'requires' => 'requires' =>
array( array(

View file

@ -21,7 +21,7 @@
.phabricator-nav-app { .phabricator-nav-app {
width: 149px; width: 149px;
background: #33393d; background: #262b2e;
border-right: 1px solid #222222; border-right: 1px solid #222222;
box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.25); box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.25);
z-index: 6; z-index: 6;
@ -29,7 +29,7 @@
.device-desktop .phabricator-nav-app { .device-desktop .phabricator-nav-app {
top: 43px; top: 43px;
padding-top: 4px; padding-top: 2px;
} }
.phabricator-nav-local { .phabricator-nav-local {

View file

@ -11,7 +11,8 @@
*/ */
.phabricator-main-menu { .phabricator-main-menu {
background: #33393d; background: #2d3236;
background-image: url(/rsrc/image/main_texture.png);
position: relative; position: relative;
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25); box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
height: 44px; height: 44px;
@ -84,9 +85,9 @@
.phabricator-main-menu-logo { .phabricator-main-menu-logo {
display: inline-block; display: inline-block;
height: 44px; height: 44px;
width: 180px; width: 170px;
margin-right: 12px; margin-right: 12px;
background: 12px 9px url(/rsrc/image/logo_grey.png) no-repeat; background: 6px 9px url(/rsrc/image/logo_grey.png) no-repeat;
} }
.phabricator-main-menu-logo span { .phabricator-main-menu-logo span {
@ -247,7 +248,7 @@
border: 1px solid #333333; border: 1px solid #333333;
border-radius: 12px; border-radius: 12px;
background: #727272; background: #555555;
height: 12px; height: 12px;
line-height: 12px; line-height: 12px;
box-shadow: 0px 1px 1px rgba(128, 128, 128, 0.25); box-shadow: 0px 1px 1px rgba(128, 128, 128, 0.25);
@ -259,7 +260,7 @@
} }
.phabricator-main-menu-search input.jx-typeahead-placeholder { .phabricator-main-menu-search input.jx-typeahead-placeholder {
color: #aaaaaa; color: #999999;
} }
.phabricator-main-menu-search button { .phabricator-main-menu-search button {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB