~ubuntu-branches/ubuntu/raring/maas/raring-security

« back to all changes in this revision

Viewing changes to src/maasserver/static/css/forms.css

  • Committer: Package Import Robot
  • Author(s): Andres Rodriguez
  • Date: 2012-04-03 14:50:34 UTC
  • mfrom: (1.1.9)
  • Revision ID: package-import@ubuntu.com-20120403145034-zpoykvh2wetqp2lz
Tags: 0.1+bzr400+dfsg-0ubuntu1
* debian/patches/{02-pserv-config,03-txlongpoll-config}.patch: Refreshed.
* debian/maas.install: Install maas-gc cronjob.
* Add apport hook.
  - debian/maas.apport: Add hook.
  - debian/rules: Install with apport.
* debian/maas.logrotate: Add logrotate for txlongpoll and pserv logs.
* Create 'var/lib/media/maas/storage' on postinst to have right permissions.
  - debian/maas.dirs: Drop dir creation.
  - debian/maas.postinst: Create dir with correct permissions.
  - debian/maas.postrm: Remove dir on purge.

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
.button,
70
70
button,
71
71
input[type="submit"] {
72
 
    padding: 4px 30px;
 
72
    padding: 4px 20px;
73
73
    color: #fff;
74
74
    font-size: 14px;
75
75
    text-align: center;