MediaWiki:EditTemplates.css: Difference between revisions

Content deleted Content added
No edit summary
increase width, reduce list margin
 
(3 intermediate revisions by the same user not shown)
Line 1:
#toolBox {
position: absoluterelative;
display: inline-block;
margin-left: 12px;
position: absolute;
}
top: 160px;
left: 12px;
padding: 0 8px;
 
#toolLink, #toolList {
display: inline-block;
box-sizing: border-box;
padding: 04px 8px;
background-color: #fff;
border: 1px solid #a2a9b1;
border-radius: 2px;
 
cursor: pointer;
z-index: 30;
 
font-size: 12px;
line-height: 24px16px;
}
color: #36c;
 
#toolLink {
color: #36c;
width: 72px;
text-align: center;
cursor: pointer;
}
 
Line 21 ⟶ 27:
display: none;
position: absolute;
top: 160px0;
left: 80px;
 
Line 27 ⟶ 33:
line-height: 16px;
 
min-heightwidth: 200px240px;
min-width: 200px;
 
padding: 0 8px;
 
background-color: #fff;
border: 1px solid #a2a9b1;
border-radius: 2px;
 
z-index: 31;
}
 
#toolList ul {
list-style: none;
margin-left: 0.8em;
}
 
@media screen and (max-width: 981px) {
#toolBox {
position: absolute;
top: 12px;
} left: 12px;
#toolList {
top: 12px;
}
}