1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-01-28 07:28:20 +01:00

Update PholioMockView Styles.

Summary: Less janky sidebar, new 'photoshop-like' texture for image background.

Test Plan: Tested mocks with and without side comments, hover over marked squares. Tested small and large images.

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, Korvin

Differential Revision: https://secure.phabricator.com/D5216
This commit is contained in:
Chad Little 2013-03-04 16:01:27 -08:00
parent db35bbcbcc
commit 21db19016c
3 changed files with 20 additions and 12 deletions

View file

@ -560,6 +560,13 @@ celerity_register_resource_map(array(
'disk' => '/rsrc/image/texture/dust_background.jpg', 'disk' => '/rsrc/image/texture/dust_background.jpg',
'type' => 'jpg', 'type' => 'jpg',
), ),
'/rsrc/image/texture/pholio-background.gif' =>
array(
'hash' => 'cf4561af116edf393dc583e5119fb412',
'uri' => '/res/cf4561af/rsrc/image/texture/pholio-background.gif',
'disk' => '/rsrc/image/texture/pholio-background.gif',
'type' => 'gif',
),
'/rsrc/image/texture/table_header.png' => '/rsrc/image/texture/table_header.png' =>
array( array(
'hash' => '4ed3f56a30d3749e8f62052b9735a316', 'hash' => '4ed3f56a30d3749e8f62052b9735a316',
@ -3229,7 +3236,7 @@ celerity_register_resource_map(array(
), ),
'pholio-css' => 'pholio-css' =>
array( array(
'uri' => '/res/08c8c85a/rsrc/css/application/pholio/pholio.css', 'uri' => '/res/5bbb9e67/rsrc/css/application/pholio/pholio.css',
'type' => 'css', 'type' => 'css',
'requires' => 'requires' =>
array( array(

View file

@ -6,10 +6,11 @@
text-align: center; text-align: center;
vertical-align: middle; vertical-align: middle;
position: relative; position: relative;
background: url('/rsrc/image/texture/pholio-background.gif');
} }
.pholio-mock-carousel { .pholio-mock-carousel {
background-color: #202020; background-color: #282828;
text-align: center; text-align: center;
border-top: 1px solid #101010; border-top: 1px solid #101010;
margin-right: 320px; margin-right: 320px;
@ -22,7 +23,7 @@
height: 140px; height: 140px;
padding: 5px; padding: 5px;
margin: 3px; margin: 3px;
background: #282828; background: #181818;
vertical-align: middle; vertical-align: middle;
border: 1px solid #383838; border: 1px solid #383838;
position: relative; position: relative;
@ -80,31 +81,31 @@
bottom: 0; bottom: 0;
right: 0; right: 0;
padding: 10px; padding: 10px;
background: #eeedf0; background: #282828;
overflow-x: auto; overflow-x: auto;
text-align: left; text-align: left;
box-shadow: inset 4px 4px 10px rgba(0,0,0,0.2);
} }
.pholio-inline-comment { .pholio-inline-comment {
border: 1px solid #f7f7f7; border: 1px solid #333;
border-bottom: 1px solid #d6d6d6; border-bottom: 1px solid #555;
background: #fff; background: #353535;
margin: 0 0 5px 0; margin: 0 0 5px 0;
padding: 8px 10px; padding: 8px 10px;
color: #ccc;
} }
.pholio-inline-comment-header { .pholio-inline-comment-header {
color: #333; color: #fff;
border-bottom: 1px solid #d7d7d7; border-bottom: 1px solid #555;
font-weight: bold; font-weight: bold;
padding-bottom: 6px; padding-bottom: 6px;
margin-bottom: 4px; margin-bottom: 4px;
} }
.pholio-mock-inline-comment-highlight { .pholio-mock-inline-comment-highlight {
background-color: #e0e3ec; background-color: #222;
border-color: #cacdd5; border-color: #555;
} }
.pholio-inline-head-links a { .pholio-inline-head-links a {

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB