chiark / gitweb /
Fix track name quoting. Oops l-(
[disorder] / templates / disorder.css
index e647da0697ed5d77cb918b26dd8c022615ab30f1..483a3e96b36fc50cea1207b1733091eccf1a09f3 100644 (file)
@@ -8,7 +8,7 @@ body {
   font-variant: normal
 }
 
-input {
+input,button {
   font-family: helvetica,sans-serif;
   font-weight: normal;
   font-size: 12pt;
@@ -175,15 +175,19 @@ div.filesdirectories a:active {
 }
 
 /* all files */
-div.filesdirectories p.all {
+div.filesdirectories div.allfiles {
   margin-left: 1em              /* indent play all button only one step */
 }
 
 /* buttons *******************************************************************/
 
+form.button {
+  display: inline
+}
+
 /* Buttons and links that look like buttons share the same formatting */
-button,a.button {
-  padding: 1px;
+a.button {
+  padding-top: 2px;
   border-width: 3px;
   border-color: #fefefe;       /* Off-white */
   border-style: inset;
@@ -194,7 +198,12 @@ button,a.button {
   font-weight: normal;
   font-variant: normal;
   font-size: 12pt;
-  overflow: visible             /* For IE's benefit */
+  cursor: pointer
+}
+
+a.button {
+  padding-left: 4px;
+  padding-right: 4px;
 }
 
 a.button:active,button:active {
@@ -210,34 +219,13 @@ img.button {
 
 /* searching *****************************************************************/
 
-span.search_artist {
-  font-weight: bold             /* Artist in bold */
-}
-
-div.search_album {
-  margin-left: 1em             /* Indent album one step */
-}
-
-div.search_title {
-  margin-left: 1em             /* Indent title two steps */
-}
-
-div.search_title p {
-  margin-top: 0;               /* Titles are compressed relative to ... */
-  margin-bottom: 0              /* ...artists and albums */
-}
-
-div.search_title a {
-  color: black
-}
-
-div.search_title a:active {
-  color: red
+div.search {
+  border: 1px solid black;     /* Give the search box a border */
+  padding: 0.2em;
 }
 
-form.search {
-  border: 1px solid black;     /* Give the search box a border */
-  padding: 0.2em
+form.search, form.search p {
+  display: inline
 }
 
 /* menu bar *******************************************************************/