diff --git a/themes/default/graphics/add.png b/themes/default/graphics/add.png index 19a78227..2e9a75fb 100644 Binary files a/themes/default/graphics/add.png and b/themes/default/graphics/add.png differ diff --git a/themes/default/graphics/alarm.png b/themes/default/graphics/alarm.png index 855e8508..f23168a4 100644 Binary files a/themes/default/graphics/alarm.png and b/themes/default/graphics/alarm.png differ diff --git a/themes/default/graphics/az.png b/themes/default/graphics/az.png index 2de8cfc3..6b60ddff 100644 Binary files a/themes/default/graphics/az.png and b/themes/default/graphics/az.png differ diff --git a/themes/default/graphics/complete.png b/themes/default/graphics/complete.png index b7d9495f..a6324d00 100644 Binary files a/themes/default/graphics/complete.png and b/themes/default/graphics/complete.png differ diff --git a/themes/default/graphics/delete.png b/themes/default/graphics/delete.png index 8b1cb114..85978caf 100644 Binary files a/themes/default/graphics/delete.png and b/themes/default/graphics/delete.png differ diff --git a/themes/default/graphics/edit.png b/themes/default/graphics/edit.png index 805894fc..5cd0889c 100644 Binary files a/themes/default/graphics/edit.png and b/themes/default/graphics/edit.png differ diff --git a/themes/default/graphics/minus.png b/themes/default/graphics/minus.png index 76c3d0f4..cc0fedf3 100644 Binary files a/themes/default/graphics/minus.png and b/themes/default/graphics/minus.png differ diff --git a/themes/default/graphics/nag.png b/themes/default/graphics/nag.png index ce5582b6..fd813c66 100644 Binary files a/themes/default/graphics/nag.png and b/themes/default/graphics/nag.png differ diff --git a/themes/default/graphics/plus.png b/themes/default/graphics/plus.png index e0ce8880..bb5971f4 100644 Binary files a/themes/default/graphics/plus.png and b/themes/default/graphics/plus.png differ diff --git a/themes/default/graphics/search.png b/themes/default/graphics/search.png index 38fc203e..d72fe6bd 100644 Binary files a/themes/default/graphics/search.png and b/themes/default/graphics/search.png differ diff --git a/themes/default/graphics/tasklists.png b/themes/default/graphics/tasklists.png index ce5582b6..54b7ec22 100644 Binary files a/themes/default/graphics/tasklists.png and b/themes/default/graphics/tasklists.png differ diff --git a/themes/default/graphics/za.png b/themes/default/graphics/za.png index e47072ba..1aa9b64b 100644 Binary files a/themes/default/graphics/za.png and b/themes/default/graphics/za.png differ diff --git a/themes/default/screen.css b/themes/default/screen.css index 93523b13..1f622d3b 100644 --- a/themes/default/screen.css +++ b/themes/default/screen.css @@ -17,6 +17,7 @@ background-image: url("graphics/search.png"); background-repeat: no-repeat; background-position: 2px center; + background-size: 16px 16px; padding: 1px 0 1px 20px; } #quicksearch a { @@ -113,28 +114,35 @@ /* Icons. */ .nag-list { background-image: url("graphics/nag.png"); + background-size: 16px 16px; } .nag-search { background-image: url("graphics/search.png"); + background-size: 16px 16px; } .horde-new-extra { background: none; } .horde-new-extra a { background: url("graphics/add.png") no-repeat; + background-size: 16px 16px; } .nag-complete { background-image: url("graphics/complete.png"); + background-size: 16px 16px; } .nag-edit { background-image: url("graphics/edit.png"); + background-size: 16px 16px; } .nag-delete { background-image: url("graphics/delete.png"); + background-size: 16px 16px; } .nag-new { background-image: url("graphics/add.png"); + background-size: 16px 16px; } .nag-status-1 { padding-left: 20px !important;