summaryrefslogtreecommitdiff
path: root/digest.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-11-07 13:32:19 +0400
committerAndrew Dolgov <[email protected]>2012-11-07 13:32:19 +0400
commitc8b31978c95cb3e9f570523e9a267920159c0e52 (patch)
tree07371773107d4bb0b6db0b9aef2cdc24ad9e951d /digest.css
parent17ea62ba798a38934938f67803341cb19c3c3648 (diff)
digest: more logical position for close article prompt
Diffstat (limited to 'digest.css')
-rw-r--r--digest.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/digest.css b/digest.css
index d21dac7b0..54568e3bc 100644
--- a/digest.css
+++ b/digest.css
@@ -62,7 +62,7 @@ a:hover {
#content {
position : absolute;
left : 0px;
- top : 0px;
+ top : 30px;
right : 0px;
bottom : 0px;
-webkit-transition: left 0.2s linear, right 0.2s linear;
@@ -148,7 +148,7 @@ a:hover {
position : absolute;
left : 0px;
width : 300px;
- top : 0px;
+ top : -30px;
bottom : 0px;
font-size : 14px;
overflow : auto;
@@ -194,7 +194,7 @@ a:hover {
font-size : 14px;
position : absolute;
left : 303px;
- top : 30px;
+ top : 0px;
bottom : 0px;
right : 0px;
overflow : auto;