diff options
| author | ryderr <r@okfoc.us> | 2014-10-02 13:42:22 -0400 |
|---|---|---|
| committer | ryderr <r@okfoc.us> | 2014-10-02 13:42:22 -0400 |
| commit | fe5ac8ac5921bcc47edd3cd7748414f5ecba0a9f (patch) | |
| tree | f0da9e309e993776705b5581035f9d20087e6029 /views/controls | |
| parent | d584725202624b2629a85dd209cebc701706ff4b (diff) | |
collaborators touchup
Diffstat (limited to 'views/controls')
| -rw-r--r-- | views/controls/editor/collaborators.ejs | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/views/controls/editor/collaborators.ejs b/views/controls/editor/collaborators.ejs index 69e5b64..b658bf6 100644 --- a/views/controls/editor/collaborators.ejs +++ b/views/controls/editor/collaborators.ejs @@ -1,7 +1,9 @@ <div class="collaborators fixed mediaDrawer animate"> <span class="close">X</span> - - <div> + + <div class="rap"> + <div class="holder"> + <div class="inner vvbox"> <h2>Collaborators</h2> <p> @@ -21,9 +23,9 @@ <ul id="collaborator-list"> </ul> - </div> - + </div> +</div> </div> <script type="text/html" id="collaborator-template"> |
