]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Updated bookmarklet styles
authorSarven Capadisli <csarven@status.net>
Thu, 29 Oct 2009 12:31:56 +0000 (13:31 +0100)
committerSarven Capadisli <csarven@status.net>
Thu, 29 Oct 2009 12:31:56 +0000 (13:31 +0100)
doc-src/bookmarklet
theme/base/css/display.css

index 0aa9e1e490f0353d97285e2bcd6b885a62e78705..ff42f66b2ccb8249afcba041c0b9100eac330c2c 100644 (file)
@@ -2,4 +2,4 @@ A bookmarklet is a small piece of javascript code used as a bookmark. This one w
 
 Drag-and-drop the following link to your bookmarks bar or right-click it and add it to your browser favorites to keep it handy.
 
-<a href="javascript:(function(){var%20d=document,w=window,e=w.getSelection,k=d.getSelection,x=d.selection,s=(e?e():(k)?k():(x?x.createRange().text:0)),f='http://localhost/dev/index.php?action=bookmarklet',l=d.location,e=encodeURIComponent,g=f+'&status_textarea=%22'+((e(s))?e(s):e(document.title))+'%22%20%E2%80%94%20'+l.href;function%20a(){if(!w.open(g,'t','toolbar=0,resizable=0,scrollbars=1,status=1,width=650,height=200')){l.href=g;}}a();})()">Post to %%site.name%%</a>
+<a href="javascript:(function(){var%20d=document,w=window,e=w.getSelection,k=d.getSelection,x=d.selection,s=(e?e():(k)?k():(x?x.createRange().text:0)),f='http://localhost/dev/index.php?action=bookmarklet',l=d.location,e=encodeURIComponent,g=f+'&status_textarea=%22'+((e(s))?e(s):e(document.title))+'%22%20%E2%80%94%20'+l.href;function%20a(){if(!w.open(g,'t','toolbar=0,resizable=0,scrollbars=1,status=1,width=450,height=200')){l.href=g;}}a();})()">Post to %%site.name%%</a>
index d9dca98156c85d6e11fcc58ebe512d9e79b0daa9..c8aafe48935abc69bb8e1be73c01b59ff9536ab6 100644 (file)
@@ -1295,3 +1295,13 @@ display:none;
 .guide {
 clear:both;
 }
+
+#bookmarklet address {
+display:none;
+}
+#bookmarklet #form_notice {
+width:auto;
+}
+#bookmarklet #wrap {
+min-width:0;
+}