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

Tweak maniphest css to make width of task transactions consistent with width of

task metadata panel.

Summary: see title.

Test Plan: it looks good!  also increased and decreased the font-size and
verified the width remained consistent.   did this on chrome and firefox on a
mac.

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, epriestley

Differential Revision: https://secure.phabricator.com/D1494
This commit is contained in:
Bob Trahan 2012-01-25 18:16:43 -08:00
parent 69562319be
commit 3e15d7b3df

View file

@ -7,11 +7,10 @@
}
.maniphest-transaction-detail-container {
margin: 1em 1em 1.25em;
background: 2px 2px no-repeat;
margin: 1em 2em 1.25em;
background: 0px 2px no-repeat;
min-height: 50px;
padding: 2px 2px;
border: 1px solid transparent;
padding: 2px 0px;
}
.maniphest-transaction-list-view .anchor-target {