Fix rights checking when updating a logged-in user's rights.
[disorder] / templates / disorder.css
index fce95fc..84b306b 100644 (file)
@@ -47,18 +47,21 @@ h2 {
 
 /* table of current and future tracks */
 table.playing {
+  border-collapse: collapse;
   width: 100%;                 /* use the full available width */
   border-spacing: 0            /* no unsightly gaps between cells */
 }
 
 /* table of recently played tracks */
 table.recent {
+  border-collapse: collapse;
   width: 100%;                 /* use the full available width */
   border-spacing: 0            /* no unsightly gaps between cells */
 }
 
 /* table of newly added played tracks */
 table.new {
+  border-collapse: collapse;
   width: 100%;                 /* use the full available width */
   border-spacing: 0            /* no unsightly gaps between cells */
 }
@@ -189,6 +192,18 @@ p.directoryname {
   padding: 0.2em
 }
 
+a.thisdirectory:link {
+  color: black
+}
+
+a.thisdirectory:visited {
+  color: black
+}
+
+a.thisdirectory:active {
+  color: red
+}
+
 /* directories */
 div.directories {
 }
@@ -208,6 +223,7 @@ p.directory {
 }
 
 a.directory {
+  text-decoration: none;
 }
 
 a.directory:link {
@@ -425,7 +441,7 @@ a.activemenu:active,a.inactivemenu:active {
 
 span.invalidmenu {
   text-decoration: none;
-  color: grey;
+  color: #808080;              /* grey */
   font-family: sans-serif;
   font-weight: bold;
   font-size: 14pt
@@ -438,6 +454,7 @@ p.prefs_new,p.prefs_head {
 }
 
 table.prefs {
+  border-collapse: collapse;
   border-spacing: 0
 }
 
@@ -515,6 +532,11 @@ form.login {
   background-color: #e0ffe0    /* pastel green */
 }
 
+form.reminder {
+  border: 1px solid black;
+  background-color: #e0e0ff    /* pastel blue */
+}
+
 form.register {
   border: 1px solid black;
   background-color: #e0e0ff    /* pastel blue */