24 lines
511 B
CSS
24 lines
511 B
CSS
/* --------------------------------------------------------------
|
|
Admin Styles for Custom Login URL Settings
|
|
-------------------------------------------------------------- */
|
|
.wrap {
|
|
max-width: 800px;
|
|
margin: 0 auto;
|
|
}
|
|
#pcam-settings-page {
|
|
background: #f9f9f9;
|
|
padding: 20px;
|
|
border-radius: 4px;
|
|
}
|
|
.pcam-notice {
|
|
margin-bottom: 15px;
|
|
}
|
|
.pcam-text-input {
|
|
width: 100%;
|
|
max-width: 400px;
|
|
padding: 8px 12px;
|
|
margin-top: 5px;
|
|
}
|
|
.pcam-save-btn {
|
|
margin-top: 20px;
|
|
} |