mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
Add spacing under Pholio Inline Comments
Summary: Adds a bit of space Test Plan: View 2 or more inline comments on same transaction. Reviewers: epriestley Reviewed By: epriestley Subscribers: epriestley, Korvin Differential Revision: https://secure.phabricator.com/D9712
This commit is contained in:
parent
320f7689dd
commit
454b773f78
3 changed files with 16 additions and 4 deletions
|
@ -81,8 +81,8 @@ return array(
|
|||
'rsrc/css/application/people/people-profile.css' => 'ba7b2762',
|
||||
'rsrc/css/application/phame/phame.css' => '19ecc703',
|
||||
'rsrc/css/application/pholio/pholio-edit.css' => '3ad9d1ee',
|
||||
'rsrc/css/application/pholio/pholio-inline-comments.css' => '2703fdb9',
|
||||
'rsrc/css/application/pholio/pholio.css' => '209b1f08',
|
||||
'rsrc/css/application/pholio/pholio-inline-comments.css' => '8e545e49',
|
||||
'rsrc/css/application/pholio/pholio.css' => '47dffb9c',
|
||||
'rsrc/css/application/phortune/phortune-credit-card-form.css' => 'b25b4beb',
|
||||
'rsrc/css/application/phrequent/phrequent.css' => 'ffc185ad',
|
||||
'rsrc/css/application/phriction/phriction-document-css.css' => '7d7f0071',
|
||||
|
@ -755,9 +755,9 @@ return array(
|
|||
'phabricator-uiexample-reactor-sendproperties' => 'b1f0ccee',
|
||||
'phabricator-zindex-css' => 'efb673ac',
|
||||
'phame-css' => '19ecc703',
|
||||
'pholio-css' => '209b1f08',
|
||||
'pholio-css' => '47dffb9c',
|
||||
'pholio-edit-css' => '3ad9d1ee',
|
||||
'pholio-inline-comments-css' => '2703fdb9',
|
||||
'pholio-inline-comments-css' => '8e545e49',
|
||||
'phortune-credit-card-form' => '2290aeef',
|
||||
'phortune-credit-card-form-css' => 'b25b4beb',
|
||||
'phrequent-css' => 'ffc185ad',
|
||||
|
|
|
@ -11,3 +11,6 @@
|
|||
font-weight: bold;
|
||||
}
|
||||
|
||||
.pholio-transaction-inline-comment .phui-image-mask {
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
|
|
@ -120,6 +120,15 @@
|
|||
box-shadow: 0 0 0 4px rgba(255,255,255,.5);
|
||||
}
|
||||
|
||||
.pholio-mock-comment-icon {
|
||||
opacity: 1;
|
||||
-webkit-transition: all .3s ease;
|
||||
-moz-transition: all .3s ease;
|
||||
-ms-transition: all .3s ease;
|
||||
-o-transition: all .3s ease;
|
||||
transition: all .3s ease;
|
||||
}
|
||||
|
||||
.pholio-mock-reticle-draft .pholio-mock-comment-icon {
|
||||
font-size: 2.2em;
|
||||
color: {$yellow};
|
||||
|
|
Loading…
Reference in a new issue