Skip to content

Commit

Permalink
'separated CSS properties to color/fonts/layout/'
Browse files Browse the repository at this point in the history
  • Loading branch information
urs_hunkler committed Sep 25, 2006
1 parent 20e1b1e commit 26620ae
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 6 deletions.
12 changes: 11 additions & 1 deletion theme/standard/styles_color.css
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,16 @@ table.flexible .r1 {
background-color: green;
}

fieldset.adminsettings {
background-color: #EEE;
border-color: #BBB;
color: #000;
}

fieldset.adminsettings .form-shortname {
color: #888;
}

/***
*** Blocks
***/
Expand Down Expand Up @@ -961,4 +971,4 @@ body#mod-quiz-report table#attempts .r1 {
#admin-roles-override .capcurrent {
background-color:#FFFFFF;
border: 1px solid #cecece;
}
}
4 changes: 4 additions & 0 deletions theme/standard/styles_fonts.css
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,10 @@ body#admin-index .copyright {
font-size: 0.8em;
}

fieldset.adminsettings .form-shortname {
font-size: 75%;
}

/***
*** Blocks
***/
Expand Down
17 changes: 12 additions & 5 deletions theme/standard/styles_layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -454,58 +454,65 @@ body#admin-roles-manage table.generalbox {
fieldset.adminsettings {
margin-top: 1em;
padding: 1em 0.5em;
background-color: #EEE;
border-color: #BBB;
color: #000;
}

fieldset.adminsettings legend {
display: none;
}

fieldset.adminsettings .form-group {
float: left;
}

fieldset.adminsettings .form-item {
margin: 0;
}

fieldset.adminsettings label {
display: block;
float: left;
width: 150px;
text-align: right;
}

fieldset.adminsettings .form-shortname {
display: block;
font-size: 75%;
color: #888;
}

fieldset.adminsettings select,
fieldset.adminsettings input {
float: left;
margin: 0 0 0 10px;
}

fieldset.adminsettings textarea {
float: left;
margin: 0 0 0 10px;
width: 65%;
}

fieldset.adminsettings .form-group select,
fieldset.adminsettings .form-group input {
display: inline;
float: none;
}

/* fieldset.adminsettings .admin-configtime .form-select {
display: inline;
float: none;
}
fieldset.adminsettings div.admin-frontpage div.form-group select.form-select {
display: inline;
float: none;
} */

fieldset.adminsettings .description {
clear: both;
margin: 0 1em 0 160px;
padding: 0.3em 0 1.5em 0;
}

.form-buttons {
margin: 10px 0 0 160px;
}
Expand Down

0 comments on commit 26620ae

Please sign in to comment.