1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-05 07:54:24 +03:00

Добавлена кнопка "Черновики" во всплывающем окне

This commit is contained in:
Denis Shakhov 2012-04-15 06:53:24 +07:00
parent 571f4ec7aa
commit 5c1f0e2207
3 changed files with 6 additions and 1 deletions

View file

@ -45,7 +45,7 @@
/* Äîáàâëåíèå òîïèêà */
.modal.modal-write { width: 620px; margin-left: -300px; top: 50px; }
.modal.modal-write { width: 740px; margin-left: -370px; top: 50px; }
.modal.modal-write .modal-content { padding: 20px 10px 0; }
.modal.modal-write .write-list { }
.modal.modal-write .write-list li { width: 100px; margin: 0 10px 20px; text-align: center; overflow: hidden; display: inline-table; }
@ -58,6 +58,7 @@
.modal.modal-write .write-list li.write-item-type-link .write-item-image { background-position: -200px 0; }
.modal.modal-write .write-list li.write-item-type-photoset .write-item-image { background-position: -300px 0; }
.modal.modal-write .write-list li.write-item-type-blog .write-item-image { background-position: -400px 0; }
.modal.modal-write .write-list li.write-item-type-draft .write-item-image { background-position: -500px 0; }
/* Upload Image */

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.1 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB

View file

@ -27,6 +27,10 @@
<a href="{router page='blog'}add" class="write-item-image"></a>
<a href="{router page='blog'}add" class="write-item-link">Блог</a>
</li>
<li class="write-item-type-draft">
<a href="{router page='topic'}saved/" class="write-item-image"></a>
<a href="{router page='topic'}saved/" class="write-item-link">{$aLang.topic_menu_saved} (0)</a>
</li>
</ul>
</div>
{/strip}