color: #900;
}
+#toggle-share-shelf {
+ display: block;
+ width: 100%;
+ height: 1.5em;
+ background-color: #EEE;
+ margin-top: 0.5em;
+ padding: 0.5em 0;
+ -moz-border-radius: 4px;
+ -webkit-border-radius: 4px;
+ border-radius: 4px;
+ text-align: center;
+ outline: none;
+}
+#toggle-share-shelf p {
+ margin:0;
+}
+
+#share-shelf {
+ -moz-border-radius: 4px;
+ -webkit-border-radius: 4px;
+ border-radius: 4px;
+ border: 3px solid #EEE;
+ padding: 5px;
+ margin-top: -5px;
+}
+#share-shelf input {
+ width: 100%;
+}
+
+
/* ============================ */
/* = Books and fragments list = */
/* ============================ */
.cuteform .error {
color: #BF3024;
+ display: block;
}
/* ================ */
text-decoration: none;
}
+#suggest-window {
+ position: absolute;
+ display: none;
+ width: 35em;
+ background-color: transparent;
+ margin-top: -0.5em;
+ margin-left: 1em;
+}
+
+#suggest-window div.header {
+ background-color: #FFF;
+ border-right: 0.3em solid #DDD;
+ width: 4em;
+ right: 0;
+ left: auto;
+ padding: 0.5em 1em 0.5em 1em;
+ float: right;
+ text-align: center;
+}
+
+#suggest-window div.target {
+ clear: both;
+ background-color: #FFF;
+ border-right: 0.3em solid #DDD;
+ border-bottom: 0.3em solid #DDD;
+ padding: 1em;
+}
+#suggest-form textarea {
+ width: 30em;
+}
+
/* ======================== */
/* = Alphabetic book list = */
/* ======================== */