Tweak style on "Create Another Task" button
Summary:
Not totally sure I'm in love with this but I think it's somewhat non-terrible,
despite the lack of lens flare.
Also made "Cancel" take you back to the task if you got to "Create" from "Create
Another Task".
Test Plan:
- Style:
https://secure.phabricator.com/file/view/PHID-FILE-ad37d3c1f3b2c7a7a7d1/
- Hit "Cancel" from "Create Another", got sent back to task.
- Hit "Cancel" from normal create, got sent back to list.
- Tried to save an invalid task after making changes to CC/Projects, changes
were preserved.
Reviewed By: codeblock
Reviewers: hunterbridges, jungejason, tuomaspelkonen, aran, codeblock
CC: aran, epriestley, codeblock
Differential Revision: 736
2011-07-27 19:46:22 +02:00
|
|
|
/**
|
|
|
|
* @provides aphront-contextbar-view-css
|
|
|
|
*/
|
|
|
|
|
|
|
|
.aphront-contextbar-view {
|
2013-09-29 16:26:39 +02:00
|
|
|
background: #fff;
|
|
|
|
padding: 8px 16px;
|
|
|
|
border-bottom: 1px solid {$lightblueborder};
|
Tweak style on "Create Another Task" button
Summary:
Not totally sure I'm in love with this but I think it's somewhat non-terrible,
despite the lack of lens flare.
Also made "Cancel" take you back to the task if you got to "Create" from "Create
Another Task".
Test Plan:
- Style:
https://secure.phabricator.com/file/view/PHID-FILE-ad37d3c1f3b2c7a7a7d1/
- Hit "Cancel" from "Create Another", got sent back to task.
- Hit "Cancel" from normal create, got sent back to list.
- Tried to save an invalid task after making changes to CC/Projects, changes
were preserved.
Reviewed By: codeblock
Reviewers: hunterbridges, jungejason, tuomaspelkonen, aran, codeblock
CC: aran, epriestley, codeblock
Differential Revision: 736
2011-07-27 19:46:22 +02:00
|
|
|
}
|
|
|
|
|
2013-12-31 00:19:48 +01:00
|
|
|
.device-phone .aphront-contextbar-view {
|
|
|
|
padding: 12px 8px;
|
|
|
|
}
|
|
|
|
|
Tweak style on "Create Another Task" button
Summary:
Not totally sure I'm in love with this but I think it's somewhat non-terrible,
despite the lack of lens flare.
Also made "Cancel" take you back to the task if you got to "Create" from "Create
Another Task".
Test Plan:
- Style:
https://secure.phabricator.com/file/view/PHID-FILE-ad37d3c1f3b2c7a7a7d1/
- Hit "Cancel" from "Create Another", got sent back to task.
- Hit "Cancel" from normal create, got sent back to list.
- Tried to save an invalid task after making changes to CC/Projects, changes
were preserved.
Reviewed By: codeblock
Reviewers: hunterbridges, jungejason, tuomaspelkonen, aran, codeblock
CC: aran, epriestley, codeblock
Differential Revision: 736
2011-07-27 19:46:22 +02:00
|
|
|
.aphront-contextbar-content {
|
|
|
|
padding-top: 5px;
|
|
|
|
font-size: 13px;
|
2013-09-29 16:26:39 +02:00
|
|
|
color: {$bluetext};
|
Tweak style on "Create Another Task" button
Summary:
Not totally sure I'm in love with this but I think it's somewhat non-terrible,
despite the lack of lens flare.
Also made "Cancel" take you back to the task if you got to "Create" from "Create
Another Task".
Test Plan:
- Style:
https://secure.phabricator.com/file/view/PHID-FILE-ad37d3c1f3b2c7a7a7d1/
- Hit "Cancel" from "Create Another", got sent back to task.
- Hit "Cancel" from normal create, got sent back to list.
- Tried to save an invalid task after making changes to CC/Projects, changes
were preserved.
Reviewed By: codeblock
Reviewers: hunterbridges, jungejason, tuomaspelkonen, aran, codeblock
CC: aran, epriestley, codeblock
Differential Revision: 736
2011-07-27 19:46:22 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.aphront-contextbar-buttons {
|
|
|
|
float: right;
|
|
|
|
}
|
2012-02-08 18:44:22 +01:00
|
|
|
|
2013-12-31 00:19:48 +01:00
|
|
|
.device-phone .aphront-contextbar-buttons {
|
|
|
|
float: none;
|
|
|
|
}
|
|
|
|
|
2012-02-08 18:44:22 +01:00
|
|
|
.aphront-contextbar-buttons label {
|
|
|
|
font-weight: bold;
|
2013-09-29 16:26:39 +02:00
|
|
|
color: {$bluetext};
|
2012-02-08 18:44:22 +01:00
|
|
|
}
|
|
|
|
|
2013-12-31 00:19:48 +01:00
|
|
|
.device-phone .aphront-contextbar-buttons label {
|
|
|
|
display: block;
|
|
|
|
margin-bottom: 4px;
|
|
|
|
}
|
|
|
|
|
2012-02-08 18:44:22 +01:00
|
|
|
.aphront-contextbar-buttons a {
|
2013-12-31 00:19:48 +01:00
|
|
|
margin: 0 0 0 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.device-phone .aphront-contextbar-buttons a {
|
|
|
|
margin: 0 8px 0 0;
|
2012-02-08 18:44:22 +01:00
|
|
|
}
|