merge shai's changes
This commit is contained in:
commit
3a7501cc7a
4 changed files with 143 additions and 133 deletions
|
@ -210,6 +210,9 @@ Metamaps.GlobalUI.CreateMap = {
|
|||
self.newMap.set('permission', $(this).attr('data-permission'));
|
||||
$(this).siblings('.permIcon').find('.mapPermIcon').removeClass('selected');
|
||||
$(this).find('.mapPermIcon').addClass('selected');
|
||||
|
||||
var permText = $(this).find('.tip').html();
|
||||
$(this).parents('.new_map').find('.permText').html(permText);
|
||||
},
|
||||
submit: function (event) {
|
||||
event.preventDefault();
|
||||
|
|
|
@ -898,15 +898,6 @@ float: left;
|
|||
.rightclickmenu .rc-permission:hover ul, .rightclickmenu .rc-metacode:hover ul {
|
||||
display: block;
|
||||
}
|
||||
.rightclickmenu .rc-permission .toCommons {
|
||||
background-image: url(CO64.png);
|
||||
}
|
||||
.rightclickmenu .rc-permission .toPublic {
|
||||
background-image: url(PU64.png);
|
||||
}
|
||||
.rightclickmenu .rc-permission .toPrivate {
|
||||
background-image: url(PR64.png);
|
||||
}
|
||||
.rightclickmenu p {
|
||||
padding: 7px;
|
||||
}
|
||||
|
@ -937,15 +928,6 @@ float: left;
|
|||
background-position: center center;
|
||||
background-size: 16px 16px;
|
||||
}
|
||||
#new_topic .topicPermission.commons {
|
||||
background-image: url(CO64.png);
|
||||
}
|
||||
#new_topic .topicPermission.public {
|
||||
background-image: url(PU64.png);
|
||||
}
|
||||
#new_topic .topicPermission.private {
|
||||
background-image: url(PR64.png);
|
||||
}
|
||||
#new_topic .topicOriginatorIcon {
|
||||
position: relative;
|
||||
width: 20px;
|
||||
|
@ -1008,15 +990,6 @@ float: left;
|
|||
background-position: center center;
|
||||
background-size: 16px 16px;
|
||||
}
|
||||
#new_synapse .synapsePermission.commons {
|
||||
background-image: url(CO64.png);
|
||||
}
|
||||
#new_synapse .synapsePermission.public {
|
||||
background-image: url(PU64.png);
|
||||
}
|
||||
#new_synapse .synapsePermission.private {
|
||||
background-image: url(PR64.png);
|
||||
}
|
||||
#new_synapse .synapseOriginatorIcon {
|
||||
position: relative;
|
||||
width: 20px;
|
||||
|
@ -1289,7 +1262,7 @@ float: left;
|
|||
padding: 0 0 0 0;
|
||||
}
|
||||
.lightboxContent h3.forCreateMap {
|
||||
text-align: center;
|
||||
text-align: left;
|
||||
}
|
||||
#svi {
|
||||
padding-top: 56px;
|
||||
|
@ -1373,6 +1346,28 @@ float: left;
|
|||
background-position-x: -128px;
|
||||
}
|
||||
|
||||
|
||||
.permIcon .mapCrePermIcon {
|
||||
background-image: url(permissions64sprite.png);
|
||||
background-repeat: no-repeat;
|
||||
width:64px;
|
||||
height:64px;
|
||||
margin:10px auto;
|
||||
background-position: 0 0;
|
||||
}
|
||||
.mapCrePermIcon:hover {
|
||||
background-position-y: -64px;
|
||||
}
|
||||
#map_CO {
|
||||
background-position-x: 0;
|
||||
}
|
||||
#map_PU {
|
||||
background-position-x: -64px;
|
||||
}
|
||||
#map_PR {
|
||||
background-position-x: -128px;
|
||||
}
|
||||
|
||||
/* jquery ui tabs */
|
||||
|
||||
.ui-tabs-hide {
|
||||
|
@ -1504,17 +1499,22 @@ float: left;
|
|||
}
|
||||
.new_map .inputGroup {
|
||||
margin: 15px 0 5px;
|
||||
position: relative;
|
||||
}
|
||||
.new_map label {
|
||||
float: left;
|
||||
width: 100px;
|
||||
text-align: right;
|
||||
text-align: left;
|
||||
margin-right: 15px;
|
||||
font-size: 18px;
|
||||
color: #424242;
|
||||
font-family: 'din-regular', helvetica, sans-serif;
|
||||
}
|
||||
.new_map input[type="text"] {
|
||||
width: 336px;
|
||||
font-family: 'din-medium', helvetica, sans-serif;
|
||||
width: 400px;
|
||||
height: 32px;
|
||||
font-size: 15px;
|
||||
font-size: 14px;
|
||||
direction: ltr;
|
||||
-webkit-appearance: none;
|
||||
appearance: none;
|
||||
|
@ -1529,9 +1529,8 @@ float: left;
|
|||
box-sizing: border-box;
|
||||
-webkit-border-radius: 1px;
|
||||
-moz-border-radius: 1px;
|
||||
border-radius: 1px;
|
||||
font: -webkit-small-control;
|
||||
color: initial;
|
||||
border-radius: 2px;
|
||||
color: #424242;
|
||||
letter-spacing: normal;
|
||||
word-spacing: normal;
|
||||
text-transform: none;
|
||||
|
@ -1539,7 +1538,7 @@ float: left;
|
|||
text-shadow: none;
|
||||
display: inline-block;
|
||||
text-align: start;
|
||||
font-family: arial;
|
||||
float: right;
|
||||
}
|
||||
.new_map input[type="text"]:hover,
|
||||
.new_map textarea:hover {
|
||||
|
@ -1550,93 +1549,100 @@ float: left;
|
|||
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
.new_map textarea {
|
||||
color: #424242;
|
||||
padding: 8px;
|
||||
border: 1px solid #d9d9d9;
|
||||
border-top: 1px solid #c0c0c0;
|
||||
resize: none;
|
||||
font: -webkit-small-control;
|
||||
letter-spacing: normal;
|
||||
word-spacing: normal;
|
||||
text-transform: none;
|
||||
text-indent: 0px;
|
||||
text-shadow: none;
|
||||
text-align: start;
|
||||
font-family: arial;
|
||||
font-size: 15px;
|
||||
font-family: 'din-medium', helvetica, sans-serif;
|
||||
font-size: 14px;
|
||||
line-height: 17px;
|
||||
width: 318px;
|
||||
width: 400px;
|
||||
box-sizing: border-box;
|
||||
float: right;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
.permHelper {
|
||||
position: absolute;
|
||||
width: 128px;
|
||||
top: 36px;
|
||||
color: #424242;
|
||||
font-family: 'din-regular', helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.permIconWrapper {
|
||||
width: 276px;
|
||||
padding: 0 62px;
|
||||
float: right;
|
||||
}
|
||||
.new_map .permIcon {
|
||||
float: left;
|
||||
width: 92px;
|
||||
height: 85px;
|
||||
height: 102px;
|
||||
position: relative;
|
||||
}
|
||||
.new_map .mapPermIcon {
|
||||
width: 60px;
|
||||
background-image: url(permissions64sprite.png);
|
||||
background-repeat: no-repeat;
|
||||
width:64px;
|
||||
height:64px;
|
||||
margin:10px auto 0;
|
||||
background-position: 0 0;
|
||||
/* width: 60px;
|
||||
height: 60px;
|
||||
background-size: 48px 48px;
|
||||
background-position: center center;
|
||||
background-repeat: no-repeat;
|
||||
margin: 0 auto;
|
||||
cursor: pointer;
|
||||
cursor: pointer;*/
|
||||
}
|
||||
.new_map .mapCommonsIcon {
|
||||
background-image: url(CO64.png);
|
||||
.mapPermIcon:hover, .mapPermIcon.selected {
|
||||
background-position-y: -64px;
|
||||
}
|
||||
.new_map .mapPublicIcon {
|
||||
background-image: url(PU64.png);
|
||||
#newmap_co {
|
||||
background-position-x: 0;
|
||||
}
|
||||
.new_map .mapPrivateIcon {
|
||||
background-image: url(PR64.png);
|
||||
#newmap_pu {
|
||||
background-position-x: -64px;
|
||||
}
|
||||
.new_map .mapCommonsIcon.selected,
|
||||
.new_map .mapCommonsIcon:hover {
|
||||
background-image: url(CO64b.png);
|
||||
}
|
||||
.new_map .mapPublicIcon.selected,
|
||||
.new_map .mapPublicIcon:hover {
|
||||
background-image: url(PU64b.png);
|
||||
}
|
||||
.new_map .mapPrivateIcon.selected,
|
||||
.new_map .mapPrivateIcon:hover {
|
||||
background-image: url(PR64b.png);
|
||||
#newmap_pr {
|
||||
background-position-x: -128px;
|
||||
}
|
||||
|
||||
|
||||
.new_map .permIcon h4 {
|
||||
font-style: italic;
|
||||
font-family: 'Vinyl';
|
||||
text-transform: uppercase;
|
||||
font-size: 18px;
|
||||
line-height: 20px;
|
||||
color: black;
|
||||
color: #424242 ;
|
||||
text-align: center;
|
||||
}
|
||||
.new_map .tip {
|
||||
display: none;
|
||||
position: absolute;
|
||||
background: black;
|
||||
width: 150px;
|
||||
top: 85px;
|
||||
left: -29px;
|
||||
color: white;
|
||||
border-radius: 4px;
|
||||
font-size: 15px !important;
|
||||
line-height: 17px;
|
||||
padding: 3px 5px 2px;
|
||||
z-index: 100;
|
||||
text-align: center;
|
||||
}
|
||||
.new_map .hoverForTip:hover .tip {
|
||||
display: block;
|
||||
}
|
||||
.permText {
|
||||
width: 360px;
|
||||
margin: 0 auto;
|
||||
margin: 16px 20px 0;
|
||||
text-align: center;
|
||||
float: right;
|
||||
color: #424242;
|
||||
font-family: 'din-regular', helvetica, sans-serif;
|
||||
font-size: 14px;
|
||||
}
|
||||
.buttonWrapper {
|
||||
margin: 10px 0 0 131px;
|
||||
width: 254px;
|
||||
width: 274px;
|
||||
float:right;
|
||||
margin: 16px 0 0 0;
|
||||
}
|
||||
.onConsole .new_map button.cancel {
|
||||
margin-right: 20px;
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
#%>
|
||||
<div class="onConsole">
|
||||
<%= form_for Map.new, url: maps_url, remote: true, html: { class: "new_map", id: "new_map" } do |form|%>
|
||||
<h3 class="forCreateMap">Create A New Map</h3>
|
||||
<h3 class="forCreateMap">Create New Map</h3>
|
||||
|
||||
<div class="inputGroup">
|
||||
<label for="map_name">Name: </label>
|
||||
|
@ -19,43 +19,43 @@
|
|||
</div>
|
||||
|
||||
<div class="inputGroup">
|
||||
<label for="map_permission">Permission: </label>
|
||||
|
||||
<div class="permIcon" data-permission="commons">
|
||||
<div class="mapCommonsIcon mapPermIcon selected hoverForTip">
|
||||
<div class="tip">
|
||||
Collaborate with other mappers on editing this map. Those without accounts can view this map.
|
||||
<label for="map_permission">Permission*: </label>
|
||||
<p class="permHelper">*new topics and synapses take on the same permission as the map they are created on</p>
|
||||
<div class="permIconWrapper">
|
||||
<div class="permIcon" data-permission="commons">
|
||||
<div id="newmap_co" class="mapCommonsIcon mapPermIcon selected">
|
||||
<div class="tip">
|
||||
Collaborate with other mappers on editing this map. Those without accounts can view this map.
|
||||
</div>
|
||||
</div>
|
||||
<h4>COMMONS</h4>
|
||||
</div>
|
||||
</div>
|
||||
<h4>COMMONS</h4>
|
||||
</div>
|
||||
<div class="permIcon" data-permission="public">
|
||||
<div class="mapPublicIcon mapPermIcon hoverForTip">
|
||||
<div class="tip">
|
||||
Anyone, with or without an account, can view this map but not edit anything.
|
||||
<div class="permIcon" data-permission="public">
|
||||
<div id="newmap_pu" class="mapPublicIcon mapPermIcon">
|
||||
<div class="tip">
|
||||
Anyone, with or without an account, can view this map but not edit anything.
|
||||
</div>
|
||||
</div>
|
||||
<h4>PUBLIC</h4>
|
||||
</div>
|
||||
</div>
|
||||
<h4>PUBLIC</h4>
|
||||
</div>
|
||||
<div class="permIcon" data-permission="private">
|
||||
<div class="mapPrivateIcon mapPermIcon hoverForTip">
|
||||
<div class="tip">
|
||||
Only you can view or edit this map.
|
||||
<div class="permIcon" data-permission="private">
|
||||
<div id="newmap_pr" class="mapPrivateIcon mapPermIcon">
|
||||
<div class="tip">
|
||||
Only you can view or edit this map.
|
||||
</div>
|
||||
</div>
|
||||
<h4>PRIVATE</h4>
|
||||
</div>
|
||||
</div>
|
||||
<h4>PRIVATE</h4>
|
||||
<div class="clearfloat"></div>
|
||||
</div>
|
||||
|
||||
<p class="permText">Collaborate with other mappers on editing this map. Those without accounts can view this map.</p>
|
||||
<div class="clearfloat"></div>
|
||||
</div>
|
||||
|
||||
<p class="permText">*new topics and synapses take on the same permission as the map they are created on</p>
|
||||
|
||||
<div class="buttonWrapper">
|
||||
<button class="button cancel">Cancel</button>
|
||||
<button class="button submitMap">Create!</button>
|
||||
</div>
|
||||
|
||||
<div class="clearfloat"></div>
|
||||
<% end %>
|
||||
</div>
|
||||
|
|
|
@ -24,38 +24,39 @@
|
|||
</div>
|
||||
|
||||
<div class="inputGroup">
|
||||
<label for="map_permission">Permission: </label>
|
||||
|
||||
<div class="permIcon" data-permission="commons">
|
||||
<div class="mapCommonsIcon mapPermIcon selected hoverForTip">
|
||||
<div class="tip">
|
||||
Collaborate with other mappers on editing this map. Those without accounts can view this map.
|
||||
<label for="map_permission">Permission*: </label>
|
||||
<p class="permHelper">*new topics and synapses take on the same permission as the map they are created on</p>
|
||||
<div class="permIconWrapper">
|
||||
<div class="permIcon" data-permission="commons">
|
||||
<div id="newmap_co" class="mapCommonsIcon mapPermIcon selected">
|
||||
<div class="tip">
|
||||
Collaborate with other mappers on editing this map. Those without accounts can view this map.
|
||||
</div>
|
||||
</div>
|
||||
<h4>COMMONS</h4>
|
||||
</div>
|
||||
</div>
|
||||
<h4>COMMONS</h4>
|
||||
</div>
|
||||
<div class="permIcon" data-permission="public">
|
||||
<div class="mapPublicIcon mapPermIcon hoverForTip">
|
||||
<div class="tip">
|
||||
Anyone, with or without an account, can view this map but not edit anything.
|
||||
<div class="permIcon" data-permission="public">
|
||||
<div id="newmap_pu" class="mapPublicIcon mapPermIcon">
|
||||
<div class="tip">
|
||||
Anyone, with or without an account, can view this map but not edit anything.
|
||||
</div>
|
||||
</div>
|
||||
<h4>PUBLIC</h4>
|
||||
</div>
|
||||
</div>
|
||||
<h4>PUBLIC</h4>
|
||||
</div>
|
||||
<div class="permIcon" data-permission="private">
|
||||
<div class="mapPrivateIcon mapPermIcon hoverForTip">
|
||||
<div class="tip">
|
||||
Only you can view or edit this map.
|
||||
<div class="permIcon" data-permission="private">
|
||||
<div id="newmap_pr" class="mapPrivateIcon mapPermIcon">
|
||||
<div class="tip">
|
||||
Only you can view or edit this map.
|
||||
</div>
|
||||
</div>
|
||||
<h4>PRIVATE</h4>
|
||||
</div>
|
||||
</div>
|
||||
<h4>PRIVATE</h4>
|
||||
<div class="clearfloat"></div>
|
||||
</div>
|
||||
|
||||
<p class="permText">Collaborate with other mappers on editing this map. Those without accounts can view this map.</p>
|
||||
<div class="clearfloat"></div>
|
||||
</div>
|
||||
|
||||
<p class="permText">*new topics and synapses take on the same permission as the map they are created on</p>
|
||||
|
||||
<div class="buttonWrapper">
|
||||
<button class="button cancel">Cancel</button>
|
||||
<button class="button submitMap">Create!</button>
|
||||
|
|
Loading…
Reference in a new issue