style.css
Search API
- 7.x themes/fp_clean/style.css
- 7.x modules/student_profile/css/style.css
- 7.x modules/schools/css/style.css
- 7.x modules/calendar/css/style.css
- 7.x modules/engagements/css/style.css
- 7.x modules/system/css/style.css
- 7.x modules/alerts/css/style.css
- 6.x themes/fp6_clean/style.css
- 6.x modules/engagements/css/style.css
- 6.x modules/alerts/css/style.css
- 6.x modules/system/css/style.css
- 6.x modules/calendar/css/style.css
- 6.x modules/student_profile/css/style.css
- 6.x modules/schools/css/style.css
- 4.x themes/classic/style.css
- 4.x modules/system/css/style.css
- 5.x themes/basic/style.css
- 5.x themes/fp5_clean/style.css
- 5.x themes/classic/style.css
- 5.x modules/system/css/style.css
/* Login page */
.fp-form-system_login_form {
padding-top: 20px;
padding-left: 20px;
}
.fp-form-system_login_form label {
display: inline-block;
width: 105px;
}
.fp-form-system_login_form #element-user,
.fp-form-system_login_form #element-password
{
width: 200px;
}
.login-welcome {
text-align: center;
font-size: 1.1em;
margin-bottom: 10px;
}
.login-welcome .flightpath-name {
color: maroon;
font-weight: bold;
font-style: italic;
}
.logout-successful {
color: green;
}
/* Misc */
.fp-system-settings-element {
margin-bottom: 20px;
}
.fp-system-settings-textfield input {
width: 80%;
}
.fp-system-settings-element textarea {
width: 80%;
height: 75px;
}
.fp-system-settings-input {
padding-left: 10px;
}
.fp-system-settings-element label {
font-weight: bold;
}
.fp-system-settings-element-description {
font-size: 0.8em;
padding-left: 10px;
color: #888;
}
.fp-system-modules-table {
font-size: 0.8em;
margin-bottom: 20px;
width: 100%;
}
.fp-system-modules-type {
background-color: #ddd;
padding: 3px;
font-size: 0.8em;
}
.fp-system-modules-row td {
padding: 3px;
}
.fp-system-modules-row-odd
{
background-color: #EDF9FF;
}
.fp-system-modules-machine-name,
.fp-system-modules-installation-status
{
font-size: 0.85em;
font-style: italic;
padding-left: 30px;
}
.fp-system-modules-installation-status {
color: #666;
}
.status-table .module-status-alert {
background-color: pink;
}
.status-table .module-status-warning {
background-color: orange;
}
File
modules/system/css/style.cssView source
-
- /* Login page */
-
-
- .fp-form-system_login_form {
- padding-top: 20px;
- padding-left: 20px;
- }
-
- .fp-form-system_login_form label {
- display: inline-block;
- width: 105px;
- }
-
- .fp-form-system_login_form #element-user,
- .fp-form-system_login_form #element-password
- {
- width: 200px;
- }
-
- .login-welcome {
- text-align: center;
- font-size: 1.1em;
- margin-bottom: 10px;
- }
-
- .login-welcome .flightpath-name {
- color: maroon;
- font-weight: bold;
- font-style: italic;
- }
-
- .logout-successful {
- color: green;
- }
-
-
-
- /* Misc */
- .fp-system-settings-element {
- margin-bottom: 20px;
- }
-
- .fp-system-settings-textfield input {
- width: 80%;
- }
-
- .fp-system-settings-element textarea {
- width: 80%;
- height: 75px;
- }
-
- .fp-system-settings-input {
- padding-left: 10px;
- }
-
- .fp-system-settings-element label {
- font-weight: bold;
- }
-
- .fp-system-settings-element-description {
- font-size: 0.8em;
- padding-left: 10px;
- color: #888;
- }
-
- .fp-system-modules-table {
- font-size: 0.8em;
- margin-bottom: 20px;
- width: 100%;
- }
- .fp-system-modules-type {
- background-color: #ddd;
- padding: 3px;
- font-size: 0.8em;
- }
-
- .fp-system-modules-row td {
- padding: 3px;
- }
- .fp-system-modules-row-odd
- {
- background-color: #EDF9FF;
- }
-
- .fp-system-modules-machine-name,
- .fp-system-modules-installation-status
- {
- font-size: 0.85em;
- font-style: italic;
- padding-left: 30px;
- }
-
- .fp-system-modules-installation-status {
- color: #666;
- }
-
- .status-table .module-status-alert {
- background-color: pink;
- }
-
- .status-table .module-status-warning {
- background-color: orange;
- }
-
