[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 i... [rel_3_0]
From: |
paul poulain |
Subject: |
[Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/includes i... [rel_3_0] |
Date: |
Thu, 25 Jan 2007 17:41:29 +0000 |
CVSROOT: /sources/koha
Module name: koha
Branch: rel_3_0
Changes by: paul poulain <tipaul> 07/01/25 17:41:29
Modified files:
koha-tmpl/intranet-tmpl/prog/en/includes: intranet.css
Log message:
clear:left for h2, that usually follow a fieldset. That avoid having h2
on the right of the page
setting mainmenu (on the left) to a fixed position
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/includes/intranet.css?cvsroot=koha&only_with_tag=rel_3_0&r1=1.7.2.27&r2=1.7.2.28
Patches:
Index: intranet.css
===================================================================
RCS file:
/sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/includes/intranet.css,v
retrieving revision 1.7.2.27
retrieving revision 1.7.2.28
diff -u -b -r1.7.2.27 -r1.7.2.28
--- intranet.css 25 Jan 2007 09:42:37 -0000 1.7.2.27
+++ intranet.css 25 Jan 2007 17:41:29 -0000 1.7.2.28
@@ -5,6 +5,7 @@
h2 {
display:block;
+ clear:left;
/* float:none; */
}
table {
@@ -136,7 +137,8 @@
/* MAIN MENU STYLES */
#mainmenu {
display:block;
- float:left;
+ position:fixed;
+/* float:left; */
font-weight : normal;
margin-right: 5px;
padding-right: 5px;
@@ -204,13 +206,13 @@
/* submenus styles */
#submenu {
- margin-left:10%;
+ margin-left:25%;
}
#submenu a {
margin:5px;
text-decoration:none;
- color:black;
+ color:#6699CC;
}
#submenu a:hover {
@@ -296,7 +298,7 @@
/* Main body style */
#main {
- margin-left:20%;
+ margin-left:25%;
}
/* facets bloc */
- [Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/includes i... [rel_3_0], Antoine Farnault, 2007/01/10
- [Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/includes i... [rel_3_0], Antoine Farnault, 2007/01/12
- [Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/includes i... [rel_3_0], Antoine Farnault, 2007/01/12
- [Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/includes i... [rel_3_0], Antoine Farnault, 2007/01/12
- [Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/includes i... [rel_3_0], paul poulain, 2007/01/24
- [Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/includes i... [rel_3_0], paul poulain, 2007/01/25
- [Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/includes i... [rel_3_0],
paul poulain <=