From 318cca8466757af7e516fef2be100816595525a6 Mon Sep 17 00:00:00 2001 From: erickson Date: Tue, 26 Apr 2005 14:12:45 +0000 Subject: [PATCH] will eventually be the css used for the sidebar git-svn-id: svn://svn.open-ils.org/ILS/trunk@568 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Evergreen/css/opac/sidebar.css | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 Evergreen/css/opac/sidebar.css diff --git a/Evergreen/css/opac/sidebar.css b/Evergreen/css/opac/sidebar.css new file mode 100644 index 0000000000..649dda6505 --- /dev/null +++ b/Evergreen/css/opac/sidebar.css @@ -0,0 +1,29 @@ +/* +.sidebar { + width: 150px; + margin-left: 10px; +} + +.sidebar_title_box { + text-align: center; + width: 98%; + background: #99C; + padding: 2px; +} + +.sidebar_box { + width: 99%; +} + +.sidebar_content_box { + border: 2px dashed #99C; + font-size: 95%; + width: 98%; +} + +.sidebar_item { + text-align: left; + padding: 2px; + width: 98%; +} +*/ -- 2.43.2