MediaWiki:EditTemplates.css: Difference between revisions

From Donate
Jump to navigation Jump to search
Content deleted Content added
No edit summary
No edit summary
Line 1: Line 1:
#toolBox {
#toolBox {
position: relative;
position: relative;
margin-left: 12px;
}
}


#toolLink, #toolList {
#toolLink, #toolList {
display: inline-block;
display: inline-block;
padding: 0 8px;
padding: 4px 8px;
background-color: #fff;
background-color: #fff;
Line 17: Line 18:
#toolLink {
#toolLink {
color: #36c;
color: #36c;
width: 72px;
text-align: center;
cursor: pointer;
}
}


Line 29: Line 33:


min-width: 200px;
min-width: 200px;

z-index: 31;
}
}


Line 41: Line 43:
position: absolute;
position: absolute;
top: 12px;
top: 12px;
left: 12px;
}
}
}
}

Revision as of 16:35, 9 May 2019

#toolBox {
	position: relative;
	margin-left: 12px;
}

#toolLink, #toolList {
	display: inline-block;
    padding: 4px 8px;
    
    background-color: #fff;
    border: 1px solid #a2a9b1;
    border-radius: 2px;
    
    font-size: 12px;
    line-height: 16px;
}

#toolLink {
	color: #36c;
	width: 72px;
	text-align: center;
	cursor: pointer;
}

#toolList {
    display: none;
    position: absolute;
    top: 0;
    left: 80px;

    font-size: 12px;
    line-height: 16px;

    min-width: 200px;
}

#toolList ul {
    list-style: none;
}

@media screen and (max-width: 981px) {
    #toolBox {
    	position: absolute;
        top: 12px;
        left: 12px;
    }
}