aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/assets/stylesheets/widget.scss5
1 files changed, 3 insertions, 2 deletions
diff --git a/app/assets/stylesheets/widget.scss b/app/assets/stylesheets/widget.scss
index 5cd43d6a4..e8ef8ce42 100644
--- a/app/assets/stylesheets/widget.scss
+++ b/app/assets/stylesheets/widget.scss
@@ -43,11 +43,12 @@ a:active {
}
.alaveteli-widget {
- width: 320px;
- height: 215px;
+ width: 318px;
+ height: 213px;
border: 1px solid #e9e9e9;
background: #e9e9e9 url("widget-base.png") top left no-repeat;
position: relative;
+ border: 1px solid #eee;
}
.alaveteli-widget__title {