~software-store-developers/software-center/3.0

« back to all changes in this revision

Viewing changes to softwarecenter/view/purchasedialog.py

merged lp:~mpt/software-center/basic-css, improves the
style of the purchase dialog (thanks!)

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
<head>
51
51
 <title></title>
52
52
</head>
 
53
<style type="text/css">
 
54
html {
 
55
  background: #fff;
 
56
  color: #000;
 
57
  font: sans-serif;
 
58
  font: caption;
 
59
  text-align: center;
 
60
  position: absolute;
 
61
  top: 0;
 
62
  bottom: 0;
 
63
  width: 100%%;
 
64
  height: 100%%;
 
65
  display: table;
 
66
}
 
67
body {
 
68
  display: table-cell;
 
69
  vertical-align: middle;
 
70
}
 
71
h1 {
 
72
  background: url(file:///usr/share/software-center/images/spinner.gif) top center no-repeat;
 
73
  padding-top: 48px; /* leaves room for the spinner above */
 
74
  font-size: 100%%;
 
75
  font-weight: normal;
 
76
}
 
77
</style>
53
78
<body>
54
79
 <h1>%s</h1>
55
80
</body>