Moved catalogue, chunks, compress, newtagging and pagination applications to apps...
[wolnelektury.git] / media / css / master.css
index 530062a..6615ee6 100644 (file)
@@ -260,9 +260,9 @@ em {
     color: #999;
 }
 
-/* ============== */
-/* = Books list = */
-/* ============== */
+/* ============================ */
+/* = Books and fragments list = */
+/* ============================ */
 #books-list {
     margin: 0;
 }
@@ -281,7 +281,25 @@ em {
     border-radius: 3px;
 }
 
-.book .change-sets {
+.fragment {
+    border-bottom: 0.1em solid #EEE;
+    margin-top: 0.5em;
+}
+
+.fragment-text, .fragment-short-text {
+    padding: 0.5em;
+    background-color: #FFF;
+    -moz-border-radius: 3px;
+    -webkit-border-radius: 3px;
+    border-radius: 3px;
+}
+
+.fragment-metadata {
+    padding: 0.5em 0.5em 1.5em 0.5em;
+    float: right;
+}
+
+.change-sets {
     float: right;
 }
 
@@ -326,6 +344,8 @@ em {
 /* ================ */
 /* = Modal Window = */
 /* ================ */
+.jqmOverlay { background-color: #000; }
+
 #set-window {
     position: absolute;
     display: none;
@@ -349,9 +369,6 @@ em {
     padding: 1em;
 }
 
-.jqmOverlay { background-color: #000; }
-
-
 #login-register-window {
     position: absolute;
     display: none;
@@ -380,6 +397,44 @@ em {
     padding: 1em;
 }
 
+#user-shelves-window {
+    position: absolute;
+    display: none;
+    width: 28em;
+    background-color: transparent;
+    margin-top: -0.5em;
+    margin-left: 1em;
+}
+
+#user-shelves-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;
+}
+
+#user-shelves-window div.target {
+    clear: both;
+    background-color: #FFF;
+    border-right: 0.3em solid #DDD;
+    border-bottom: 0.3em solid #DDD;
+    padding: 1em;
+}
+
+#user-shelves-window ul {
+    list-style: none;
+    padding: 0;
+}
+
+#user-shelves-window a.delete-shelf {
+    color: #900;
+    float: right;
+}
+
 /* ======================== */
 /* = Alphabetic book list = */
 /* ======================== */
@@ -397,10 +452,3 @@ em {
     line-height: 2em;
 }
 
-/* ================= */
-/* = Fragment list = */
-/* ================= */
-.fragment {
-    margin-bottom: 1.5em;
-}
-