Use new dashboard icons

The icons are taken from http://www.icojam.com/blog/?p=259
This commit is contained in:
Dmitriy Simushev 2014-12-22 15:44:57 +00:00
parent e66e0c1452
commit d7a5c1d9c1
33 changed files with 16 additions and 35 deletions

View File

@ -770,7 +770,7 @@ table.awaiting .no-visitors {
.dashboard-item:hover {
}
.dashboard-item a {
padding-top: 2px;
padding-top: 6px;
padding-bottom: 10px;
display: block;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 732 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 728 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 604 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@ -1,19 +0,0 @@
"34aL volume 3.1" icons set
Ammount of icons:
60
Colors:
Colored, grey
Icon Sizes:
24x24
File Types:
.ico (RGBA, 256 color, 16 color),
.tiff (RGBA)
.gif (indexed)
.bmp (RGB - 1 color background),
.png (RGBA)
Note: These icons are free for use.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@ -3,7 +3,7 @@
{{#if warnOffline}}
{{#unless isOnline}}
<li id="offline-warning">
<img src="{{asset "@CurrentStyle/images/dash/warn.gif"}}" alt="" width="24" height="24"/>
<img src="{{asset "@CurrentStyle/images/dash/warning.png"}}" alt="" width="24" height="24"/>
<p>{{{l10n "You are Offline.<br/><a href=\"{0}\">Connect...</a>" (route "users" nomenu="1")}}}</p>
</li>
{{/unless}}

View File

@ -22,7 +22,7 @@
<div id="dashboard">
<div class="dashboard-item">
<div class="dashboard-item-content">
<img src="{{asset "@CurrentStyle/images/dash/visitors.gif"}}" alt=""/>
<img src="{{asset "@CurrentStyle/images/dash/visitors.png"}}" alt=""/>
<a href="{{route "users"}}">
{{l10n "Visitors"}}
</a>
@ -32,7 +32,7 @@
<div class="dashboard-item">
<div class="dashboard-item-content">
<img src="{{asset "@CurrentStyle/images/dash/history.gif"}}" alt=""/>
<img src="{{asset "@CurrentStyle/images/dash/history.png"}}" alt=""/>
<a href="{{route "history"}}">
{{l10n "Chat history"}}
</a>
@ -43,7 +43,7 @@
{{#if showstat}}
<div class="dashboard-item">
<div class="dashboard-item-content">
<img src="{{asset "@CurrentStyle/images/dash/stat.gif"}}" alt=""/>
<img src="{{asset "@CurrentStyle/images/dash/statistics.png"}}" alt=""/>
<a href="{{route "statistics"}}">
{{l10n "Statistics"}}
</a>
@ -55,7 +55,7 @@
{{#if showban}}
<div class="dashboard-item">
<div class="dashboard-item-content">
<img src="{{asset "@CurrentStyle/images/dash/blocked.gif"}}" alt=""/>
<img src="{{asset "@CurrentStyle/images/dash/blocked.png"}}" alt=""/>
<a href="{{route "bans"}}">
{{l10n "Blocked visitors"}}
</a>
@ -66,7 +66,7 @@
<div class="dashboard-item">
<div class="dashboard-item-content">
<img src="{{asset "@CurrentStyle/images/dash/canned.gif"}}" alt=""/>
<img src="{{asset "@CurrentStyle/images/dash/canned.png"}}" alt=""/>
<a href="{{route "canned_messages"}}">
{{l10n "Canned Messages"}}
</a>
@ -77,7 +77,7 @@
{{#if showadmin}}
<div class="dashboard-item">
<div class="dashboard-item-content">
<img src="{{asset "@CurrentStyle/images/dash/getcode.gif"}}" alt=""/>
<img src="{{asset "@CurrentStyle/images/dash/wizard.png"}}" alt=""/>
<a href="{{route "button_code"}}">
{{l10n "Button code"}}
</a>
@ -87,7 +87,7 @@
<div class="dashboard-item">
<div class="dashboard-item-content">
<img src="{{asset "@CurrentStyle/images/dash/operators.gif"}}" alt=""/>
<img src="{{asset "@CurrentStyle/images/dash/operator.png"}}" alt=""/>
<a href="{{route "operators"}}">
{{l10n "Operators"}}
</a>
@ -97,7 +97,7 @@
<div class="dashboard-item">
<div class="dashboard-item-content">
<img src="{{asset "@CurrentStyle/images/dash/dep.gif"}}" alt=""/>
<img src="{{asset "@CurrentStyle/images/dash/group.png"}}" alt=""/>
<a href="{{route "groups"}}">
{{l10n "Groups"}}
</a>
@ -107,7 +107,7 @@
<div class="dashboard-item">
<div class="dashboard-item-content">
<img src="{{asset "@CurrentStyle/images/dash/settings.gif"}}" alt=""/>
<img src="{{asset "@CurrentStyle/images/dash/settings.png"}}" alt=""/>
<a href="{{route "settings_common"}}">
{{l10n "Settings"}}
</a>
@ -119,7 +119,7 @@
{{#if currentopid}}
<div class="dashboard-item">
<div class="dashboard-item-content">
<img src="{{asset "@CurrentStyle/images/dash/profile.gif"}}" alt=""/>
<img src="{{asset "@CurrentStyle/images/dash/profile.png"}}" alt=""/>
<a href="{{route "operator_edit" operator_id=currentopid}}">
{{l10n "Profile"}}
</a>
@ -131,7 +131,7 @@
{{#if localeLinks}}
<div class="dashboard-item">
<div class="dashboard-item-content">
<img src="{{asset "@CurrentStyle/images/dash/locale.gif"}}" alt=""/>
<img src="{{asset "@CurrentStyle/images/dash/locale.png"}}" alt=""/>
<a href="#" id="change-language">
{{l10n "Language"}}
</a>
@ -143,7 +143,7 @@
{{#if showadmin}}
<div class="dashboard-item">
<div class="dashboard-item-content">
<img src="{{asset "@CurrentStyle/images/dash/updates.gif"}}" alt=""/>
<img src="{{asset "@CurrentStyle/images/dash/updates.png"}}" alt=""/>
<a href="{{route "updates"}}">
{{l10n "Updates"}}
</a>
@ -154,7 +154,7 @@
<div class="dashboard-item">
<div class="dashboard-item-content">
<img src="{{asset "@CurrentStyle/images/dash/exit.gif"}}" alt=""/>
<img src="{{asset "@CurrentStyle/images/dash/exit.png"}}" alt=""/>
<a href="{{route "logout"}}">
{{l10n "Exit"}}
</a>
@ -167,7 +167,7 @@
{{#if localeLinks}}
<div id="dashboard-locales-popup">
<a href="#" id="dashboard-locales-popup-close"><img src="{{asset "@CurrentStyle/images/dash/close.gif"}}" alt="X"/></a>
<h2><img src="{{asset "@CurrentStyle/images/dash/locale.gif"}}" alt=""/><b>{{l10n "Choose your language"}}</b></h2>
<h2><img src="{{asset "@CurrentStyle/images/dash/locale.png"}}" alt=""/><b>{{l10n "Choose your language"}}</b></h2>
<ul class="locales">
{{#each localeLinks}}
<li{{#ifEqual currentLocale @key}} class="active"{{/ifEqual}}><a href="?locale={{@key}}">{{this}}</a></li>