This makes it consistent with the 'create new list' box
and improves the contrast of the inputs.
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
h2.bookbag-name { margin-bottom: 0em; padding-bottom: 0em; }
.bookbag-specific { margin-left: 1em; }
.bookbag-specific div.sort { float: left; width: 40%; margin-left:15px;text-align: left; }
-.bookbag-specific div.meta { float: right; width: 54%; text-align: left; border: 1px #ccc solid;padding:5px;margin-top:5px;}
+.bookbag-specific div.meta {
+ background-color: [% css_colors.accent_light %];
+ float: right;
+ width: 54%;
+ text-align: left;
+ border: 1px #ccc solid;
+ padding:5px;
+ margin-top:5px;
+}
.bookbag-description {
padding-top: 0em;
font-style: italic;