koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/includes common-


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/includes common-style.css,1.3,1.4
Date: Tue, 29 Apr 2003 01:05:06 -0700

Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes
In directory 
sc8-pr-cvs1:/tmp/cvs-serv7549/koha-tmpl/intranet-tmpl/default/en/includes

Modified Files:
        common-style.css 
Log Message:
very little fix : adding border-radius => now text buttons have a nice round 
corner, almost exactly like with the images button.
I LOVE this stylesheet ! (thanks mike for adding it :-) )

Index: common-style.css
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/common-style.css,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** common-style.css    26 Apr 2003 04:24:49 -0000      1.3
--- common-style.css    29 Apr 2003 08:05:04 -0000      1.4
***************
*** 1,12 ****
  .button {
!         text-align: center;
!         font: 1.2em sans-serif;
!         padding: 10px 15px;
!         border-style: solid;
!         border-width: 3px;
        border-color: black;
!         text-decoration: none;
!         color: black;
!         
background-image:url("/intranet-tmpl/default/en/images/background-mem.gif");
  }
  
--- 1,15 ----
  .button {
!       text-align: center;
!       font: 1.2em sans-serif;
!       padding: 10px 15px;
!       border-style: solid;
!       border-width: 2px;
        border-color: black;
!       text-decoration: none;
!       color: black;
!       border-radius: 6px;
!       -moz-border-radius: 6px;
!       background-color:#FFFFFF;
!       
background-image:url("/intranet-tmpl/default/en/images/background-mem.gif");
  }
  




reply via email to

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