minor CSS changes
authortipaul <tipaul>
Thu, 5 Aug 2004 16:36:50 +0000 (16:36 +0000)
committertipaul <tipaul>
Thu, 5 Aug 2004 16:36:50 +0000 (16:36 +0000)
koha-tmpl/intranet-tmpl/default/en/includes/bull-top.inc
koha-tmpl/intranet-tmpl/default/en/includes/common-style.css
koha-tmpl/intranet-tmpl/default/en/includes/help-top.inc
koha-tmpl/intranet-tmpl/default/en/includes/onlinehelp.css
koha-tmpl/intranet-tmpl/default/en/includes/popup-top.inc

index 1750df6..fd0774f 100644 (file)
@@ -2,7 +2,7 @@
 
 <html>
 <head>
-<title>KOHA: INTRANET: Reports</title>
+<title>KOHA: INTRANET: Serials management</title>
 <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" -->/includes/common-style.css">
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 <script language="JavaScript" type="text/javascript">
@@ -40,18 +40,8 @@ a.bull:hover {
        <a class="reports" href="/cgi-bin/koha/reports-home.pl">Reports</a>
        <a class="parameters" href="/cgi-bin/koha/admin-home.pl">Parameters</a>
        <a class="about" href="/cgi-bin/koha/about.pl">About</a>
-       &nbsp&nbsp&nbsp&nbsp&nbsp
-       &nbsp&nbsp&nbsp&nbsp&nbsp
-       &nbsp&nbsp
-       &nbsp&nbsp&nbsp&nbsp&nbsp
-       &nbsp&nbsp&nbsp&nbsp&nbsp
-       &nbsp&nbsp
-       &nbsp&nbsp&nbsp&nbsp&nbsp
-       &nbsp&nbsp&nbsp&nbsp&nbsp
-
-
-       
-       <a class="bull" href="/cgi-bin/koha/bull-home.pl">Serial</a>    <a class="catalogue" href="/cgi-bin/koha/help.pl" onclick="Help(); return false;">Help</a>
+       <a class="bull" href="/cgi-bin/koha/bull-home.pl">Serial</a>
+       <a class="catalogue" href="/cgi-bin/koha/help.pl" onclick="Help(); return false;">Help</a>
 </div>
 <div id="submenu">
        <span class="koha">options &gt;&gt;&nbsp;&nbsp;</span>
index 8802f78..357dda3 100644 (file)
@@ -78,6 +78,9 @@ table.noborder {
        border-collapse:collapse;
        float:center;
 }
+table.small {
+       width:auto;
+}
 
 /* header */
 th {
@@ -97,6 +100,7 @@ th.noborder {
        border-bottom:1px solid #ad11ad;
        padding:0px;
 }
+
 /* standard cell */
 td {
        border-left:0px;
index 2e109c4..5d5ea9a 100644 (file)
@@ -5,6 +5,6 @@
 <title>KOHA: online help</title>
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 
-<link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" -->/includes/onlinehelp.css">
+<link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" -->/includes/common-style.css">
 <body>
 <div id="mainbloc">
index 21d4fdf..af5fec3 100644 (file)
@@ -22,10 +22,10 @@ p {
 .button {
        text-align: center;
        font: 1.2em sans-serif;
-       padding: 3px;
-       margin:5px;
+       padding: 0px 5px 0px 5px;
+       margin:2px;
        display:inline;
-       height:2em;
+       position:static;
        border-style: solid;
        border-width: 1px;
        border-color: black;
@@ -33,8 +33,10 @@ p {
        color: black;
        border-radius: 6px;
        cursor:pointer;
+       vertical-align:middle;
        -moz-border-radius: 6px;
-       background-color:#99CC33;
+       background-color:#F00000;
+       background-image:url("/intranet-tmpl/default/images/background-mem.gif");
 }
 
 h1 {
index 31a6483..c672e24 100644 (file)
@@ -4,22 +4,9 @@
 <head>
 <title>popup</title>
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+
 <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" -->/includes/common-style.css">
-<style type="text/css">
-.authority {
-       background-color: #6b7cbe;
-       color:#FFFFFF;
-       text-decoration: normal;
-       font-weight: bold;
-       background-image:none;
-       }
-a.authority:hover {
-       background-color: #6b7cbe;
-       color: #FFFFFF;
-       text-decoration: normal;
-       font-weight: bold;
-       }
-</style>
+
 </head>
 
 <body>