X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/49e57291d78de2b583d6f2197ae6f9d9ff05e456..d3a3ef14c820bb651c34d70be745ecac159d44f1:/templates/disorder.css?ds=sidebyside diff --git a/templates/disorder.css b/templates/disorder.css index 5df11db..483a3e9 100644 --- a/templates/disorder.css +++ b/templates/disorder.css @@ -8,7 +8,7 @@ body { font-variant: normal } -input { +input,button { font-family: helvetica,sans-serif; font-weight: normal; font-size: 12pt; @@ -175,25 +175,18 @@ 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 *******************************************************************/ -button { - border: 0px; - background-color: transparent; - padding: 0px; - cursor: pointer - font-family: helvetica,sans-serif; - font-weight: normal; - font-variant: normal; - font-size: 12pt; +form.button { + display: inline } /* Buttons and links that look like buttons share the same formatting */ -span.button, a.button { +a.button { padding-top: 2px; border-width: 3px; border-color: #fefefe; /* Off-white */ @@ -226,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 *******************************************************************/