From 9e3001e1516486cb142f764d580729b8e6b9523d Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Mon, 18 May 2009 15:17:32 +0200 Subject: [PATCH] Fix background shorthand order. --- kronolith/themes/screen.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/kronolith/themes/screen.css b/kronolith/themes/screen.css index 3bab4eaae..053c0d714 100644 --- a/kronolith/themes/screen.css +++ b/kronolith/themes/screen.css @@ -251,7 +251,7 @@ a.newEvent img { background: #f00; } .unknown { - background: #d4d0c8 url("graphics/unknown-background.png") repeat top left; + background: #d4d0c8 url("graphics/unknown-background.png") repeat left top; } .free { position: relative; @@ -428,7 +428,7 @@ table#calendar-list th.sortdown { margin-top: 200px; padding-bottom: 66px; text-align: center; - background: url("graphics/redbox_spinner.gif") no-repeat bottom center; + background: url("graphics/redbox_spinner.gif") no-repeat center bottom; } #RB_window { z-index: 102; @@ -530,7 +530,7 @@ body.kronolithAjax { position: absolute; right: 0; padding-right: 8px; - background: transparent url("graphics/plus.png") no-repeat top right; + background: transparent url("graphics/plus.png") no-repeat right center; color: transparent; cursor: pointer; } @@ -610,7 +610,7 @@ span#kronolithQuickEvent { height: 75px; margin: 0; padding: 0; - background: transparent url("graphics/back_quick.png") top left no-repeat; + background: transparent url("graphics/back_quick.png") no-repeat left top; } #kronolithQuickinsert form { padding: 5px; @@ -809,7 +809,7 @@ div#kronolithEventTopTags span:hover { width: 16px; color: transparent; cursor: pointer; - background: transparent url("graphics/right.png") no-repeat top right; + background: transparent url("graphics/right.png") no-repeat right center; } #kronolithMinicalPrev { background-image: url("graphics/left.png"); @@ -974,7 +974,7 @@ div.kronolithView div.kronolithViewBody div.kronolithRow { right: 0; width: 16px; color: transparent; - background: transparent url("graphics/right.png") no-repeat top right; + background: transparent url("graphics/right.png") no-repeat right center; } .kronolithPrev { right: 15px; -- 2.11.0