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:
mits 2006-02-23 01:04:36 +00:00
parent 150cdce033
commit b5cbc10eca
2 changed files with 4 additions and 1 deletions

View file

@ -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
/// stylesheet files you want included in this theme, and in what order

View file

@ -0,0 +1,3 @@
.navbutton form {
display: inline;
}