1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 09:18:48 +02:00
phorge-phorge/webroot/rsrc/css/aphront/context-bar.css
Chad Little ad382b3abe 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
2013-12-30 15:19:48 -08:00

45 lines
738 B
CSS

/**
* @provides aphront-contextbar-view-css
*/
.aphront-contextbar-view {
background: #fff;
padding: 8px 16px;
border-bottom: 1px solid {$lightblueborder};
}
.device-phone .aphront-contextbar-view {
padding: 12px 8px;
}
.aphront-contextbar-content {
padding-top: 5px;
font-size: 13px;
color: {$bluetext};
}
.aphront-contextbar-buttons {
float: right;
}
.device-phone .aphront-contextbar-buttons {
float: none;
}
.aphront-contextbar-buttons label {
font-weight: bold;
color: {$bluetext};
}
.device-phone .aphront-contextbar-buttons label {
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;
}