Move a particularly noticeable colour feature from layout to colors.css
authordbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Sat, 25 Apr 2009 03:01:32 +0000 (03:01 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Sat, 25 Apr 2009 03:01:32 +0000 (03:01 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@12983 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/web/opac/skin/default/css/layout.css
Open-ILS/web/opac/theme/default/css/colors.css

index e0f7971..c17ea59 100644 (file)
@@ -160,8 +160,6 @@ table { border-collapse: collapse; }
 .myopac_update_cell { border: 3px solid #E0E0E0; width:100%; padding-top: 4px; padding-bottom: 4px;}
 .myopac_update_span { padding: 5px;}
 
-#result_low_hits { border-top: 2px solid #A7EA9D }
-
 .lowhits_div { width: 100%; border-top: 1px solid #E0E0E0; text-align: center; 
        padding-top: 8px; padding-bottom: 8px; }
 
index 93365a7..fe25047 100644 (file)
@@ -99,3 +99,4 @@ a:focus { background: #E0F0E0; color: #000000;}
 
 .hold_expire_warning { color:red; }
 
+#result_low_hits { border-top: 2px solid #A7EA9D }