display: block;
margin: 10px 250px;
}
+#header #logomini {
+ background-image: url(/images/logomini.png);
+ background-repeat: no-repeat;
+ width: 140px;
+ height: 65px;
+ display: block;
+ margin: 10px 410px;
+}
#header #logo span { display: none; }
+#header #logomini span { display: none; }
#header #description p {
font-size: 1.4em;
line-height: 1.8em;
border: 0;
border-bottom: 1px solid #eeeeee;
}
-#body #qrcode {
- display: block;
- margin: 10px 90px;
-}
+#body #sharing { text-align: center; }
#body input.title {
border: 1px solid #cccccc;
font-size: 1.6em;
margin: 0 90px;
width: 770px;
}
+#body #sharing input.url {
+ width: 290px;
+ margin-bottom: 10px;
+ margin-top: 10px;
+}
#body textarea.text {
border: 1px solid #cccccc;
font-size: 1.6em;
width: 760px;
background-color: #f0fff0;
}
+.tooltip {
+ position: absolute;
+ top: 0;
+ left: 0;
+ z-index: 3;
+ display: none;
+}
+#footer { height: 100px; }