]> gitweb.fperrin.net Git - djsite.git/blobdiff - quotes/static/quotes/style.css
Add a massimport page
[djsite.git] / quotes / static / quotes / style.css
index efd85c9c2cd5c5fe1bc4f1d8a280ca7bdfdf4b71..454b851f18b00792f18271be17d6f58db1a2ce81 100644 (file)
@@ -23,7 +23,7 @@ a:hover {
     text-align: right;
 }
 
-.quote .author .work_name {
+.work_name {
     font-style: italic;
 }
 
@@ -33,14 +33,11 @@ a:hover {
 }
 
 .hidden_details {
-    /* displayed through Javascript */
-    height: 0;
-    overflow: hidden;
-    transition: height 3s linear;
-    /* visibility: hidden; */
-    /* opacity: 0; */
-    /* transition: opacity 2s linear; */
-
+    /* hidden, and then toggled, from Javascript. */
+    border: 1px solid transparent;
+    /* without this invisible border there is a jump at the end of the
+       animation. */
+    padding-top: -1em;
 }
 
 .tag_link {