~ubuntu-branches/ubuntu/precise/koffice/precise

« back to all changes in this revision

Viewing changes to kexi/webforms/webroot/default/media/styles/print-rtl.css

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2010-09-21 15:36:35 UTC
  • mfrom: (1.4.1 upstream) (60.2.11 maverick)
  • Revision ID: james.westby@ubuntu.com-20100921153635-6tejqkiro2u21ydi
Tags: 1:2.2.2-0ubuntu3
Add kubuntu_03_fix-crash-on-closing-sqlite-connection-2.2.2.diff and
kubuntu_04_support-large-memo-values-for-msaccess-2.2.2.diff as
recommended by upstream http://kexi-
project.org/wiki/wikiview/index.php@Kexi2.2_Patches.html#sqlite_stab
ility

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/**
 
2
 * based on code by Sebastian Faubel
 
3
 * modified by Christoph Cullmann
 
4
 */
 
5
 
 
6
/* common (X)HTML formats */
 
7
 
 
8
body {
 
9
background-color: white;
 
10
color: black;
 
11
font-family: sans-serif;
 
12
padding: 0;
 
13
margin: 0;
 
14
}
 
15
 
 
16
table, td, th {
 
17
font-family: sans-serif;
 
18
line-height: 1em;
 
19
padding: 0;
 
20
margin: 0;
 
21
text-align: left;
 
22
}
 
23
 
 
24
input, select, textarea {
 
25
font-family: sans-serif;
 
26
}
 
27
 
 
28
optgroup {
 
29
font-style: normal;
 
30
}
 
31
 
 
32
a:link {
 
33
color: #036;
 
34
}
 
35
 
 
36
a:visited {
 
37
color: #555AAA;
 
38
}
 
39
 
 
40
/* main color definitions */
 
41
 
 
42
.invisible, #nav_header_logo, #nav_header_location, #nav_header_bottom, #footer, .menuheader, #leftmenu, #rightmenu, #leftmenu h2, #leftmenu ul, #search {
 
43
display: none;
 
44
width: 0;
 
45
overflow: hidden;
 
46
}
 
47
 
 
48
#content {
 
49
background-color: white;
 
50
text-align: justify;
 
51
line-height: 1.5em;
 
52
background-color: white;
 
53
padding-right: 2em;
 
54
}
 
55
 
 
56
/* static IDs, ordered top to bottom */
 
57
 
 
58
/* div { border: 1px solid black; } */
 
59
 
 
60
/* hidden stuff */
 
61
.doNotDisplay {
 
62
  display: none;
 
63
}
 
 
b'\\ No newline at end of file'