From b5cbc10eca5ad20f47a6028c619d1b2898398363 Mon Sep 17 00:00:00 2001 From: mits Date: Thu, 23 Feb 2006 01:04:36 +0000 Subject: [PATCH] to show "Turn editing on" and "Turn student view on" button in-line, added styles_layout.css which includes ".navbutton" attribute. --- theme/oceanblue/config.php | 2 +- theme/oceanblue/styles_layout.css | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 theme/oceanblue/styles_layout.css diff --git a/theme/oceanblue/config.php b/theme/oceanblue/config.php index 9c8882613da..abcc6731726 100644 --- a/theme/oceanblue/config.php +++ b/theme/oceanblue/config.php @@ -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 diff --git a/theme/oceanblue/styles_layout.css b/theme/oceanblue/styles_layout.css new file mode 100644 index 00000000000..357f49641c7 --- /dev/null +++ b/theme/oceanblue/styles_layout.css @@ -0,0 +1,3 @@ +.navbutton form { + display: inline; +}