diff options
author | Stefan <stefan@stefans-entwicklerecke.de> | 2014-09-14 20:26:35 +0200 |
---|---|---|
committer | Stefan <stefan@stefans-entwicklerecke.de> | 2014-09-14 20:26:35 +0200 |
commit | 0d95c8d1ec51b5bbb3e1f6c3ae8f36e087298f18 (patch) | |
tree | 73521b8bd3844bccdd914f09127ec22931be6f63 /src | |
parent | 287a7805c9c47dea2290ea8492df7e50155862f3 (diff) | |
download | etherpad-lite-0d95c8d1ec51b5bbb3e1f6c3ae8f36e087298f18.zip |
Revert change on position of imp/exp overlay
Diffstat (limited to 'src')
-rw-r--r-- | src/static/css/timeslider.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/static/css/timeslider.css b/src/static/css/timeslider.css index 9f5b570d..87944a87 100644 --- a/src/static/css/timeslider.css +++ b/src/static/css/timeslider.css @@ -168,7 +168,7 @@ width: 185px } #importexport { - top: 100px; + top: 118px; width: 185px; position: fixed; } |