1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 17:28:51 +02:00
phorge-phorge/webroot/rsrc/css/application/pholio/pholio-inline-comments.css
Lauri-Henrik Jalonen b180c3a009 Show editor
Summary: Show editor when user clicks edit button for inline comment.

Test Plan: Verified that editor is shown.

Reviewers: epriestley

CC: aran, Korvin

Maniphest Tasks: T2446

Differential Revision: https://secure.phabricator.com/D5030
2013-02-22 06:45:51 -08:00

36 lines
659 B
CSS

/**
* @provides pholio-inline-comments-css
*/
.pholio-inline-comment-dialog-title {
font-weight: bold;
color: #333333;
border-bottom: 1px solid #ccccaa;
padding-bottom: 2px;
margin-bottom: 6px;
}
.pholio-inline-comment-dialog-buttons {
padding: 2px 0px;
}
.pholio-inline-comment-dialog-buttons button {
float: right;
margin-left: 6px;
}
.pholio-inline-comment-dialog {
padding: 8px 18px 8px 12px;
}
.pholio-inline-comment-dialog-textarea {
width: 99%;
height: 12em;
}
.pholio-new-inline-comment {
position: absolute;
border: 1px solid #aa8;
background: #f9f9f1;
z-index: 100;
padding: 8px 18px 8px 12px;
}