[Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/includes i... [rel_3_0]

Antoine Farnault antoine at koha-fr.org
Tue Oct 31 10:54:38 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	Antoine Farnault <toins>	06/10/31 09:54:38

Modified files:
	koha-tmpl/intranet-tmpl/prog/en/includes: intranet.css 

Log message:
	main menu, facet & action update.

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.7&r2=1.7.2.8

Patches:
Index: intranet.css
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/includes/intranet.css,v
retrieving revision 1.7.2.7
retrieving revision 1.7.2.8
diff -u -b -r1.7.2.7 -r1.7.2.8
--- intranet.css	30 Oct 2006 15:08:32 -0000	1.7.2.7
+++ intranet.css	31 Oct 2006 09:54:38 -0000	1.7.2.8
@@ -118,28 +118,69 @@
 #mainmenu {
     display:block;
     float:left;
+    font-weight : normal;
+    margin-right: 5px;
+    padding-right: 5px;
     border-right:1px solid black;
     font-size:0.9em;
 }
 
 #mainmenu a {
     display:block;
-    margin:5px;
+    margin-bottom:0px;
+    padding-left :5px;
     text-decoration:none;
+    font-weight:bold;
     color:black;
 }
 
+
 #mainmenu a:hover {
     display:block;
-    margin:5px;
-    background-color:#6699cc;
+    margin-bottom:0px;
+    padding-left :5px;
+    text-decoration:none;
+    font-weight:bold;
+    background-color:#6699CC;
     color:white;
 }
 
-#mainmenu ul{
-    padding-left:10px;
+#mainmenu ul a {
+    display:block;
+    margin-bottom:5px;
+    padding-left :5px;
+    text-decoration:none;
+    font-weight:normal;
+    color:black;
+}
+#mainmenu ul a:hover {
+    display:block;
+    margin-bottom:5px;
+    padding-left :5px;
+    text-decoration:none;
+    font-weight:normal;
+    background-color:#6699CC;
+    color:white;
 }
 
+#mainmenu ul {
+    list-style-type: none;
+    padding-left:20px;
+    margin-bottom:0px;
+    margin-top:0px;
+}
+
+#mainmenu li {
+    list-style-type: none;
+    padding-left:0px;
+    margin-left:0px;
+    margin-bottom:0px;
+    margin-top:0px;
+}
+
+#mainmenu label {
+    width:4em;
+}
 /* submenus styles */
 #submenu {
     margin-left:10%;
@@ -153,13 +194,25 @@
 
 #submenu a:hover {
     margin:5px;
-    background-color:#6699cc;
+    background-color:#6699CC;
     color:white;
 }
 
-#action{
-    margin-top:15px;
-    margin-bottom:15px;
+#action a {
+    background-color : #6699CC;
+    color : #FFFFFF;
+    font-size : 1em;
+    border: 2px outset;
+    font-weight : bold;
+    margin:0px 5px 0px 0px;
+    padding-right:5px;
+    padding-left:5px;
+    text-decoration:none;
+    display: inline;
+}
+#action a:hover {
+    border: 2px inset;
+    background-color:#CCCCCC;
 }
 
 /* Main body style */
@@ -169,16 +222,17 @@
 
 /* facets bloc */
 #facets {
-    float:left;
-/*     background-color:#CCCCCC; */
-    margin-right:20px;
-    border:1px solid black;
+    float:right;
+    margin-top: 15px;
+    margin-left: 15px;
+    border:1px solid #CCCCCC;
 }
+
 #facets h2 {
     background-color:#CCCCCC;
     margin:0px;
     padding:0px;
-    font-size:100%;
+    font-size:1.1em;
 }
 
 /* the USER information block */
@@ -201,7 +255,7 @@
 /* the design of the active tab button (only 1 at a given time)*/
 .tab_active {
     color: #6699CC;
-    background-color : lightgray;
+    background-color : #CCCCCC;
     font-size : 1em;
     border: 2px inset;
     font-weight : bold;





More information about the Koha-cvs mailing list