mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00
to show "Turn editing on" and "Turn student view on" button in-line,
added styles_layout.css which includes ".navbutton" attribute.
This commit is contained in:
parent
150cdce033
commit
b5cbc10eca
2 changed files with 4 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
$THEME->sheets = array('styles_fonts', 'gradients', 'styles_color');
|
$THEME->sheets = array('styles_fonts', 'styles_layout', 'gradients', 'styles_color');
|
||||||
|
|
||||||
/// This variable is an array containing the names of all the
|
/// This variable is an array containing the names of all the
|
||||||
/// stylesheet files you want included in this theme, and in what order
|
/// stylesheet files you want included in this theme, and in what order
|
||||||
|
|
3
theme/oceanblue/styles_layout.css
Normal file
3
theme/oceanblue/styles_layout.css
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
.navbutton form {
|
||||||
|
display: inline;
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue