myexperiment-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[myexperiment-hackers] [3128] trunk/public/stylesheets: Fixed skin issue


From: noreply
Subject: [myexperiment-hackers] [3128] trunk/public/stylesheets: Fixed skin issues
Date: Mon, 17 Sep 2012 15:42:49 +0000 (UTC)

Revision
3128
Author
fbacall
Date
2012-09-17 15:42:49 +0000 (Mon, 17 Sep 2012)

Log Message

Fixed skin issues

Modified Paths

Diff

Modified: trunk/public/stylesheets/biovel.css (3127 => 3128)


--- trunk/public/stylesheets/biovel.css	2012-09-13 14:48:26 UTC (rev 3127)
+++ trunk/public/stylesheets/biovel.css	2012-09-17 15:42:49 UTC (rev 3128)
@@ -1,4 +1,4 @@
-/* Stylesheet for the e-LICO layout. Requires main myExperiment stylesheet. */
+/* Stylesheet for the BioVeL group's skin, based on the e-LICO layout. Requires main myExperiment stylesheet. */
 
 body  {
 	background: #EEEB99;
@@ -8,6 +8,9 @@
   background-color: #99cc33;
 }
 
+.pagination a, .tabnav li a:hover, .tabnav li#selected_tabnav a  {
+  background-image: none;
+}
 #myexp_searchbar {
   background-image: url('/images/searchfade_alpha.png');
 }

Modified: trunk/public/stylesheets/skin_template.css (3127 => 3128)


--- trunk/public/stylesheets/skin_template.css	2012-09-13 14:48:26 UTC (rev 3127)
+++ trunk/public/stylesheets/skin_template.css	2012-09-17 15:42:49 UTC (rev 3128)
@@ -5,6 +5,9 @@
   background-color: #317EFF;
 }
 
+.pagination a, .tabnav li a:hover, .tabnav li#selected_tabnav a  {
+  background-image: none;
+}
 #myexp_searchbar {
   background-image: url('/images/searchfade_alpha.png');
 }

reply via email to

[Prev in Thread] Current Thread [Next in Thread]