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 */
.sidebarFork {
width: 35px;
height: 35px;
width: 32px;
height: 32px;
}
.sidebarForkIcon {
position: absolute;
width: 35px;
height: 35px;
background: url('MMCCicon_save_new_map.png') no-repeat center center;
background-size: 28px 28px;
width: 32px;
height: 32px;
background: url('fork.png') no-repeat center center;
background-size: 32px 32px;
cursor: pointer;
}
.sidebarForkIcon:hover {} .sidebarForkBox {
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;
}
.sidebarForkIcon:hover {}
.sidebarFork .hoverForTip:hover .tip {
display: block;
}
@ -628,16 +618,16 @@ li.accountInvite span {
/* Filter */
.sidebarFilter {
width: 35px;
height: 35px;
width: 32px;
height: 32px;
}
.sidebarFilterIcon {
position: absolute;
width: 35px;
height: 35px;
background: url('MMCCicon_filter2.png') no-repeat center center;
background-size: 28px 28px;
width: 32px;
height: 32px;
background: url('filter.png') no-repeat center center;
background-size: 32px 32px;
cursor: pointer;
}
.sidebarFilterIcon:hover {
@ -711,21 +701,21 @@ h3.filterBox {
/* collaborate */
.sidebarCollaborate {
width: 35px;
height: 35px;
width: 32px;
height: 32px;
}
.sidebarCollaborateIcon {
position: absolute;
width: 35px;
height: 35px;
background-image: url('MMCCicon_realtime_junto.png');
background-size: 36px 36px;
width: 32px;
height: 32px;
background-image: url('junto.png');
background-size: 32px 32px;
background-position: center center;
background-repeat: no-repeat;
cursor: pointer;
}
.sidebarCollaborateIcon.blue {
background-image: url('MMCCicon_realtime_blue.png');
background-image: url('junto.png');
}
.sidebarCollaborateBox {
display: none;
@ -1755,9 +1745,9 @@ div.mapInfoStat {
}
.addMap {
display: block;
width: 45px;
width: 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;
cursor: pointer;
border-radius: 2px;