added first pass ishans icons, removed old unnecessary icons
Before Width: | Height: | Size: 3.6 KiB |
Before Width: | Height: | Size: 445 B |
Before Width: | Height: | Size: 5.8 KiB |
Before Width: | Height: | Size: 5.7 KiB |
Before Width: | Height: | Size: 5.2 KiB |
Before Width: | Height: | Size: 3.4 KiB |
Before Width: | Height: | Size: 588 B |
Before Width: | Height: | Size: 46 KiB |
Before Width: | Height: | Size: 370 KiB |
BIN
app/assets/images/filter.png
Normal file
After Width: | Height: | Size: 372 B |
BIN
app/assets/images/fork.png
Executable file
After Width: | Height: | Size: 461 B |
BIN
app/assets/images/junto.png
Executable file
After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 15 KiB |
BIN
app/assets/images/new.png
Normal file
After Width: | Height: | Size: 544 B |
|
@ -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;
|
||||||
|
|