mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
Minor touchups to dialogs
Summary: Better margins, top and bottom. Fixed width on really wide screens. Test Plan: Test mobile, tablet, desktop editing a workboard card. Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Differential Revision: https://secure.phabricator.com/D15222
This commit is contained in:
parent
735b722cb2
commit
55f607e397
2 changed files with 6 additions and 4 deletions
|
@ -7,7 +7,7 @@
|
||||||
*/
|
*/
|
||||||
return array(
|
return array(
|
||||||
'names' => array(
|
'names' => array(
|
||||||
'core.pkg.css' => 'bef9c7cb',
|
'core.pkg.css' => 'e55b8873',
|
||||||
'core.pkg.js' => '17380dd3',
|
'core.pkg.js' => '17380dd3',
|
||||||
'darkconsole.pkg.js' => 'e7393ebb',
|
'darkconsole.pkg.js' => 'e7393ebb',
|
||||||
'differential.pkg.css' => '2de124c9',
|
'differential.pkg.css' => '2de124c9',
|
||||||
|
@ -18,7 +18,7 @@ return array(
|
||||||
'maniphest.pkg.js' => '949a7498',
|
'maniphest.pkg.js' => '949a7498',
|
||||||
'rsrc/css/aphront/aphront-bars.css' => '231ac33c',
|
'rsrc/css/aphront/aphront-bars.css' => '231ac33c',
|
||||||
'rsrc/css/aphront/dark-console.css' => '6378ef3d',
|
'rsrc/css/aphront/dark-console.css' => '6378ef3d',
|
||||||
'rsrc/css/aphront/dialog-view.css' => 'be0e3a46',
|
'rsrc/css/aphront/dialog-view.css' => 'e2f4919b',
|
||||||
'rsrc/css/aphront/lightbox-attachment.css' => '7acac05d',
|
'rsrc/css/aphront/lightbox-attachment.css' => '7acac05d',
|
||||||
'rsrc/css/aphront/list-filter-view.css' => '5d6f0526',
|
'rsrc/css/aphront/list-filter-view.css' => '5d6f0526',
|
||||||
'rsrc/css/aphront/multi-column.css' => 'fd18389d',
|
'rsrc/css/aphront/multi-column.css' => 'fd18389d',
|
||||||
|
@ -514,7 +514,7 @@ return array(
|
||||||
'almanac-css' => 'dbb9b3af',
|
'almanac-css' => 'dbb9b3af',
|
||||||
'aphront-bars' => '231ac33c',
|
'aphront-bars' => '231ac33c',
|
||||||
'aphront-dark-console-css' => '6378ef3d',
|
'aphront-dark-console-css' => '6378ef3d',
|
||||||
'aphront-dialog-view-css' => 'be0e3a46',
|
'aphront-dialog-view-css' => 'e2f4919b',
|
||||||
'aphront-list-filter-view-css' => '5d6f0526',
|
'aphront-list-filter-view-css' => '5d6f0526',
|
||||||
'aphront-multi-column-view-css' => 'fd18389d',
|
'aphront-multi-column-view-css' => 'fd18389d',
|
||||||
'aphront-panel-view-css' => '8427b78d',
|
'aphront-panel-view-css' => '8427b78d',
|
||||||
|
|
|
@ -8,6 +8,7 @@
|
||||||
border: 1px solid {$lightblueborder};
|
border: 1px solid {$lightblueborder};
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
|
box-shadow: {$dropshadow};
|
||||||
}
|
}
|
||||||
|
|
||||||
.device-phone .aphront-dialog-view {
|
.device-phone .aphront-dialog-view {
|
||||||
|
@ -16,7 +17,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.aphront-dialog-view-standalone {
|
.aphront-dialog-view-standalone {
|
||||||
margin: auto;
|
margin: 32px auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.aphront-dialog-head {
|
.aphront-dialog-head {
|
||||||
|
@ -33,6 +34,7 @@
|
||||||
|
|
||||||
.aphront-dialog-view-width-full {
|
.aphront-dialog-view-width-full {
|
||||||
width: 90%;
|
width: 90%;
|
||||||
|
max-width: 1040px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.aphront-dialog-body {
|
.aphront-dialog-body {
|
||||||
|
|
Loading…
Reference in a new issue