2015-08-10 23:55:43 +02:00
|
|
|
/**
|
|
|
|
* @provides phui-two-column-view-css
|
|
|
|
*/
|
|
|
|
|
2016-02-26 23:34:51 +01:00
|
|
|
.phui-two-column-view .phui-two-column-header {
|
2016-02-23 16:23:58 +01:00
|
|
|
background-color: #fff;
|
2016-02-26 23:34:51 +01:00
|
|
|
border-bottom: 1px solid rgba({$alphagrey}, .12);
|
|
|
|
margin-bottom: 24px;
|
2016-02-23 16:23:58 +01:00
|
|
|
}
|
|
|
|
|
2016-03-05 00:44:24 +01:00
|
|
|
.device .phui-two-column-view .phui-two-column-header {
|
|
|
|
margin-bottom: 12px;
|
|
|
|
}
|
|
|
|
|
2016-02-26 23:34:51 +01:00
|
|
|
.phui-two-column-view.with-subheader .phui-two-column-header {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-two-column-header .phui-header-header {
|
|
|
|
font-size: 20px;
|
|
|
|
font-family: 'Aleo', {$fontfamily};
|
|
|
|
color: #000;
|
|
|
|
}
|
|
|
|
|
|
|
|
.device-phone .phui-two-column-header .phui-header-header {
|
2016-10-20 00:01:41 +02:00
|
|
|
font-size: 16px;
|
2016-02-23 16:23:58 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.phui-two-column-view .phui-two-column-header .phui-header-shell {
|
2016-02-26 23:34:51 +01:00
|
|
|
padding: 24px 32px 28px;
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-two-column-view .phui-two-column-header
|
|
|
|
.phui-profile-header.phui-header-shell {
|
|
|
|
padding-bottom: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.device .phui-two-column-view .phui-two-column-header .phui-header-shell {
|
|
|
|
padding: 12px 12px 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-two-column-header .phui-header-subheader {
|
|
|
|
margin-top: 12px;
|
2016-02-23 16:23:58 +01:00
|
|
|
}
|
|
|
|
|
2016-02-26 23:34:51 +01:00
|
|
|
.phui-two-column-subheader {
|
|
|
|
padding: 12px 32px;
|
2016-02-23 16:23:58 +01:00
|
|
|
}
|
|
|
|
|
2016-02-26 23:34:51 +01:00
|
|
|
.device .phui-two-column-subheader {
|
|
|
|
padding: 12px 16px;
|
2016-02-23 16:23:58 +01:00
|
|
|
}
|
|
|
|
|
2016-02-26 23:34:51 +01:00
|
|
|
.device-desktop .phui-two-column-content {
|
|
|
|
padding: 0 32px;
|
2015-08-10 23:55:43 +02:00
|
|
|
}
|
|
|
|
|
2016-02-26 23:34:51 +01:00
|
|
|
.device .phui-two-column-content {
|
|
|
|
padding: 0 12px;
|
2015-08-10 23:55:43 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.device-desktop .phui-two-column-view .phui-main-column {
|
2016-02-26 23:34:51 +01:00
|
|
|
float: left;
|
|
|
|
width: calc(100% - 320px);
|
2015-08-10 23:55:43 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.device-desktop .phui-two-column-view .phui-side-column {
|
2016-02-26 23:34:51 +01:00
|
|
|
float: right;
|
|
|
|
width: 300px;
|
|
|
|
}
|
|
|
|
|
2016-04-09 00:00:38 +02:00
|
|
|
.device-desktop .phui-two-column-view.phui-side-column-left .phui-main-column {
|
|
|
|
float: right;
|
|
|
|
width: calc(100% - 280px);
|
|
|
|
}
|
|
|
|
|
|
|
|
.device-desktop .phui-two-column-view.phui-side-column-left .phui-side-column {
|
|
|
|
float: left;
|
|
|
|
width: 260px;
|
|
|
|
}
|
|
|
|
|
2016-02-26 23:34:51 +01:00
|
|
|
.device .phui-side-column {
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-two-column-view .phui-two-column-content
|
|
|
|
.phui-object-box {
|
|
|
|
margin: 0 0 20px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Timeline */
|
|
|
|
|
|
|
|
.phui-two-column-view .phui-timeline-view {
|
|
|
|
padding: 0;
|
2016-03-09 02:50:01 +01:00
|
|
|
background-position: 80px;
|
2016-02-26 23:34:51 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.phui-two-column-view .phui-main-column .phui-object-box + .phui-timeline-view {
|
|
|
|
margin-top: -20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.device .phui-two-column-view .phui-timeline-view {
|
|
|
|
background-position: 16px;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.device-phone .phui-two-column-view .phui-timeline-event-view {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2016-03-05 03:34:37 +01:00
|
|
|
.phui-main-column > .phui-timeline-view:first-child {
|
2016-03-05 00:44:24 +01:00
|
|
|
border-top: 1px solid {$thinblueborder};
|
|
|
|
}
|
|
|
|
|
2016-03-09 02:50:01 +01:00
|
|
|
.device-phone .phui-main-column .phui-timeline-older-transactions-are-hidden {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2016-02-26 23:34:51 +01:00
|
|
|
/* Main Column Properties */
|
|
|
|
|
|
|
|
.device-desktop .phui-main-column .phui-property-list-key {
|
|
|
|
margin-left: 0;
|
2016-03-17 20:01:22 +01:00
|
|
|
width: 160px;
|
2016-02-26 23:34:51 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.device-desktop .phui-main-column .phui-property-list-value {
|
|
|
|
margin-left: 8px;
|
2016-03-17 20:01:22 +01:00
|
|
|
width: calc(100% - 200px);
|
2016-02-26 23:34:51 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* Property / Action List */
|
|
|
|
|
|
|
|
.phui-two-column-properties .phabricator-action-list-view {
|
|
|
|
padding-top: 4px;
|
2016-03-02 17:45:53 +01:00
|
|
|
padding-bottom: 12px;
|
2016-02-26 23:34:51 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.device-desktop .phui-two-column-view .phui-property-list-container {
|
2016-03-17 20:01:22 +01:00
|
|
|
padding: 16px 0;
|
2016-02-26 23:34:51 +01:00
|
|
|
}
|
|
|
|
|
2016-03-18 20:01:15 +01:00
|
|
|
.device-desktop .phui-two-column-view
|
|
|
|
.phui-property-list-properties-wrap.phui-property-list-stacked {
|
|
|
|
padding: 0 16px;
|
|
|
|
}
|
|
|
|
|
2016-02-26 23:34:51 +01:00
|
|
|
.device .phui-two-column-view .phui-property-list-container {
|
|
|
|
padding: 12px 8px;
|
|
|
|
}
|
|
|
|
|
2016-03-17 20:01:22 +01:00
|
|
|
.phui-two-column-view .phui-property-list-container
|
|
|
|
.keyboard-shortcuts-available {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2016-02-26 23:34:51 +01:00
|
|
|
.device .phui-two-column-content .phui-two-column-properties.phui-object-box {
|
|
|
|
padding: 0 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-two-column-view .phui-property-list-section-header,
|
|
|
|
.phui-two-column-view .phui-property-list-text-content {
|
|
|
|
margin: 0 16px;
|
2015-08-10 23:55:43 +02:00
|
|
|
}
|
2015-08-17 02:50:11 +02:00
|
|
|
|
2016-02-26 23:34:51 +01:00
|
|
|
.device .phui-two-column-view .phui-property-list-section-header,
|
|
|
|
.device .phui-two-column-view .phui-property-list-text-content {
|
|
|
|
margin: 0 8px;
|
2015-08-17 02:50:11 +02:00
|
|
|
}
|
2016-03-02 17:45:53 +01:00
|
|
|
|
|
|
|
/* Info View */
|
|
|
|
|
2016-03-28 18:05:22 +02:00
|
|
|
.phui-two-column-view .phui-info-view {
|
2016-03-02 17:45:53 +01:00
|
|
|
margin: 0 0 20px 0;
|
2016-03-02 20:05:26 +01:00
|
|
|
padding: 16px;
|
|
|
|
}
|
|
|
|
|
2016-07-26 21:49:12 +02:00
|
|
|
.device .phui-two-column-view .phui-info-view {
|
|
|
|
margin: 0 0 20px 0;
|
|
|
|
padding: 12px;
|
|
|
|
}
|
|
|
|
|
2017-01-17 21:04:28 +01:00
|
|
|
.phui-two-column-view .phui-oi-empty .phui-info-view {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2016-12-14 20:35:51 +01:00
|
|
|
.phui-two-column-view .phui-side-column .phui-oi-empty
|
2016-06-01 22:19:21 +02:00
|
|
|
.phui-info-view {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
2016-03-23 19:03:30 +01:00
|
|
|
|
|
|
|
.phui-two-column-view .phui-box-blue-property
|
|
|
|
.phui-header-shell + .phui-info-view {
|
|
|
|
margin: 16px;
|
|
|
|
}
|
2016-04-09 00:00:38 +02:00
|
|
|
|
2016-07-26 21:32:56 +02:00
|
|
|
.device .phui-two-column-view .phui-box-blue-property
|
|
|
|
.phui-header-shell + .phui-info-view {
|
|
|
|
margin: 8px;
|
|
|
|
}
|
|
|
|
|
2016-04-09 00:00:38 +02:00
|
|
|
/* Navigation */
|
|
|
|
|
|
|
|
.phui-two-column-view .side-has-nav .phabricator-nav-local {
|
|
|
|
width: auto;
|
|
|
|
position: static;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.device .phui-two-column-view .side-has-nav {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Document View */
|
|
|
|
|
|
|
|
.phui-two-column-view .phui-two-column-content .phui-document-fluid
|
|
|
|
.phui-document-view {
|
|
|
|
margin: 0 0 20px 0;
|
|
|
|
}
|