style.css

  1. 6.x themes/fp6_clean/style.css
  2. 6.x modules/engagements/css/style.css
  3. 6.x modules/alerts/css/style.css
  4. 6.x modules/system/css/style.css
  5. 6.x modules/calendar/css/style.css
  6. 6.x modules/student_profile/css/style.css
  7. 6.x modules/schools/css/style.css
  8. 4.x themes/classic/style.css
  9. 4.x modules/system/css/style.css
  10. 5.x themes/basic/style.css
  11. 5.x themes/fp5_clean/style.css
  12. 5.x themes/classic/style.css
  13. 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;
}


img.fpmn-item {
  margin-right: 20px;
}





File

modules/system/css/style.css
View source
  1. /* Login page */
  2. .fp-form-system_login_form {
  3. padding-top: 20px;
  4. padding-left: 20px;
  5. }
  6. .fp-form-system_login_form label {
  7. display: inline-block;
  8. width: 105px;
  9. }
  10. .fp-form-system_login_form #element-user,
  11. .fp-form-system_login_form #element-password
  12. {
  13. width: 200px;
  14. }
  15. .login-welcome {
  16. text-align: center;
  17. font-size: 1.1em;
  18. margin-bottom: 10px;
  19. }
  20. .login-welcome .flightpath-name {
  21. color: maroon;
  22. font-weight: bold;
  23. font-style: italic;
  24. }
  25. .logout-successful {
  26. color: green;
  27. }
  28. /* Misc */
  29. .fp-system-settings-element {
  30. margin-bottom: 20px;
  31. }
  32. .fp-system-settings-textfield input {
  33. width: 80%;
  34. }
  35. .fp-system-settings-element textarea {
  36. width: 80%;
  37. height: 75px;
  38. }
  39. .fp-system-settings-input {
  40. padding-left: 10px;
  41. }
  42. .fp-system-settings-element label {
  43. font-weight: bold;
  44. }
  45. .fp-system-settings-element-description {
  46. font-size: 0.8em;
  47. padding-left: 10px;
  48. color: #888;
  49. }
  50. .fp-system-modules-table {
  51. font-size: 0.8em;
  52. margin-bottom: 20px;
  53. width: 100%;
  54. }
  55. .fp-system-modules-type {
  56. background-color: #ddd;
  57. padding: 3px;
  58. font-size: 0.8em;
  59. }
  60. .fp-system-modules-row td {
  61. padding: 3px;
  62. }
  63. .fp-system-modules-row-odd
  64. {
  65. background-color: #EDF9FF;
  66. }
  67. .fp-system-modules-machine-name,
  68. .fp-system-modules-installation-status
  69. {
  70. font-size: 0.85em;
  71. font-style: italic;
  72. padding-left: 30px;
  73. }
  74. .fp-system-modules-installation-status {
  75. color: #666;
  76. }
  77. .status-table .module-status-alert {
  78. background-color: pink;
  79. }
  80. .status-table .module-status-warning {
  81. background-color: orange;
  82. }
  83. img.fpmn-item {
  84. margin-right: 20px;
  85. }