view jamendo/sparql-archived/SeRQL/lib/settings.css @ 27:d95e683fbd35 tip

Enable CORS on urispace redirects as well
author Chris Cannam
date Tue, 20 Feb 2018 14:52:02 +0000
parents df9685986338
children
line wrap: on
line source
/* $Id$

   CSS for Settings module,
   Author: Jan Wielemaker
   Copying: Public domain

   For a tutorial on CSS, see
   <http://www.htmldog.com/guides/cssbeginner/selectors/>
*/

th.settings-module
{ color: white;
  background-color: navy
}

table.settings td
{ vertical-align: top;
}

table.settings tr.settings-entry-odd
{ background-color: #f0f0f0;
}

div.list
{ border-width: 1;
}