~ubuntu-branches/ubuntu/lucid/couchdb/lucid

« back to all changes in this revision

Viewing changes to share/www/style/layout.css

  • Committer: Bazaar Package Importer
  • Author(s): Chad Miller, Ken VanDine
  • Date: 2009-09-25 19:18:26 UTC
  • mfrom: (1.2.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20090925191826-km9018omfgxosvah
Tags: 0.10.0~svn818859-0ubuntu1
* Import code from pre-release branch.  (LP: #427860, #408909)
        + Build and System Integration:
          * Changed `couchdb` script configuration options.
          * Added default.d and local.d configuration directories to load
      sequence.
        + HTTP Interface:
          * Added optional cookie-based authentication handler.
          * Added optional two-legged OAuth authentication handler.
* Packaging of couchdb-bin must replace pre-split couchdb.
  (LP: #432219)
* Move all of /etc and /var out of the couchdb-bin package, to the
  couchdb package. 
* /etc/couchdb must be in couchdb-bin, as config files are needed
  by all servers.
  + So the couchdb user must be managed by couchdb-bin.
  + Split postinst/postrm files to manage different files.
  + Set Replaces of couchdb-bin by couchdb so that config files
    migrate.
* Update the version number in postrm.  (!)
* Use the new "Breaks" field in control file to help split pkg.

[Ken VanDine]
* debian/couchdb.install:
  - removed /var
* debian/rules:
  - removed bootstrap 
* debian/couchdb.postinst:
  - Added the debhelper tag

Show diffs side-by-side

added added

removed removed

Lines of Context:
428
428
  float: left; margin-left: 0; padding-left: 2px; padding-right: .5em;
429
429
  padding-top: 2px;
430
430
}
431
 
#fields tbody.content input, #fields tbody.content textarea {
 
431
#fields tbody.content input, #fields tbody.content textarea, #fields tbody.source textarea {
432
432
  background: #fff; border: 1px solid; border-color: #999 #ddd #ddd #999;
433
433
  margin: 0; padding: 1px; width: 100%;
434
434
}
435
435
#fields tbody.content th input { font-family: inherit; font-size: inherit;
436
436
  font-weight: bold;
437
437
}
438
 
#fields tbody.content td input, #fields tbody.content td textarea {
 
438
#fields tbody.content td input, #fields tbody.content td textarea, #fields tbody.source textarea {
439
439
  font: 11px normal "DejaVu Sans Mono",Monaco,monospace;
440
440
}
441
441
#fields tbody.content input.invalid,
442
 
#fields tbody.content textarea.invalid {
 
442
#fields tbody.content textarea.invalid,
 
443
#fields tbody.source textarea.invalid {
443
444
  background: #f9f4f4; border-color: #b66 #ebb #ebb #b66;
444
445
}
445
 
#fields tbody.content div.grippie { padding: 0 1px; width: 100%; }
446
 
#fields tbody.content div.error { color: #d33; }
 
446
#fields tbody.content div.grippie, #fields tbody.source div.gripple { padding: 0 1px; width: 100%; }
 
447
#fields tbody.content div.error, #fields tbody.source div.error { color: #d33; }
447
448
 
448
449
#fields tbody.content td ul.attachments { list-style: none; margin: 0;
449
450
  padding: 0;
469
470
#fields tbody.source td pre { color: #999; font-size: 11px; line-height: 1.6em;
470
471
  margin: 0; overflow: auto; white-space: pre-wrap; width: 100%;
471
472
}
 
473
#fields tbody.source td.editinline-container { padding-left: 14px; padding-right: 48px; }
472
474
 
473
475
/* Test suite */
474
476