mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
03fec6e911
'infratructure' -> 'infrastructure' (rofl) Recaptcha Email Login / Forgot Password Password Reset
39 lines
634 B
CSS
39 lines
634 B
CSS
/**
|
|
* @provides aphront-panel-view-css
|
|
*/
|
|
|
|
|
|
.aphront-panel-view {
|
|
background: #f3f3f3;
|
|
border: 1px solid #c0c0c0;
|
|
border-width: 1px 0 0;
|
|
padding: 1em 2em;
|
|
margin: 1em 2em;
|
|
}
|
|
|
|
.aphront-panel-view h1 {
|
|
font-size: 14px;
|
|
font-weight: bold;
|
|
padding: 2px 0 8px;
|
|
}
|
|
|
|
.aphront-panel-view a.create-button {
|
|
float: right;
|
|
}
|
|
|
|
.aphront-panel-view p.aphront-panel-instructions {
|
|
margin: .5em 2em .75em;
|
|
font-size: 13px;
|
|
}
|
|
|
|
.aphront-panel-width-form {
|
|
width: 720px;
|
|
margin-right: auto;
|
|
margin-left: auto;
|
|
}
|
|
|
|
.aphront-panel-width-wide {
|
|
width: 1080px;
|
|
margin-right: auto;
|
|
margin-left: auto;
|
|
}
|