[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/includes s... [rel_3_0]
From: |
paul poulain |
Subject: |
[Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/includes s... [rel_3_0] |
Date: |
Wed, 01 Nov 2006 20:15:30 +0000 |
CVSROOT: /sources/koha
Module name: koha
Branch: rel_3_0
Changes by: paul poulain <tipaul> 06/11/01 20:15:29
Modified files:
koha-tmpl/intranet-tmpl/prog/en/includes: san-op.css
Log message:
updating san-op css
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/includes/san-op.css?cvsroot=koha&only_with_tag=rel_3_0&r1=1.1.2.3&r2=1.1.2.4
Patches:
Index: san-op.css
===================================================================
RCS file:
/sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/includes/Attic/san-op.css,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -u -b -r1.1.2.3 -r1.1.2.4
--- san-op.css 31 Oct 2006 16:42:16 -0000 1.1.2.3
+++ san-op.css 1 Nov 2006 20:15:29 -0000 1.1.2.4
@@ -2,6 +2,7 @@
font-family : Verdana, Geneva, Arial, sans-serif;
font-size : 1.0em;
background-color : #eeeeee;
+ text-align: left;
}
h1 {
@@ -13,18 +14,29 @@
display:block;
}
-h2,h3 {
+h2 {
color : #384b73;
- text-align: center;
+ text-align: left;
padding-bottom : 6px;
- display:inline;
+ display:block;
font-size:110%;
}
+h3 {
+ color : #384b73;
+ text-align: left;
+ padding-bottom : 6px;
+ display:inline;
+ font-size:100%;
+ font-weight:normal;
+}
label {
- vertical-align:top;
+
+ display:block;
float:left;
+ text-align:right;
width:8em;
+ margin-right:0.2em;
}
p {
@@ -272,6 +284,7 @@
#submenu {
margin-left:0%;
font-weight : normal;
+ display:left;
}
#submenu a {
- [Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/includes s... [rel_3_0],
paul poulain <=