mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-29 18:22:41 +01:00
Mobile fix for creating another task UI
Summary: Makes the layout more useful on mobile. Fixes T3042 Test Plan: Review layout on mobile. Reviewers: epriestley Reviewed By: epriestley CC: Korvin, epriestley, aran Maniphest Tasks: T3042 Differential Revision: https://secure.phabricator.com/D7860
This commit is contained in:
parent
2de96c6f08
commit
ad382b3abe
2 changed files with 20 additions and 3 deletions
|
@ -853,7 +853,7 @@ celerity_register_resource_map(array(
|
||||||
),
|
),
|
||||||
'aphront-contextbar-view-css' =>
|
'aphront-contextbar-view-css' =>
|
||||||
array(
|
array(
|
||||||
'uri' => '/res/46c6248f/rsrc/css/aphront/context-bar.css',
|
'uri' => '/res/d2e04a0a/rsrc/css/aphront/context-bar.css',
|
||||||
'type' => 'css',
|
'type' => 'css',
|
||||||
'requires' =>
|
'requires' =>
|
||||||
array(
|
array(
|
||||||
|
|
|
@ -8,6 +8,10 @@
|
||||||
border-bottom: 1px solid {$lightblueborder};
|
border-bottom: 1px solid {$lightblueborder};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.device-phone .aphront-contextbar-view {
|
||||||
|
padding: 12px 8px;
|
||||||
|
}
|
||||||
|
|
||||||
.aphront-contextbar-content {
|
.aphront-contextbar-content {
|
||||||
padding-top: 5px;
|
padding-top: 5px;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
|
@ -18,11 +22,24 @@
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.device-phone .aphront-contextbar-buttons {
|
||||||
|
float: none;
|
||||||
|
}
|
||||||
|
|
||||||
.aphront-contextbar-buttons label {
|
.aphront-contextbar-buttons label {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: {$bluetext};
|
color: {$bluetext};
|
||||||
}
|
}
|
||||||
|
|
||||||
.aphront-contextbar-buttons a {
|
.device-phone .aphront-contextbar-buttons label {
|
||||||
margin: 0 0 0 .5em;
|
display: block;
|
||||||
|
margin-bottom: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.aphront-contextbar-buttons a {
|
||||||
|
margin: 0 0 0 8px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.device-phone .aphront-contextbar-buttons a {
|
||||||
|
margin: 0 8px 0 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue