added first pass ishans icons, removed old unnecessary icons

This commit is contained in:
Connor Turland 2014-08-15 18:27:40 -04:00
parent 6eca81487a
commit 987f3c3ab5
15 changed files with 23 additions and 33 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 445 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 588 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 370 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 372 B

BIN
app/assets/images/fork.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 461 B

BIN
app/assets/images/junto.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

BIN
app/assets/images/new.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 544 B

View file

@ -582,29 +582,19 @@ li.accountInvite span {
/* Save To New Map */ /* Save To New Map */
.sidebarFork { .sidebarFork {
width: 35px; width: 32px;
height: 35px; height: 32px;
} }
.sidebarForkIcon { .sidebarForkIcon {
position: absolute; position: absolute;
width: 35px; width: 32px;
height: 35px; height: 32px;
background: url('MMCCicon_save_new_map.png') no-repeat center center; background: url('fork.png') no-repeat center center;
background-size: 28px 28px; background-size: 32px 32px;
cursor: pointer; cursor: pointer;
} }
.sidebarForkIcon:hover {} .sidebarForkBox { .sidebarForkIcon:hover {}
position: absolute;
display: none;
height: auto;
width: 182px;
background: #000;
top: 35px;
right: -36px;
padding: 10px;
border: 1px solid black;
font-family: 'LatoLight', helvetica, sans-serif;
}
.sidebarFork .hoverForTip:hover .tip { .sidebarFork .hoverForTip:hover .tip {
display: block; display: block;
} }
@ -628,16 +618,16 @@ li.accountInvite span {
/* Filter */ /* Filter */
.sidebarFilter { .sidebarFilter {
width: 35px; width: 32px;
height: 35px; height: 32px;
} }
.sidebarFilterIcon { .sidebarFilterIcon {
position: absolute; position: absolute;
width: 35px; width: 32px;
height: 35px; height: 32px;
background: url('MMCCicon_filter2.png') no-repeat center center; background: url('filter.png') no-repeat center center;
background-size: 28px 28px; background-size: 32px 32px;
cursor: pointer; cursor: pointer;
} }
.sidebarFilterIcon:hover { .sidebarFilterIcon:hover {
@ -711,21 +701,21 @@ h3.filterBox {
/* collaborate */ /* collaborate */
.sidebarCollaborate { .sidebarCollaborate {
width: 35px; width: 32px;
height: 35px; height: 32px;
} }
.sidebarCollaborateIcon { .sidebarCollaborateIcon {
position: absolute; position: absolute;
width: 35px; width: 32px;
height: 35px; height: 32px;
background-image: url('MMCCicon_realtime_junto.png'); background-image: url('junto.png');
background-size: 36px 36px; background-size: 32px 32px;
background-position: center center; background-position: center center;
background-repeat: no-repeat; background-repeat: no-repeat;
cursor: pointer; cursor: pointer;
} }
.sidebarCollaborateIcon.blue { .sidebarCollaborateIcon.blue {
background-image: url('MMCCicon_realtime_blue.png'); background-image: url('junto.png');
} }
.sidebarCollaborateBox { .sidebarCollaborateBox {
display: none; display: none;
@ -1755,9 +1745,9 @@ div.mapInfoStat {
} }
.addMap { .addMap {
display: block; display: block;
width: 45px; width: 32px;
height: 32px; height: 32px;
background: #4fb5c0 url('MMCCicon_add_map.png') no-repeat center center; background: url('new.png') no-repeat center center;
background-size: 32px 32px; background-size: 32px 32px;
cursor: pointer; cursor: pointer;
border-radius: 2px; border-radius: 2px;