Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15481908
D12880.id30971.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
2 KB
Referenced Files
None
Subscribers
None
D12880.id30971.diff
View Options
diff --git a/resources/celerity/map.php b/resources/celerity/map.php
--- a/resources/celerity/map.php
+++ b/resources/celerity/map.php
@@ -7,7 +7,7 @@
*/
return array(
'names' => array(
- 'core.pkg.css' => 'ff3395d7',
+ 'core.pkg.css' => 'a6cf8066',
'core.pkg.js' => 'f3e08b38',
'darkconsole.pkg.js' => 'e7393ebb',
'differential.pkg.css' => 'bb338e4b',
@@ -45,7 +45,7 @@
'rsrc/css/application/config/config-welcome.css' => '6abd79be',
'rsrc/css/application/config/setup-issue.css' => '22270af2',
'rsrc/css/application/config/unhandled-exception.css' => '37d4f9a2',
- 'rsrc/css/application/conpherence/durable-column.css' => '27c64ba8',
+ 'rsrc/css/application/conpherence/durable-column.css' => 'd1e796f0',
'rsrc/css/application/conpherence/menu.css' => 'f9f1d143',
'rsrc/css/application/conpherence/message-pane.css' => '7cbf4cbb',
'rsrc/css/application/conpherence/notification.css' => '919974b6',
@@ -495,7 +495,7 @@
'conduit-api-css' => '7bc725c4',
'config-options-css' => '7fedf08b',
'config-welcome-css' => '6abd79be',
- 'conpherence-durable-column-view' => '27c64ba8',
+ 'conpherence-durable-column-view' => 'd1e796f0',
'conpherence-menu-css' => 'f9f1d143',
'conpherence-message-pane-css' => '7cbf4cbb',
'conpherence-notification-css' => '919974b6',
diff --git a/webroot/rsrc/css/application/conpherence/durable-column.css b/webroot/rsrc/css/application/conpherence/durable-column.css
--- a/webroot/rsrc/css/application/conpherence/durable-column.css
+++ b/webroot/rsrc/css/application/conpherence/durable-column.css
@@ -46,8 +46,7 @@
}
.with-durable-margin .conpherence-durable-column {
- right: 12px;
- box-shadow: 1px 0px 2px rgba(0, 0, 0, 0.10);
+ border-right: 12px solid {$lightgreybackground};
}
.conpherence-durable-column .loading-mask {
@@ -74,6 +73,11 @@
padding-right: 4px;
}
+.conpherence-durable-column-header {
+ border-left: 1px solid {$lightblueborder};
+ border-right: 1px solid {$lightblueborder};
+}
+
.conpherence-durable-column-header-text {
float: left;
padding: 13px 0 12px 12px;
@@ -84,11 +88,10 @@
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
- border-left: 1px solid {$lightblueborder};
}
.conpherence-durable-column-header-text .phui-icon-view {
- color: rgba(255, 255, 255, 0.8);
+ color: {$bluetext};
}
.conpherence-durable-column-icon-bar {
@@ -208,6 +211,7 @@
.conpherence-transaction-view.date-marker .date {
left: 0;
font-size: 12px;
+ top: -14px;
padding: 0 6px 0 0;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Apr 10, 12:27 AM (2 w, 14 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7707851
Default Alt Text
D12880.id30971.diff (2 KB)
Attached To
Mode
D12880: [Redesign] Durable Column touchups
Attached
Detach File
Event Timeline
Log In to Comment