2012-08-02 23:07:21 +02:00
|
|
|
/**
|
|
|
|
* @provides phabricator-application-launch-view-css
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
/* - Application List ----------------------------------------------------------
|
|
|
|
|
|
|
|
Spacing container for the list of large application buttons.
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
2013-01-16 00:41:22 +01:00
|
|
|
.application-tile-group {
|
|
|
|
overflow: hidden;
|
2012-08-02 23:07:21 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* - Application Launch Button -------------------------------------------------
|
|
|
|
|
|
|
|
Spacing container for the list of large application buttons.
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
2013-01-16 00:41:22 +01:00
|
|
|
a.phabricator-application-launch-container,
|
|
|
|
div.phabricator-application-launch-container {
|
|
|
|
display: block;
|
|
|
|
float: left;
|
2012-08-02 23:07:21 +02:00
|
|
|
overflow: hidden;
|
|
|
|
position: relative;
|
|
|
|
text-decoration: none;
|
2013-03-22 19:50:30 +01:00
|
|
|
width: 100%;
|
2014-05-27 07:12:17 +02:00
|
|
|
height: 44px;
|
2015-05-08 01:34:29 +02:00
|
|
|
border-top-right-radius: 3px;
|
|
|
|
border-bottom-right-radius: 3px;
|
2013-03-22 19:50:30 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.device-phone div.phabricator-application-launch-container {
|
|
|
|
display: none;
|
2013-01-16 00:41:37 +01:00
|
|
|
}
|
|
|
|
|
2012-08-14 23:23:55 +02:00
|
|
|
.phabricator-application-launch-icon {
|
|
|
|
position: absolute;
|
2013-01-16 00:41:22 +01:00
|
|
|
width: 28px;
|
|
|
|
height: 28px;
|
2015-01-26 17:19:22 +01:00
|
|
|
top: 12px;
|
|
|
|
left: 6px;
|
|
|
|
font-size: 20px;
|
|
|
|
text-align: center;
|
|
|
|
vertical-align: bottom;
|
|
|
|
color: {$darkbluetext};
|
2015-05-31 16:56:54 +02:00
|
|
|
text-shadow: {$whitetextshadow};
|
2013-01-16 00:41:37 +01:00
|
|
|
}
|
|
|
|
|
2014-01-31 18:10:32 +01:00
|
|
|
.device-desktop a.phabricator-application-launch-container:hover {
|
2015-05-07 23:11:44 +02:00
|
|
|
background-color: rgba(0,0,0,.05);
|
2014-01-31 18:10:32 +01:00
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2012-08-02 23:07:21 +02:00
|
|
|
.phabricator-application-launch-name {
|
2013-01-16 00:41:22 +01:00
|
|
|
display: block;
|
2012-08-02 23:07:21 +02:00
|
|
|
font-weight: bold;
|
2014-05-25 06:56:45 +02:00
|
|
|
color: {$darkbluetext};
|
2013-01-22 18:06:57 +01:00
|
|
|
font-size: 13px;
|
2015-01-26 17:19:22 +01:00
|
|
|
margin: 6px 0 2px 38px;
|
2015-05-08 01:34:29 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.device-desktop a.phabricator-application-launch-container:hover
|
|
|
|
.phui-icon-view {
|
|
|
|
color: {$sky};
|
2013-01-16 00:41:37 +01:00
|
|
|
}
|
|
|
|
|
2014-05-25 06:56:45 +02:00
|
|
|
.phabricator-application-launch-description {
|
2015-05-08 01:34:29 +02:00
|
|
|
color: {$bluetext};
|
2013-01-16 00:41:37 +01:00
|
|
|
font-size: 11px;
|
2015-01-26 17:19:22 +01:00
|
|
|
margin-left: 38px;
|
2014-06-02 23:34:22 +02:00
|
|
|
text-overflow: ellipsis;
|
|
|
|
width: 150px;
|
|
|
|
overflow: hidden;
|
|
|
|
white-space: nowrap;
|
|
|
|
display: inline-block;
|
2013-01-16 00:41:37 +01:00
|
|
|
}
|
|
|
|
|
2013-01-19 19:12:44 +01:00
|
|
|
.phabricator-application-launch-attention {
|
2013-02-23 00:46:29 +01:00
|
|
|
position: absolute;
|
2014-06-09 16:53:13 +02:00
|
|
|
top: 8px;
|
2014-05-25 22:18:51 +02:00
|
|
|
right: 8px;
|
2014-05-25 06:56:45 +02:00
|
|
|
color: {$darkbluetext};
|
2013-02-23 00:46:29 +01:00
|
|
|
font-weight: bold;
|
2014-05-25 22:18:51 +02:00
|
|
|
font-size: 12px;
|
2013-02-23 00:46:29 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.phabricator-application-attention-count {
|
[Redesign] Put all ApplicationSearch results in an ObjectBox
Summary:
Ref T8099. In most cases we return either an ObjectList or AphrontTable, and can pretty up the UI in ApplicationSearch. There are a few edge cases, like PeopleUserLog, that can be cleanup up individually in the future, but look fine for now.
Also added 'setNotice' for AphrontTable for a few cases where we want to convey addtional information.
TODO: Seems we always pass a Pager Object, which tries to get displayed, I'll redesign that interaction in the future, probably by passing the Pager to the ObjectBox
Test Plan: Went throught most/all ApplicationSearch panels I could find, even edge cases look better.
Reviewers: btrahan, epriestley
Reviewed By: epriestley
Subscribers: Korvin, epriestley
Maniphest Tasks: T8099
Differential Revision: https://secure.phabricator.com/D12989
2015-05-24 18:13:58 +02:00
|
|
|
color: {$fire};
|
2013-01-16 00:41:37 +01:00
|
|
|
}
|
2014-06-13 04:16:53 +02:00
|
|
|
|
|
|
|
a.phabricator-application-launch-phone-only {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.device-phone a.phabricator-application-launch-phone-only {
|
|
|
|
display: block;
|
|
|
|
}
|