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
epriestley 7a5ec015d9 Split "Create Another Task" button into "Similar Task" and "Empty Task"
Summary: Looping on this interface is pretty useful but you don't always want to
keep the projects/owners.

Test Plan: Clicked both buttons.

Reviewers: btrahan

Reviewed By: btrahan

CC: anjali, aran, epriestley

Differential Revision: https://secure.phabricator.com/D1593
2012-02-08 09:44:22 -08:00

32 lines
484 B
CSS

/**
* @provides aphront-contextbar-view-css
*/
.aphront-contextbar-view {
background: #efefef;
margin-bottom: 6px;
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;
}