From c4df339b9235ee180c524dfa373ab7e5fa6c8f93 Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Thu, 21 Jun 2012 02:42:38 +0100 Subject: Darkzero/NS - make the archives font the same colour as the other widgets. --- view/theme/darkzero-NS/style.css | 4 ++++ view/theme/darkzero/style.css | 4 ++++ 2 files changed, 8 insertions(+) (limited to 'view') diff --git a/view/theme/darkzero-NS/style.css b/view/theme/darkzero-NS/style.css index 6dc788f35..e7c70dc54 100644 --- a/view/theme/darkzero-NS/style.css +++ b/view/theme/darkzero-NS/style.css @@ -153,4 +153,8 @@ blockquote { .editicon:hover { background-color: #ccc; +} + +#datebrowse-sidebar select { +color:#99CCFF !important; } \ No newline at end of file diff --git a/view/theme/darkzero/style.css b/view/theme/darkzero/style.css index 77650a91a..8a6099ee8 100644 --- a/view/theme/darkzero/style.css +++ b/view/theme/darkzero/style.css @@ -149,4 +149,8 @@ blockquote { /* This seems okay to me...we might not need a new iconset, lets see how people react */ .editicon { background-color: #333; +} + +#datebrowse-sidebar select { +color:#99CCFF !important; } \ No newline at end of file -- cgit v1.2.3 From 75e82dc0779b0fe7ebedb26e4c12660f00435bae Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Thu, 21 Jun 2012 03:14:41 +0100 Subject: Darkzero-NS fix weeks old BBIcon error --- view/theme/darkzero-NS/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'view') diff --git a/view/theme/darkzero-NS/style.css b/view/theme/darkzero-NS/style.css index e7c70dc54..9c15329da 100644 --- a/view/theme/darkzero-NS/style.css +++ b/view/theme/darkzero-NS/style.css @@ -151,8 +151,8 @@ blockquote { overflow: none; } -.editicon:hover { - background-color: #ccc; +.editicon { + background-color: #333; } #datebrowse-sidebar select { -- cgit v1.2.3 From 54c76ca822978ebb97cd5b6dfdff0ea3f4f4fe7c Mon Sep 17 00:00:00 2001 From: Zach Prezkuta Date: Wed, 20 Jun 2012 20:36:10 -0600 Subject: allow rotation either CW or CCW --- view/photo_edit.tpl | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'view') diff --git a/view/photo_edit.tpl b/view/photo_edit.tpl index f6059a7ec..85d5fb8e2 100644 --- a/view/photo_edit.tpl +++ b/view/photo_edit.tpl @@ -18,8 +18,12 @@
-
$rotate
- +
+ $rotatecw
+ $rotateccw +
+
+
-- cgit v1.2.3