[damned-lies] Make close.png smaller (25px)
- From: Gil Forcada Codinachs <gforcada src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [damned-lies] Make close.png smaller (25px)
- Date: Thu, 11 Oct 2012 15:38:56 +0000 (UTC)
commit af2b25aac843d8025b2ceaef13cb07b78d6fe741
Author: Gil Forcada <gforcada gnome org>
Date: Thu Oct 11 16:50:42 2012 +0200
Make close.png smaller (25px)
common/static/css/overlays.css | 8 ++++----
common/static/img/close.png | Bin 1089 -> 834 bytes
2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/common/static/css/overlays.css b/common/static/css/overlays.css
index ac94da9..915a058 100644
--- a/common/static/css/overlays.css
+++ b/common/static/css/overlays.css
@@ -21,11 +21,11 @@ div.overlaybg div.close,
div.overlay div.close {
background-image: url(../img/close.png);
position: absolute;
- left: -16px;
- top: -16px;
+ left: -10px;
+ top: -10px;
cursor: pointer;
- height: 36px;
- width: 36px;
+ height: 25px;
+ width: 25px;
}
.pb-ajax {
diff --git a/common/static/img/close.png b/common/static/img/close.png
index e7cc718..d55b4db 100644
Binary files a/common/static/img/close.png and b/common/static/img/close.png differ
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]