koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] koha/koha-tmpl/opac-tmpl/prog/en/includes opac.... [rel_3_0]


From: paul poulain
Subject: [Koha-cvs] koha/koha-tmpl/opac-tmpl/prog/en/includes opac.... [rel_3_0]
Date: Tue, 30 Jan 2007 14:13:52 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_3_0
Changes by:     paul poulain <tipaul>   07/01/30 14:13:52

Modified files:
        koha-tmpl/opac-tmpl/prog/en/includes: opac.css usermenu.inc 

Log message:
        adding space:nowrap to avoid having action buttons on 2 different lines

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/opac-tmpl/prog/en/includes/opac.css?cvsroot=koha&only_with_tag=rel_3_0&r1=1.1.2.10&r2=1.1.2.11
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/opac-tmpl/prog/en/includes/usermenu.inc?cvsroot=koha&only_with_tag=rel_3_0&r1=1.1.2.4&r2=1.1.2.5

Patches:
Index: opac.css
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/opac-tmpl/prog/en/includes/opac.css,v
retrieving revision 1.1.2.10
retrieving revision 1.1.2.11
diff -u -b -r1.1.2.10 -r1.1.2.11
--- opac.css    29 Jan 2007 17:05:35 -0000      1.1.2.10
+++ opac.css    30 Jan 2007 14:13:51 -0000      1.1.2.11
@@ -166,6 +166,7 @@
     padding :5px 5px 0px 5px;
     text-decoration:none;
     color:#384b73;
+    white-space: nowrap;
 }
 #menu ul a:hover {
     display:block;
@@ -174,6 +175,7 @@
     text-decoration:none;
     background-color:#384b73;
     color:white;
+    white-space: nowrap;
 }
 #menu ul {
     padding-left:0px;
@@ -195,6 +197,7 @@
     padding:2px 5px 2px 5px;
     text-decoration:none;
     display: inline;
+    white-space: nowrap;
 }
 #usermenu a:hover {
     border: 2px inset;

Index: usermenu.inc
===================================================================
RCS file: 
/sources/koha/koha/koha-tmpl/opac-tmpl/prog/en/includes/Attic/usermenu.inc,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -u -b -r1.1.2.4 -r1.1.2.5
--- usermenu.inc        29 Jan 2007 17:02:57 -0000      1.1.2.4
+++ usermenu.inc        30 Jan 2007 14:13:51 -0000      1.1.2.5
@@ -2,8 +2,6 @@
         <p><a href="/cgi-bin/koha/opac-user.pl">my summary</a>
         <a href="/cgi-bin/koha/opac-account.pl">my fines</a>
         <a href="/cgi-bin/koha/opac-userdetails.pl">my personal details</a>
-        </p>
-        <p>
         <a href="/cgi-bin/koha/opac-passwd.pl">change my password</a>
         <!-- TMPL_IF NAME="opacreadinghistory" -->
              <a href="/cgi-bin/koha/opac-readingrecord.pl">my reading 
history</a>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]