[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/includes intranet.cs
From: |
Owen Leonard |
Subject: |
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/includes intranet.css,1.5.2.10,1.5.2.11 |
Date: |
Tue, 05 Jul 2005 13:09:44 -0700 |
Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/includes
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29623/koha-tmpl/intranet-tmpl/npl/en/includes
Modified Files:
Tag: rel_2_2
intranet.css
Log Message:
New styles to go with updates from default template
Index: intranet.css
===================================================================
RCS file:
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/includes/intranet.css,v
retrieving revision 1.5.2.10
retrieving revision 1.5.2.11
diff -C2 -r1.5.2.10 -r1.5.2.11
*** intranet.css 9 Jun 2005 21:20:53 -0000 1.5.2.10
--- intranet.css 5 Jul 2005 20:09:41 -0000 1.5.2.11
***************
*** 414,433 ****
}
div.tabitem ul li {
! margin-left: 0;
! margin-bottom: 0;
! padding: 2px 15px 5px;
! border: 1px solid #000;
! list-style: none;
! display: inline;
! }
!
!
! div.tabitem ul li.here {
! border-bottom: 1px solid #ffc;
list-style: none;
display: inline;
}
fieldset {
border : 0;
--- 414,446 ----
}
+ div.tabitem ul {
+ margin : 0;
+ padding : 0;
+ }
+
div.tabitem ul li {
! font-size : 80%;
! margin : 0 2px 0 0;
! border-right: 1px solid #999900;
! padding : 3px 0;
list-style: none;
display: inline;
}
+ div.tabitem li a {
+ background-color : #E7E7CA;
+ font-weight : bold;
+ padding : 3px 3px;
+ text-decoration : none;
+ }
+
+ div.tabitem li a.here {
+ background-color : #D8DEB8;
+ }
+
+ div.tabitem li a:hover {
+ background-color : #FFFFCC;
+ }
+
fieldset {
border : 0;
***************
*** 565,568 ****
--- 578,588 ----
}
+ tr th[scope=row], tr.highlight th[scope=row]{
+ font-family : Arial, Geneva, Helvetica, sans-serif;
+ font-size : 70%;
+ font-weight : normal;
+ padding : 0;
+ }
+
th:last-child {
background-color : #D8DEB8;
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/includes intranet.css,1.5.2.10,1.5.2.11,
Owen Leonard <=
- Prev by Date:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/parameters systempreferences.tmpl,1.3.2.3,1.3.2.4
- Next by Date:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/includes intranet-nav.inc,1.7,1.8 intranet.css,1.11,1.12 search-topmenu.inc,1.2,1.3
- Previous by thread:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/parameters systempreferences.tmpl,1.3.2.3,1.3.2.4
- Next by thread:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/includes intranet-nav.inc,1.7,1.8 intranet.css,1.11,1.12 search-topmenu.inc,1.2,1.3
- Index(es):