You do not have permission to edit this page, for the following reason:
You can view and copy the source of this page.
/*set focus outline */
#doccontrol-container a:focus, #doccontrol-container div:focus {outline:1px solid #3e5389}
.smwinfobox-flexcontainer {
display: flex;
justify-content: space-between;
background: white;
box-shadow: 1px 2px 6px rgba(59,59,59,0.15);
border: 1px solid #efefef;
flex-wrap: wrap;
margin: 0 0 28px 0;
padding-bottom: 10px;
}
.smwinfobox-flexcontainer div {
flex-basis: 50%;
}
.smwinfobox-flexcontainer div.editlink {
text-align: right;
margin: 0;
padding: 8px 8px 0 0;
flex-basis: 100%;
font-size: 0.85em;
}
000
1:0
Return to Template:IMS Document control/styles.css.