comparison media/css/base.css @ 16:c037eee52796

Added a style for errorslist based on blueprints form error class.
author Brian Neal <bgneal@gmail.com>
date Sat, 18 Apr 2009 19:39:48 +0000
parents 777451a98f9d
children aa2b41c5212b
comparison
equal deleted inserted replaced
15:32b1ca8e2940 16:c037eee52796
100 padding-bottom: 0.5em; 100 padding-bottom: 0.5em;
101 } 101 }
102 table { 102 table {
103 width: auto; 103 width: auto;
104 } 104 }
105 .errorlist {
106 background: #FBE3E4;
107 color: #8a1f11;
108 border-color: #FBC2C4;
109 border: 2px solid #ddd;
110 }