summaryrefslogtreecommitdiff
path: root/src/static/css
diff options
context:
space:
mode:
author0ip <me@factor.cc>2012-04-30 15:54:21 +0200
committer0ip <me@factor.cc>2012-04-30 15:54:21 +0200
commit23cdb2a5c67d2a611dd5eaa81df51f08baf8c5f2 (patch)
treebb0c8c36a91ca8312cd12c2806c5475082bbdf41 /src/static/css
parent96eb8ac004074ceaea6c66ff4a41e6a6d11023b7 (diff)
downloadetherpad-lite-23cdb2a5c67d2a611dd5eaa81df51f08baf8c5f2.zip
Removed QR-Code
Diffstat (limited to 'src/static/css')
-rw-r--r--src/static/css/pad.css28
1 files changed, 0 insertions, 28 deletions
diff --git a/src/static/css/pad.css b/src/static/css/pad.css
index 601200ab..e052c329 100644
--- a/src/static/css/pad.css
+++ b/src/static/css/pad.css
@@ -1318,31 +1318,6 @@ ul#colorpickerswatches li:hover {
line-height: 18px;
position: fixed;
}
-#qr_center {
- margin: 10px 10px auto 0;
- text-align: center;
-}
-#embedreadonlyqr {
- -webkit-box-shadow: 0 0 10px #000;
- -moz-box-shadow: 0 0 10px #000;
- box-shadow: 0 0 10px #000;
- -webkit-border-radius: 3px;
- -moz-border-radius: 3px;
- border-radius: 3px;
- -webkit-transition: all .2s ease-in-out;
- -moz-transition: all .2s ease-in-out;
- -o-transition: all .2s ease-in-out;
- -ms-transition: all .2s ease-in-out;
- transition: all .2s ease-in-out;
-}
-#embedreadonlyqr:hover {
- cursor: none;
- -webkit-transform: scale(1.5);
- -moz-transform: scale(1.5);
- -o-transform: scale(1.5);
- -ms-transform: scale(1.5);
- transform: scale(1.5);
-}
.rtl {
direction: RTL
}
@@ -1518,9 +1493,6 @@ input[type=checkbox] {
#usericonback {
margin-top: 4px
}
- #qrcode {
- display: none
- }
.toolbar ul.menu_right li:not(:last-child) {
display: block
}