mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 12:40:01 +01:00
Work on admin pages of formfactor theme
This commit is contained in:
parent
73c1448f41
commit
90e957bc89
@ -19,7 +19,7 @@ $THEME->parents = array('base');
|
||||
// changes you want to your theme.
|
||||
////////////////////////////////////////////////////
|
||||
|
||||
$THEME->sheets = array('pagelayout', 'text', 'core', 'course', 'mods', 'blocks', 'tabs');
|
||||
$THEME->sheets = array('pagelayout', 'text', 'core', 'course', 'mods', 'blocks', 'tabs', 'admin', 'tables');
|
||||
|
||||
////////////////////////////////////////////////////
|
||||
// Name of the stylesheet(s) you've including in
|
||||
|
9
theme/canvas/style/admin.css
Normal file
9
theme/canvas/style/admin.css
Normal file
@ -0,0 +1,9 @@
|
||||
#page-admin-index #notice { text-align:center;width:50%;margin:15px auto;padding:10px 10px; }
|
||||
#page-admin-index #notice strong { background:#ffc; }
|
||||
#page-admin-index .notifysuccess { text-align:center;font-weight:bold;padding:10px; }
|
||||
#page-admin-index h2.main { padding:1em 0; }
|
||||
#page-admin-index .adminwarning { border:1px solid #a35f1d;background:#ffeeba;padding:10px;margin:10px auto;width:75%; }
|
||||
#page-admin-index .copyright { text-align:center;margin:20px auto; }
|
||||
|
||||
#adminsettings .form-buttons { width:100%;text-align:center;margin:10px 0; }
|
||||
|
@ -1,7 +1,10 @@
|
||||
.sitetopic { border: none; }
|
||||
.headingblock { border-bottom: 1px solid #ddd;font-size: 1.3em;color: #333; }
|
||||
.continuebutton,
|
||||
.singlebutton,
|
||||
.buttons,
|
||||
.singleselect { text-align: center;margin: 1em 0; }
|
||||
.generalbox { border-color:#ddd; }
|
||||
|
||||
.loginbox { margin: 15px 25%; }
|
||||
.loginbox .loginerrors { color: #f00; }
|
||||
@ -19,6 +22,9 @@
|
||||
|
||||
.userinfobox { border: none; }
|
||||
.userinfobox .content { border: 1px solid #ddd; }
|
||||
|
||||
#page-user-view .buttons { text-align: center;width: 70%;margin: 0 auto; }
|
||||
#page-user-view .buttons div { padding: 0 0 10px; }
|
||||
|
||||
.pagelayout-embedded { text-align:center; }
|
||||
.pagelayout-embedded #content { padding-top:30px; }
|
@ -0,0 +1,11 @@
|
||||
.coursebox { border-color:#ddd;border-width:0 0 1px;border-style:solid; }
|
||||
.coursebox .name { font-size:1.1em; }
|
||||
.coursebox .teachers { margin:0 0 0 0.75em; }
|
||||
|
||||
.categorybox { border:none; }
|
||||
.categorybox .categorylist td { padding:2px; }
|
||||
|
||||
.categorypicker { margin:15px 0 25px; }
|
||||
|
||||
#page-course-category .rolelink { text-align:right; }
|
||||
#page-course-category .generalbox { margin:25px auto 30px;width:75%;padding:10px; }
|
6
theme/canvas/style/tables.css
Normal file
6
theme/canvas/style/tables.css
Normal file
@ -0,0 +1,6 @@
|
||||
.plugincompattable th,
|
||||
.plugincompattable td,
|
||||
.environmenttable th,
|
||||
.environmenttable td { border:1px solid #ddd;border-collapse:collapse; }
|
||||
.plugincompattable th,
|
||||
.environmenttable th { background:#f3f3f3;border-bottom-width:2px; }
|
@ -7,7 +7,7 @@ body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,input,textarea { font-family: Helvetica, Arial
|
||||
|
||||
h1,h2,h3,h4,h5,h6 { font-weight: bold;margin:0; }
|
||||
|
||||
h2.main,h3.main,h4.main { text-align: center; }
|
||||
h2.main,h3.main,h4.main { text-align: center;padding:0 0 1em;margin:0; }
|
||||
|
||||
h1 { font-size: 2.25em; line-height: 1; margin-bottom: 0.5em; }
|
||||
h2 { font-size: 1.5em; margin-bottom: 0.5em; }
|
||||
|
@ -1,6 +0,0 @@
|
||||
.coursebox { border-color:#ddd;border-width:0 0 1px;border-style:solid; }
|
||||
.coursebox .name { font-size:1.1em; }
|
||||
.coursebox .teachers { margin:0 0 0 0.75em; }
|
||||
|
||||
.categorybox { border:none; }
|
||||
.categorybox .categorylist td { padding:2px; }
|
Loading…
x
Reference in New Issue
Block a user