summaryrefslogtreecommitdiff
path: root/utility.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-09-09 16:05:59 +0400
committerAndrew Dolgov <[email protected]>2012-09-09 16:05:59 +0400
commit8361e724785767d57cd28be7ceaea7ad81fae0a2 (patch)
treebd19895c0778b8f0108cec561cb80fe911512a7d /utility.css
parentb8386ad3d14dc0518e1289d3987c79c3922dae2a (diff)
implement sharing of arbitrary stuff using bookmarklet and API call, bump API version
Diffstat (limited to 'utility.css')
-rw-r--r--utility.css24
1 files changed, 24 insertions, 0 deletions
diff --git a/utility.css b/utility.css
index 14357b4da..c4fd63fca 100644
--- a/utility.css
+++ b/utility.css
@@ -118,4 +118,28 @@ div.rss hr {
border-color : #e0e0e0;
}
+body#sharepopup {
+ background : #88b0f0;
+ margin : 10px;
+ padding : 0px;
+}
+
+body#sharepopup h1 {
+ font-size : 14px;
+ margin : 0px;
+ color : #88b0f0;
+}
+body#sharepopup table {
+ background : white;
+ border : 1px solid black;
+ padding : 5px;
+}
+
+body#sharepopup form {
+ height : 100%;
+}
+
+body#sharepopup input {
+ width : 100%;
+}