mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
still building themes
This commit is contained in:
parent
b77f158975
commit
7b4c6d34b8
3 changed files with 28 additions and 4 deletions
|
@ -135,7 +135,7 @@
|
||||||
#adminsettings .form-item {clear: both;margin: 1em 0 2em 0;}
|
#adminsettings .form-item {clear: both;margin: 1em 0 2em 0;}
|
||||||
#adminsettings .form-item .form-label {display: block;float: left;width: 12.5em;text-align: right;}
|
#adminsettings .form-item .form-label {display: block;float: left;width: 12.5em;text-align: right;}
|
||||||
#adminsettings .form-item .form-label .form-shortname {display:block;}
|
#adminsettings .form-item .form-label .form-shortname {display:block;}
|
||||||
#adminsettings .form-item .form-setting {display: block;margin-left: 13em;text-align: left;}
|
#adminsettings .form-item .form-setting {display: block;margin-left: 13.5em;text-align: left;}
|
||||||
#adminsettings .form-item .form-setting .form-htmlarea {width: 640px;display:inline;}
|
#adminsettings .form-item .form-setting .form-htmlarea {width: 640px;display:inline;}
|
||||||
#adminsettings .form-item .form-setting .form-htmlarea .htmlarea {width: 640px;display:block;}
|
#adminsettings .form-item .form-setting .form-htmlarea .htmlarea {width: 640px;display:block;}
|
||||||
#adminsettings .form-item .form-setting .form-multicheckbox li {list-style: none;}
|
#adminsettings .form-item .form-setting .form-multicheckbox li {list-style: none;}
|
||||||
|
@ -143,7 +143,7 @@
|
||||||
#adminsettings .form-item .form-setting .defaultsnext {margin-right: 0.5em;display: inline;}
|
#adminsettings .form-item .form-setting .defaultsnext {margin-right: 0.5em;display: inline;}
|
||||||
#adminsettings .form-item .form-setting .form-password .unmask,
|
#adminsettings .form-item .form-setting .form-password .unmask,
|
||||||
#adminsettings .form-item .form-setting .form-defaultinfo {display: inline;}
|
#adminsettings .form-item .form-setting .form-defaultinfo {display: inline;}
|
||||||
#adminsettings .form-item .form-description {display: block;margin: 0.5em 0 0em 13em;text-align: left;}
|
#adminsettings .form-item .form-description {display: block;margin: 0.5em 0 0em 14.25em;text-align: left;}
|
||||||
#adminsettings .form-item .pathok,
|
#adminsettings .form-item .pathok,
|
||||||
#adminsettings .form-item .patherror {margin-left: 0.5em;}
|
#adminsettings .form-item .patherror {margin-left: 0.5em;}
|
||||||
|
|
||||||
|
|
|
@ -20,11 +20,31 @@
|
||||||
.loginbox.twocolumns .loginpanel { border-color: #ddd;padding-right: 0.5%; }
|
.loginbox.twocolumns .loginpanel { border-color: #ddd;padding-right: 0.5%; }
|
||||||
.loginbox.twocolumns .signuppanel { padding-left: 1%;width: 49%; }
|
.loginbox.twocolumns .signuppanel { padding-left: 1%;width: 49%; }
|
||||||
|
|
||||||
|
/* User
|
||||||
|
-----------------------*/
|
||||||
|
|
||||||
.userinfobox { border: none; }
|
.userinfobox { border: none; }
|
||||||
.userinfobox .content { border: 1px solid #ddd; }
|
.userinfobox .content { border: 1px solid #ddd; }
|
||||||
|
|
||||||
#page-user-view .buttons { text-align: center;width: 70%;margin: 0 auto; }
|
#page-user-view .buttons { text-align: center;width: 70%;margin: 0 auto; }
|
||||||
#page-user-view .buttons div { padding: 0 0 10px; }
|
#page-user-view .buttons div { padding: 0 0 10px; }
|
||||||
|
|
||||||
|
#page-user-index .controls { width: 100%}
|
||||||
|
#page-user-index .rolesform { text-align: center; margin: 1em 0; }
|
||||||
|
#page-user-index #participantsform { text-align: center;}
|
||||||
|
#page-user-index #longtimenosee { font-style: italic;font-size: 0.95em;}
|
||||||
|
#page-user-index #participants { width:100%;margin: 1em auto; }
|
||||||
|
#page-user-index #participants th,
|
||||||
|
#page-user-index #participants td { vertical-align: middle; }
|
||||||
|
|
||||||
|
/* Embedded Pages
|
||||||
|
------------------------*/
|
||||||
|
|
||||||
.pagelayout-embedded { text-align:center; }
|
.pagelayout-embedded { text-align:center; }
|
||||||
.pagelayout-embedded #content { padding-top:30px; }
|
.pagelayout-embedded #content { padding-top:30px; }
|
||||||
|
|
||||||
|
/* Forms
|
||||||
|
-----------------------*/
|
||||||
|
|
||||||
|
.form-label .form-shortname { font-size: 0.9em;color: #777;}
|
||||||
|
.form-description { font-size: 0.95em; color: #444; }
|
|
@ -1,6 +1,10 @@
|
||||||
|
.generaltable th.header,
|
||||||
|
.generaltable td.cell,
|
||||||
.plugincompattable th,
|
.plugincompattable th,
|
||||||
.plugincompattable td,
|
.plugincompattable td,
|
||||||
.environmenttable th,
|
.environmenttable th,
|
||||||
.environmenttable td { border:1px solid #ddd;border-collapse:collapse; }
|
.environmenttable td { border:1px solid #ddd;border-collapse:collapse; }
|
||||||
|
|
||||||
|
.generaltable th.header,
|
||||||
.plugincompattable th,
|
.plugincompattable th,
|
||||||
.environmenttable th { background:#f3f3f3;border-bottom-width:2px; }
|
.environmenttable th { background:#f3f3f3;border-bottom-width:2px; }
|
Loading…
Add table
Add a link
Reference in a new issue