2012-08-15 19:45:06 +02:00
|
|
|
/**
|
2013-10-11 16:53:56 +02:00
|
|
|
* @provides phui-property-list-view-css
|
2012-08-15 19:45:06 +02:00
|
|
|
*/
|
|
|
|
|
2013-10-11 16:53:56 +02:00
|
|
|
.phui-property-list-view {
|
2013-09-29 00:55:38 +02:00
|
|
|
background-color: #fff;
|
2012-08-24 22:19:47 +02:00
|
|
|
}
|
2012-08-15 19:45:06 +02:00
|
|
|
|
2013-10-11 16:53:56 +02:00
|
|
|
.phui-property-list-view .keyboard-shortcuts-available {
|
2012-12-11 23:59:27 +01:00
|
|
|
float: right;
|
|
|
|
height: 16px;
|
|
|
|
margin: 12px 10px -28px 0px;
|
|
|
|
padding: 0px 20px 0px 0px;
|
|
|
|
vertical-align: middle;
|
2013-09-02 17:08:54 +02:00
|
|
|
color: {$greytext};
|
2012-12-11 23:59:27 +01:00
|
|
|
text-align: right;
|
|
|
|
font-size: 11px;
|
|
|
|
background:
|
|
|
|
url('/rsrc/image/icon/fatcow/key_question.png') right center no-repeat;
|
|
|
|
}
|
|
|
|
|
2013-10-06 20:12:00 +02:00
|
|
|
.device .keyboard-shortcuts-available {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2013-10-11 16:53:56 +02:00
|
|
|
.phui-property-list-section +
|
|
|
|
.phui-property-list-section {
|
|
|
|
border-color: {$thinblueborder};
|
2012-11-21 03:01:18 +01:00
|
|
|
border-style: solid;
|
2013-09-29 00:55:38 +02:00
|
|
|
border-width: 1px 0 0;
|
2012-08-15 19:45:06 +02:00
|
|
|
}
|
|
|
|
|
2013-10-11 16:53:56 +02:00
|
|
|
.device-desktop .phui-property-list-container {
|
2013-09-29 00:55:38 +02:00
|
|
|
padding: 12px 0 12px 0;
|
2013-10-06 20:12:00 +02:00
|
|
|
width: 100%;
|
2012-08-15 19:45:06 +02:00
|
|
|
}
|
|
|
|
|
2013-10-11 16:53:56 +02:00
|
|
|
.device .phui-property-list-container {
|
2013-09-29 00:55:38 +02:00
|
|
|
padding: 12px 0 4px 0;
|
2012-08-15 19:45:06 +02:00
|
|
|
}
|
|
|
|
|
2013-10-11 16:53:56 +02:00
|
|
|
.phui-property-list-key {
|
2013-09-04 20:50:57 +02:00
|
|
|
color: {$bluetext};
|
2012-08-15 19:45:06 +02:00
|
|
|
font-weight: bold;
|
2012-11-21 03:01:18 +01:00
|
|
|
overflow: hidden;
|
|
|
|
white-space: nowrap;
|
2012-08-15 19:45:06 +02:00
|
|
|
}
|
|
|
|
|
2013-10-11 16:53:56 +02:00
|
|
|
.device-desktop .phui-property-list-key {
|
2013-10-06 20:12:00 +02:00
|
|
|
width: 18%;
|
2012-08-15 19:45:06 +02:00
|
|
|
margin-left: 1%;
|
|
|
|
text-align: right;
|
|
|
|
float: left;
|
|
|
|
clear: left;
|
2013-09-03 16:00:06 +02:00
|
|
|
margin-bottom: 4px;
|
2012-08-15 19:45:06 +02:00
|
|
|
}
|
|
|
|
|
2013-10-11 16:53:56 +02:00
|
|
|
.device .phui-property-list-key {
|
2013-09-04 20:50:57 +02:00
|
|
|
padding-left: 8px;
|
2012-08-15 19:45:06 +02:00
|
|
|
}
|
|
|
|
|
2013-10-11 16:53:56 +02:00
|
|
|
.phui-property-list-value {
|
2013-09-03 16:00:06 +02:00
|
|
|
color: {$darkgreytext};
|
2012-11-21 03:01:18 +01:00
|
|
|
overflow: hidden;
|
2013-09-04 20:50:57 +02:00
|
|
|
line-height: 17px;
|
2012-08-15 19:45:06 +02:00
|
|
|
}
|
|
|
|
|
2013-10-11 16:53:56 +02:00
|
|
|
.device-desktop .phui-property-list-value {
|
2013-10-06 20:12:00 +02:00
|
|
|
width: 78%;
|
2012-08-15 19:45:06 +02:00
|
|
|
margin-left: 1%;
|
|
|
|
float: left;
|
2013-09-04 20:50:57 +02:00
|
|
|
margin-bottom: 4px;
|
2012-08-15 19:45:06 +02:00
|
|
|
}
|
|
|
|
|
2013-10-11 16:53:56 +02:00
|
|
|
.device .phui-property-list-value {
|
2013-09-03 16:00:06 +02:00
|
|
|
padding-left: 16px;
|
|
|
|
margin-bottom: 8px;
|
2012-08-15 19:45:06 +02:00
|
|
|
}
|
2012-10-15 23:50:53 +02:00
|
|
|
|
2013-10-11 16:53:56 +02:00
|
|
|
.phui-property-list-section-header {
|
2013-09-29 00:55:38 +02:00
|
|
|
color: {$bluetext};
|
2013-09-03 16:00:06 +02:00
|
|
|
padding: 12px 16px 0px;
|
|
|
|
text-transform: uppercase;
|
|
|
|
font-weight: 700;
|
2012-10-15 23:50:53 +02:00
|
|
|
}
|
|
|
|
|
2013-10-11 16:53:56 +02:00
|
|
|
.device .phui-property-list-section-header {
|
|
|
|
padding-left: 8px;
|
2013-09-29 00:55:38 +02:00
|
|
|
}
|
|
|
|
|
2013-10-11 16:53:56 +02:00
|
|
|
.phui-property-list-text-content {
|
2013-09-03 16:00:06 +02:00
|
|
|
padding: 12px 16px;
|
2013-09-29 00:55:38 +02:00
|
|
|
background: #fff;
|
2013-07-29 04:28:00 +02:00
|
|
|
overflow: hidden;
|
2013-10-11 16:53:56 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.device .phui-property-list-text-content {
|
|
|
|
padding: 8px;
|
2012-10-15 23:50:53 +02:00
|
|
|
}
|
2012-10-16 18:44:43 +02:00
|
|
|
|
|
|
|
/* In the common case where we immediately follow a header, move back up 30px
|
|
|
|
so we snuggle next to the header. */
|
2013-09-17 18:12:37 +02:00
|
|
|
.device-desktop .phui-header-view
|
2012-10-16 18:44:43 +02:00
|
|
|
+ .phabricator-action-list-view {
|
|
|
|
margin-top: -30px;
|
|
|
|
}
|
|
|
|
|
2013-09-17 18:12:37 +02:00
|
|
|
.device-desktop .phui-header-view
|
2012-10-16 18:44:43 +02:00
|
|
|
+ .phabricator-action-list-view
|
2013-10-11 16:53:56 +02:00
|
|
|
+ .phui-property-list-view {
|
2012-10-16 18:44:43 +02:00
|
|
|
margin-top: 0px;
|
|
|
|
}
|
2012-12-17 01:33:24 +01:00
|
|
|
|
|
|
|
|
2013-10-11 16:53:56 +02:00
|
|
|
.phui-property-list-image {
|
2012-12-17 01:33:24 +01:00
|
|
|
margin: auto;
|
|
|
|
max-width: 95%;
|
|
|
|
}
|
2013-09-08 18:16:55 +02:00
|
|
|
|
2013-10-11 16:53:56 +02:00
|
|
|
.phui-property-list-audio {
|
2013-09-27 19:51:25 +02:00
|
|
|
display: block;
|
|
|
|
margin: 16px auto;
|
|
|
|
width: 50%;
|
2013-09-27 20:06:00 +02:00
|
|
|
min-width: 240px;
|
2013-09-27 19:51:25 +02:00
|
|
|
}
|
|
|
|
|
2013-09-08 18:16:55 +02:00
|
|
|
/* When tags appear in property lists, give them a little more vertical
|
|
|
|
spacing. */
|
2013-10-11 16:53:56 +02:00
|
|
|
.phui-property-list-view .phabricator-tag-view {
|
2013-09-08 18:16:55 +02:00
|
|
|
margin: 2px 0;
|
|
|
|
}
|
2013-10-06 20:12:00 +02:00
|
|
|
|
2013-10-11 16:53:56 +02:00
|
|
|
.phui-property-list-properties-wrap {
|
2013-10-06 20:12:00 +02:00
|
|
|
float: left;
|
|
|
|
width: 78%;
|
|
|
|
}
|
|
|
|
|
2013-10-11 16:53:56 +02:00
|
|
|
.device .phui-property-list-properties-wrap {
|
2013-10-06 20:12:00 +02:00
|
|
|
width: auto;
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
2013-10-11 16:53:56 +02:00
|
|
|
.phui-property-list-actions {
|
2013-10-06 20:12:00 +02:00
|
|
|
width: 20%;
|
|
|
|
float: right;
|
|
|
|
margin-right: 12px;
|
|
|
|
border-left: 1px solid {$thinblueborder};
|
|
|
|
}
|
|
|
|
|
2013-10-11 16:53:56 +02:00
|
|
|
.device .phui-property-list-actions {
|
2013-10-06 20:12:00 +02:00
|
|
|
float: none;
|
|
|
|
width: auto;
|
|
|
|
margin: -12px 0 12px 0;
|
|
|
|
}
|
2013-10-14 20:40:19 +02:00
|
|
|
|
|
|
|
.phui-property-list-image-content img {
|
|
|
|
margin: 20px auto;
|
|
|
|
background: url('/rsrc/image/checker_light.png');
|
|
|
|
border: 1px solid {$lightblueborder};
|
|
|
|
}
|
|
|
|
|
|
|
|
.device-desktop .phui-property-list-image-content img:hover {
|
|
|
|
background: url('/rsrc/image/checker_dark.png');
|
|
|
|
}
|