diff --git a/app/assets/images/MMCCicon_add_map.png b/app/assets/images/MMCCicon_add_map.png deleted file mode 100644 index ded32adc..00000000 Binary files a/app/assets/images/MMCCicon_add_map.png and /dev/null differ diff --git a/app/assets/images/MMCCicon_filter.png b/app/assets/images/MMCCicon_filter.png deleted file mode 100644 index afb23324..00000000 Binary files a/app/assets/images/MMCCicon_filter.png and /dev/null differ diff --git a/app/assets/images/MMCCicon_filter2.png b/app/assets/images/MMCCicon_filter2.png deleted file mode 100644 index 5b50ffdd..00000000 Binary files a/app/assets/images/MMCCicon_filter2.png and /dev/null differ diff --git a/app/assets/images/MMCCicon_realtime_blue.png b/app/assets/images/MMCCicon_realtime_blue.png deleted file mode 100644 index 98bd1982..00000000 Binary files a/app/assets/images/MMCCicon_realtime_blue.png and /dev/null differ diff --git a/app/assets/images/MMCCicon_realtime_junto.png b/app/assets/images/MMCCicon_realtime_junto.png deleted file mode 100644 index 587065b4..00000000 Binary files a/app/assets/images/MMCCicon_realtime_junto.png and /dev/null differ diff --git a/app/assets/images/MMCCicon_save_new_map.png b/app/assets/images/MMCCicon_save_new_map.png deleted file mode 100644 index ac6d5e95..00000000 Binary files a/app/assets/images/MMCCicon_save_new_map.png and /dev/null differ diff --git a/app/assets/images/MMCCicon_wand.png b/app/assets/images/MMCCicon_wand.png deleted file mode 100644 index 409d1948..00000000 Binary files a/app/assets/images/MMCCicon_wand.png and /dev/null differ diff --git a/app/assets/images/background2-for-repeating.jpg b/app/assets/images/background2-for-repeating.jpg deleted file mode 100644 index 946cfa6b..00000000 Binary files a/app/assets/images/background2-for-repeating.jpg and /dev/null differ diff --git a/app/assets/images/background2.jpg b/app/assets/images/background2.jpg deleted file mode 100644 index 9d9a3c7c..00000000 Binary files a/app/assets/images/background2.jpg and /dev/null differ diff --git a/app/assets/images/filter.png b/app/assets/images/filter.png new file mode 100644 index 00000000..645ad67a Binary files /dev/null and b/app/assets/images/filter.png differ diff --git a/app/assets/images/fork.png b/app/assets/images/fork.png new file mode 100755 index 00000000..3ddc3b6e Binary files /dev/null and b/app/assets/images/fork.png differ diff --git a/app/assets/images/junto.png b/app/assets/images/junto.png new file mode 100755 index 00000000..ea0e485b Binary files /dev/null and b/app/assets/images/junto.png differ diff --git a/app/assets/images/metacode-watermark.png b/app/assets/images/metacode-watermark.png deleted file mode 100644 index 2196e907..00000000 Binary files a/app/assets/images/metacode-watermark.png and /dev/null differ diff --git a/app/assets/images/new.png b/app/assets/images/new.png new file mode 100644 index 00000000..18b470a9 Binary files /dev/null and b/app/assets/images/new.png differ diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index 4b197620..03dbf2d4 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -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;