Minecraft Wiki
Нет описания правки
FANDOMbot (обс. | вклад)
(Replacing "/media" links with image links. If you have any questions or noticed issues related to this edit, please reach out to us using the Special:Contact page.)
 
Строка 4: Строка 4:
 
height: 10px;
 
height: 10px;
 
margin-left: 2px;
 
margin-left: 2px;
background: url(//minecraft.gamepedia.com/media/minecraft.gamepedia.com/6/6c/Edit_pencil.png) no-repeat;
+
background: url(https://static.wikia.nocookie.net/minecraft_gamepedia/images/6/6c/Edit_pencil.png/revision/latest) no-repeat;
 
cursor: pointer;
 
cursor: pointer;
 
}
 
}

Текущая версия от 15:19, 23 февраля 2021

.edit-rollback {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-left: 2px;
	background: url(https://static.wikia.nocookie.net/minecraft_gamepedia/images/6/6c/Edit_pencil.png/revision/latest) no-repeat;
	cursor: pointer;
}
#rollback-summary {
	display: flex;
	align-items: center;
	position: absolute;
	left: 1em;
	right: 1em;
	padding: 0.8em;
	border: 1px solid #CCC;
	background-color: #F9F9F9;
	z-index: 99;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
#rollback-summary > *:first-child {
	flex: auto;
	margin-right: 1em;
}
#rollback-summary > .rollback-submit-button {
	flex: none;
}