MediaWiki:EditTemplates.css: Difference between revisions

Content deleted Content added
No edit summary
increase width, reduce list margin
 
(2 intermediate revisions by the same user not shown)
Line 1:
#toolBox {
position: relative;
margin-left: 12px;
}
 
#toolLink, #toolList {
display: inline-block;
box-sizing: border-box;
padding: 04px 8px;
background-color: #fff;
Line 17 ⟶ 19:
#toolLink {
color: #36c;
width: 72px;
text-align: center;
cursor: pointer;
}
 
Line 28 ⟶ 33:
line-height: 16px;
 
min-width: 200px240px;
 
z-index: 31;
}
 
#toolList ul {
list-style: none;
margin-left: 0.8em;
}
 
Line 41 ⟶ 45:
position: absolute;
top: 12px;
left: 12px;
}
}