From 3b19dfeff6f7ed13d42e4cc1dd7b674e0bcb01e5 Mon Sep 17 00:00:00 2001 From: Christian Boltz Date: Thu, 1 May 2014 22:23:25 +0000 Subject: [PATCH] default.css: - fix path to quota background image git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1664 a1433add-5e2c-0410-b055-b7f2511e0802 --- css/default.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/css/default.css b/css/default.css index 5a86c492..23f53fbc 100644 --- a/css/default.css +++ b/css/default.css @@ -376,9 +376,9 @@ z-index:100; margin-top:-14px; } .quota_bg { background-color: white; z-index:98; width:120px; height:14px;margin-top:-1px;margin-left:-1px; border: 1px solid #999;} -.quota_high { background: url(images/quota-colors.png) repeat-x 0 -28px #f90509; } -.quota_mid { background: url(images/quota-colors.png) repeat-x 0 -14px #e3e909; } -.quota_low { background: url(images/quota-colors.png) repeat-x 0 0px #05f905; } +.quota_high { background: url(../images/quota-colors.png) repeat-x 0 -28px #f90509; } +.quota_mid { background: url(../images/quota-colors.png) repeat-x 0 -14px #e3e909; } +.quota_low { background: url(../images/quota-colors.png) repeat-x 0 0px #05f905; } .quota_text_high { color: white; } .quota_text_mid { color: #666; } .quota_text_low { color: #666; }