2012-08-02 14:07:21 -07:00
|
|
|
/**
|
|
|
|
* @provides phabricator-application-launch-view-css
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
/* - Application List ----------------------------------------------------------
|
|
|
|
|
|
|
|
Spacing container for the list of large application buttons.
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
2013-01-15 15:41:22 -08:00
|
|
|
.application-tile-group {
|
|
|
|
overflow: hidden;
|
2012-08-02 14:07:21 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* - Application Launch Button -------------------------------------------------
|
|
|
|
|
|
|
|
Spacing container for the list of large application buttons.
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
2013-01-15 15:41:22 -08:00
|
|
|
a.phabricator-application-launch-container,
|
|
|
|
div.phabricator-application-launch-container {
|
|
|
|
display: block;
|
|
|
|
float: left;
|
2012-08-02 14:07:21 -07:00
|
|
|
overflow: hidden;
|
|
|
|
position: relative;
|
|
|
|
text-decoration: none;
|
2013-03-22 11:50:30 -07:00
|
|
|
width: 100%;
|
2015-05-07 16:34:29 -07:00
|
|
|
border-top-right-radius: 3px;
|
|
|
|
border-bottom-right-radius: 3px;
|
2015-06-28 18:02:44 -07:00
|
|
|
padding: 4px 0;
|
2013-03-22 11:50:30 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
.device-phone div.phabricator-application-launch-container {
|
|
|
|
display: none;
|
2013-01-15 15:41:37 -08:00
|
|
|
}
|
|
|
|
|
2012-08-14 14:23:55 -07:00
|
|
|
.phabricator-application-launch-icon {
|
|
|
|
position: absolute;
|
2015-07-20 13:48:35 -07:00
|
|
|
width: 38px;
|
2015-06-26 07:32:18 -07:00
|
|
|
height: 18px;
|
2015-07-20 13:48:35 -07:00
|
|
|
top: 6px;
|
|
|
|
left: 0;
|
2015-06-26 07:32:18 -07:00
|
|
|
font-size: 18px;
|
2015-01-26 08:19:22 -08:00
|
|
|
text-align: center;
|
|
|
|
vertical-align: bottom;
|
|
|
|
color: {$darkbluetext};
|
2015-05-31 07:56:54 -07:00
|
|
|
text-shadow: {$whitetextshadow};
|
2013-01-15 15:41:37 -08:00
|
|
|
}
|
|
|
|
|
2014-01-31 09:10:32 -08:00
|
|
|
.device-desktop a.phabricator-application-launch-container:hover {
|
2016-02-14 21:29:56 -08:00
|
|
|
background-color: rgba({$alphablack},.07);
|
2014-01-31 09:10:32 -08:00
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2015-06-28 18:02:44 -07:00
|
|
|
.device-desktop a.phabricator-application-launch-container:hover
|
|
|
|
.phabricator-application-launch-icon {
|
|
|
|
color: {$sky};
|
|
|
|
}
|
|
|
|
|
2012-08-02 14:07:21 -07:00
|
|
|
.phabricator-application-launch-name {
|
2013-01-15 15:41:22 -08:00
|
|
|
display: block;
|
2012-08-02 14:07:21 -07:00
|
|
|
font-weight: bold;
|
2014-05-24 21:56:45 -07:00
|
|
|
color: {$darkbluetext};
|
2015-06-26 09:33:03 -07:00
|
|
|
font-size: {$normalfontsize};
|
2015-06-28 18:02:44 -07:00
|
|
|
margin-left: 36px;
|
2015-05-07 16:34:29 -07:00
|
|
|
}
|
|
|
|
|
2014-05-24 21:56:45 -07:00
|
|
|
.phabricator-application-launch-description {
|
2015-05-07 16:34:29 -07:00
|
|
|
color: {$bluetext};
|
2015-06-26 09:33:03 -07:00
|
|
|
font-size: {$smallestfontsize};
|
2015-06-28 18:02:44 -07:00
|
|
|
margin-left: 36px;
|
2014-06-02 14:34:22 -07:00
|
|
|
text-overflow: ellipsis;
|
|
|
|
width: 150px;
|
|
|
|
overflow: hidden;
|
|
|
|
white-space: nowrap;
|
|
|
|
display: inline-block;
|
2015-06-28 18:02:44 -07:00
|
|
|
padding: 2px 0 0 0;
|
2013-01-15 15:41:37 -08:00
|
|
|
}
|
|
|
|
|
2013-01-19 10:12:44 -08:00
|
|
|
.phabricator-application-launch-attention {
|
2013-02-22 15:46:29 -08:00
|
|
|
position: absolute;
|
2014-06-09 07:53:13 -07:00
|
|
|
top: 8px;
|
2014-05-25 13:18:51 -07:00
|
|
|
right: 8px;
|
2014-05-24 21:56:45 -07:00
|
|
|
color: {$darkbluetext};
|
2013-02-22 15:46:29 -08:00
|
|
|
font-weight: bold;
|
2015-06-26 09:33:03 -07:00
|
|
|
font-size: {$smallerfontsize};
|
2013-02-22 15:46:29 -08: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 09:13:58 -07:00
|
|
|
color: {$fire};
|
2013-01-15 15:41:37 -08:00
|
|
|
}
|
2014-06-12 19:16:53 -07:00
|
|
|
|
|
|
|
a.phabricator-application-launch-phone-only {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.device-phone a.phabricator-application-launch-phone-only {
|
|
|
|
display: block;
|
|
|
|
}
|