mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +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:
parent
db35bbcbcc
commit
21db19016c
3 changed files with 20 additions and 12 deletions
|
@ -560,6 +560,13 @@ celerity_register_resource_map(array(
|
|||
'disk' => '/rsrc/image/texture/dust_background.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' =>
|
||||
array(
|
||||
'hash' => '4ed3f56a30d3749e8f62052b9735a316',
|
||||
|
@ -3229,7 +3236,7 @@ celerity_register_resource_map(array(
|
|||
),
|
||||
'pholio-css' =>
|
||||
array(
|
||||
'uri' => '/res/08c8c85a/rsrc/css/application/pholio/pholio.css',
|
||||
'uri' => '/res/5bbb9e67/rsrc/css/application/pholio/pholio.css',
|
||||
'type' => 'css',
|
||||
'requires' =>
|
||||
array(
|
||||
|
|
|
@ -6,10 +6,11 @@
|
|||
text-align: center;
|
||||
vertical-align: middle;
|
||||
position: relative;
|
||||
background: url('/rsrc/image/texture/pholio-background.gif');
|
||||
}
|
||||
|
||||
.pholio-mock-carousel {
|
||||
background-color: #202020;
|
||||
background-color: #282828;
|
||||
text-align: center;
|
||||
border-top: 1px solid #101010;
|
||||
margin-right: 320px;
|
||||
|
@ -22,7 +23,7 @@
|
|||
height: 140px;
|
||||
padding: 5px;
|
||||
margin: 3px;
|
||||
background: #282828;
|
||||
background: #181818;
|
||||
vertical-align: middle;
|
||||
border: 1px solid #383838;
|
||||
position: relative;
|
||||
|
@ -80,31 +81,31 @@
|
|||
bottom: 0;
|
||||
right: 0;
|
||||
padding: 10px;
|
||||
background: #eeedf0;
|
||||
background: #282828;
|
||||
overflow-x: auto;
|
||||
text-align: left;
|
||||
box-shadow: inset 4px 4px 10px rgba(0,0,0,0.2);
|
||||
}
|
||||
|
||||
.pholio-inline-comment {
|
||||
border: 1px solid #f7f7f7;
|
||||
border-bottom: 1px solid #d6d6d6;
|
||||
background: #fff;
|
||||
border: 1px solid #333;
|
||||
border-bottom: 1px solid #555;
|
||||
background: #353535;
|
||||
margin: 0 0 5px 0;
|
||||
padding: 8px 10px;
|
||||
color: #ccc;
|
||||
}
|
||||
|
||||
.pholio-inline-comment-header {
|
||||
color: #333;
|
||||
border-bottom: 1px solid #d7d7d7;
|
||||
color: #fff;
|
||||
border-bottom: 1px solid #555;
|
||||
font-weight: bold;
|
||||
padding-bottom: 6px;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
||||
.pholio-mock-inline-comment-highlight {
|
||||
background-color: #e0e3ec;
|
||||
border-color: #cacdd5;
|
||||
background-color: #222;
|
||||
border-color: #555;
|
||||
}
|
||||
|
||||
.pholio-inline-head-links a {
|
||||
|
|
BIN
webroot/rsrc/image/texture/pholio-background.gif
Normal file
BIN
webroot/rsrc/image/texture/pholio-background.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
Loading…
Reference in a new issue