1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 09:18:48 +02:00
phorge-phorge/webroot/rsrc/css/aphront/context-bar.css
Bob Trahan f3702a9f3b fix aphront context bar bottom margin -- don't need it
Summary: noticed when creating a task that the "you made a task - make another" ui element had a bottom margin element which seemed out of place in the re-design. killed the margin

Test Plan: looks good to me!

Reviewers: epriestley, chad

Reviewed By: epriestley

CC: aran, Korvin

Differential Revision: https://secure.phabricator.com/D4178
2012-12-13 10:46:53 -08:00

31 lines
462 B
CSS

/**
* @provides aphront-contextbar-view-css
*/
.aphront-contextbar-view {
background: #efefef;
padding: 6px 2em;
border-bottom: 1px solid #dfdfdf;
}
.aphront-contextbar-core {
}
.aphront-contextbar-content {
padding-top: 5px;
font-size: 13px;
color: #666666;
}
.aphront-contextbar-buttons {
float: right;
}
.aphront-contextbar-buttons label {
font-weight: bold;
color: #666666;
}
.aphront-contextbar-buttons a {
margin: 0 0 0 .5em;
}