From 8b997e8ecb4383134c944e473f3b2c5ea14b6855 Mon Sep 17 00:00:00 2001 From: miker Date: Thu, 9 Mar 2006 18:22:29 +0000 Subject: [PATCH 1/1] css to make opensearch html purty git-svn-id: svn://svn.open-ils.org/ILS/trunk@3295 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/web/opac/extras/os.css | 49 +++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 Open-ILS/web/opac/extras/os.css diff --git a/Open-ILS/web/opac/extras/os.css b/Open-ILS/web/opac/extras/os.css new file mode 100644 index 0000000000..6246b370bb --- /dev/null +++ b/Open-ILS/web/opac/extras/os.css @@ -0,0 +1,49 @@ +body { + font-family: Arial, Helvetica, Sans-serif; + font-size: 0.9em; + } +h1 { + font-size: 1.5em; + } +div#header img { + position: absolute; + top: 0; + right: 0; + } +h1, div#header p, form p { + margin: 0; + padding: 0; + } +form { + margin: 1em 0 0 3em; + font-size: 0.8em; + } +input { + margin-right: 0.5em; + } +input[type=text] { /* unfortunately not supported in IE <=6, but it looks okay without it anyway */ + width: 20em; + } +dt { + margin-top: 1.2em; + } +dd { + font-style: italic; + margin: 0; + width: 80%; + margin-left: 1em; + } +dd.desc { + font-style: normal; + } +dd.url { + color: #999999; + font-style: normal; + margin-left: 0; + } +#footer { + text-align: center; + } +.escape { /* part of hack used to handle web browsers that don't support disable-output-escaping (e.g. Mozilla) */ + display: inline; + } -- 2.43.2