[Top][All Lists]
[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.37,1.38 |
Date: |
Fri, 12 Aug 2005 06:53:38 -0700 |
Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6254/koha-tmpl/intranet-tmpl/default/en/includes
Modified Files:
common-style.css
Log Message:
minor change in css (margin between buttons)
Index: common-style.css
===================================================================
RCS file:
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/common-style.css,v
retrieving revision 1.37
retrieving revision 1.38
diff -C2 -r1.37 -r1.38
*** common-style.css 4 Aug 2005 13:55:48 -0000 1.37
--- common-style.css 12 Aug 2005 13:53:35 -0000 1.38
***************
*** 11,14 ****
--- 11,17 ----
}
+ textarea {
+ font-size:10pt;
+ }
ul {
margin-top:0px;
***************
*** 25,32 ****
}
- textarea {
- font-size:10pt;
- font-family:arial,sans-serif;
- }
.center {
text-align:center;
--- 28,31 ----
***************
*** 54,64 ****
font-family: Arial;
font-size:12px;
! padding: 0px 5px 0px 5px;
! margin:2px;
display:inline;
position:static;
border : 1px solid black;
- /* border-width: 1px;
- border-color: black;*/
text-decoration: none;
cursor:pointer;
--- 53,62 ----
font-family: Arial;
font-size:12px;
! padding: 2px 5px 2px 5px;
! margin:5px;
! /* margin-bottom:5px; */
display:inline;
position:static;
border : 1px solid black;
text-decoration: none;
cursor:pointer;
***************
*** 370,378 ****
}
- .user {
- padding-top: 30px;
- padding-bottom:0px;
- text-align:right;
- }
.koha {
text-align:center;
--- 368,371 ----
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/includes common-style.css,1.37,1.38,
Paul POULAIN <=