diff options
author | Arne Georg Gleditsch <argggh@lxr.linpro.no> | 2010-08-06 22:12:55 +0200 |
---|---|---|
committer | Arne Georg Gleditsch <argggh@lxr.linpro.no> | 2010-08-06 22:12:55 +0200 |
commit | 7cef7c08ebab0374f8dced2f047b5a8bf281c44c (patch) | |
tree | 77e355106206b39d311fab3849239d41e918189b /webroot/.static/css/lxrng.css | |
parent | 1f63a948e0b2de15dba55610cd62f31f15e1167b (diff) |
Add save button.
Diffstat (limited to 'webroot/.static/css/lxrng.css')
-rw-r--r-- | webroot/.static/css/lxrng.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/webroot/.static/css/lxrng.css b/webroot/.static/css/lxrng.css index acc7d92..c5a46eb 100644 --- a/webroot/.static/css/lxrng.css +++ b/webroot/.static/css/lxrng.css @@ -213,6 +213,11 @@ button.print { background: #F0F0F0; } +button.save { + border: 0; + background: #F0F0F0; +} + table.directory td.name { width: 30ex; } |