* added icon for list add button

This commit is contained in:
Max Pozdeev 2010-01-29 17:21:46 +03:00
parent f7b41b560e
commit 453dc3c01a
4 changed files with 7 additions and 3 deletions

View file

@ -2,3 +2,7 @@ Image files (page_white_edit_bw.png, feed_bw.png) are based on icons from Silk I
and icons page_white_text.png, page_white_edit.png and calendar.png are part of Silk Icons set
by Mark James (http://www.famfamfam.com/lab/icons/silk/), licensed under the
Creative Commons Attribution 2.5 License (http://creativecommons.org/licenses/by/2.5/).
bullet_plus.png is based on "Silk Companion 1" icons set by Damien Guard
(http://damieng.com/creative/icons/silk-companion-1-icons), licensed under the
Creative Commons Attribution 2.5 License (http://creativecommons.org/licenses/by/2.5/).

Binary file not shown.

After

Width:  |  Height:  |  Size: 483 B

View file

@ -101,7 +101,7 @@ $().ready(function(){
<div id="lists">
<ul class="mtt-tabs <?php if(isset($_GET['singletab'])) echo "mtt-tabs-only-one"; ?>"></ul>
<div class="mtt-tabs-add-button" onClick="addList();return false;" title="<?php _e('list_new'); ?>"><span>+</span></div>
<div class="mtt-tabs-add-button" onClick="addList();return false;" title="<?php _e('list_new'); ?>"><span></span></div>
</div>
<div id="toolbar" class="mtt-htabs">

View file

@ -41,8 +41,8 @@ a { color:#0000ff; }
.mtt-tabs-add-button { float:left; margin-top:1px; padding:6px 2px 0px 2px; font-size:9pt; width:16px; border-left:1px solid #ededed; background:#fbfbfb url(images/tab_hover.gif) no-repeat top right; }
.mtt-tabs-add-button:hover { cursor:pointer; }
.mtt-tabs-add-button span { display:block; height:21px; text-align:center; font-weight:bold; color:#444444; }
.mtt-tabs-add-button:hover span {color: #888888; }
.mtt-tabs-add-button span { display:block; height:21px; background:url(images/bullet_plus.png) 0 0 no-repeat; }
.mtt-tabs-add-button:hover span { background-position:-16px 0; }
#page_tasks.readonly .mtt-tabs-add-button { display:none; }
#page_tasks.readonly #htab_search a.htab-toggle { color:#444; }