1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-29 10:12:41 +01:00

Merge branch 'maniphestbutton'

This commit is contained in:
epriestley 2011-02-24 14:45:10 -08:00
commit c8b4b04847
2 changed files with 2 additions and 1 deletions

View file

@ -208,7 +208,7 @@ celerity_register_resource_map(array(
), ),
'maniphest-task-summary-css' => 'maniphest-task-summary-css' =>
array( array(
'uri' => '/res/10d5ec2e/rsrc/css/application/maniphest/task-summary.css', 'uri' => '/res/94d01e6f/rsrc/css/application/maniphest/task-summary.css',
'type' => 'css', 'type' => 'css',
'requires' => 'requires' =>
array( array(

View file

@ -39,6 +39,7 @@
.maniphest-task-summary td.maniphest-task-name { .maniphest-task-summary td.maniphest-task-name {
overflow: hidden; overflow: hidden;
font-weight: bold; font-weight: bold;
white-space: normal;
} }
.maniphest-task-summary td.maniphest-task-priority { .maniphest-task-summary td.maniphest-task-priority {