~etherpad/etherpad/ubuntu-lucid-backport

« back to all changes in this revision

Viewing changes to etherpad/src/plugins/twitterStyleTags/static/css/tagBrowser.css

  • Committer: James Page
  • Date: 2011-04-13 08:00:43 UTC
  • Revision ID: james.page@canonical.com-20110413080043-eee2nq7y1v7cv2mp
* Refactoring to use native Ubuntu Java libraries. 
* debian/control:
  - use openjdk instead of sun's java
  - update maintainer
* debian/etherpad.init.orig, debian/etherpad.upstart:
  - move the init script out of the way
  - create a basic upstart script
  - note that the open office document conversion daemon was dropped
    from the upstart configuration; if this behavior is desired, please
    create a separate upstart job for it
* debian/rules:
  - just use basic dh_installinit, as it will pick up the new upstart job
* New release
* Changed maintainer to Packaging
* Fixed installation scripts
* Initial Release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.padtag a,
 
2
.padtag a:visited,
 
3
a.padtag,
 
4
a.padtag:visited,
 
5
a.anti_padtag,
 
6
a.anti_padtag:visited {
 
7
 line-height: 1.7em;
 
8
}
 
9
 
 
10
dt {
 
11
  padding-bottom: 2pt;
 
12
}
 
13
 
 
14
dd {
 
15
  padding-left: 20pt;
 
16
  padding-bottom: 10pt;
 
17
}
 
18
 
 
19
h1 {
 
20
 font-size: 12pt;
 
21
 margin-top: 5pt;
 
22
}
 
23
 
 
24
.label {
 
25
 font-size: 14pt;
 
26
}
 
27
 
 
28
#editorcontainer {
 
29
 padding: 5pt;
 
30
 height: auto;
 
31
}
 
32
 
 
33
#editorcontainerbox {
 
34
 overflow: auto;
 
35
 height: auto;
 
36
}
 
37
 
 
38
 
 
39
.query-refiner {
 
40
 float: right;
 
41
 padding: 10pt;
 
42
 margin-left: 5pt;
 
43
 margin-bottom: 5pt;
 
44
 border: 1px solid #9C9C9C;
 
45
 width: 40%;
 
46
}
 
47
 
 
48
.query-refiner h1 {
 
49
 margin-bottom: 2pt;
 
50
 margin-top: 0;
 
51
}
 
52
 
 
53
#padchat iframe {
 
54
 border: none;
 
55
}