1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-10 00:37:02 +02:00
Files
processwire/wire/templates-admin/styles/install.css

35 lines
382 B
CSS

#content strong {
font-weight: bold;
}
#content li {
margin: 3px 0;
padding: 3px 4px;
}
#content a {
font-weight: bold;
}
#content label {
font-weight: bold;
}
#content button {
padding: 2px 7px 2px 0;
font-size: 1em;
}
#content .ui-state-error {
font-weight: bold;
}
#content h2 {
margin-top: 1.5em;
}
#content form h2:first-child {
margin-top: 0;
}