changeset 7323 | 53f38d39287f |
parent 7233 | 614f23606091 |
child 7581 | bf9f8fa7e5dc |
--- a/web/data/cubicweb.css Fri May 06 08:52:09 2011 +0200 +++ b/web/data/cubicweb.css Fri May 06 11:07:05 2011 +0200 @@ -120,6 +120,19 @@ border: none; } + +img.prevnext { + width: 22px; + height: 22px; +} + +img.prevnext_nogo { + width: 22px; + height: 22px; + filter:alpha(opacity=25); /* IE */ + opacity:.25; +} + fieldset { border: none; }