MediaWiki:EditTemplates.css: Difference between revisions

From Donate
Jump to navigation Jump to search
Content deleted Content added
update IDs
No edit summary
Line 4: Line 4:
top: 180px;
top: 180px;
left: 30px;
left: 30px;
padding: 0 8px;


background-color:#fcfcfc;
background-color: #fcfcfc;
border:1px solid #a7d7f9;
border: 1px solid #a7d7f9;


cursor:pointer;
cursor: pointer;
z-index:30;
z-index: 30;
}


#toolBox #toolText {
font-size: 12px;
font-size: 12px;
line-height: 24px;
line-height: 24px;
color: #000;
color: #000;
padding: 0 8px;
}
}

img#toolArrow {
float: right;
padding: 8px 8px 8px 0;
}



#toolList {
#toolList {
Line 42: Line 34:
border:1px solid #a7d7f9;
border:1px solid #a7d7f9;


z-index:31;
z-index: 31;
}
}



Revision as of 17:20, 25 August 2017

#toolBox {
    display: inline-block;
    position: absolute;
    top: 180px;
    left: 30px;
    padding: 0 8px;

    background-color: #fcfcfc;
    border: 1px solid #a7d7f9;

    cursor: pointer;
    z-index: 30;

    font-size: 12px;
    line-height: 24px;
    color: #000;
}

#toolList {
    display: none;
    position: absolute;
    top: 180px;
    left: 94px;

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

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

    padding: 8px;

    background-color: #fcfcfc;
    border:1px solid #a7d7f9;

    z-index: 31;
}

#toolList ul {
    list-style: none;
}