* Fix bug #11912.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#copyButton {width: 56px; background-color: #f1f1f1; opacity: 1;} /* Adjust for task #4151; */
|
||||
#copyButton {width: 80px; background-color: #f1f1f1; opacity: 1;} /* Adjust for task #4151; */
|
||||
|
||||
.title-group.required:after {display: none;}
|
||||
.title-group.required > .required:after {display: block; right: 29px; top: 5px;}
|
||||
|
||||
@@ -191,7 +191,8 @@ function setPreview()
|
||||
$('#preview a').attr('href', storyLink);
|
||||
$('#copyButton').removeClass('hidden');
|
||||
$('.title-group.required > div').attr('id', 'copyStory-input').removeClass('.required');
|
||||
$('div.colorpicker').css('right', '57px');//Adjust for task #4151;
|
||||
$('div.colorpicker').css('right', '80px');//Adjust for task #4151;
|
||||
$('#copyButton').css('width', '80px');
|
||||
}
|
||||
|
||||
setAfter();
|
||||
|
||||
Reference in New Issue
Block a user