Revision 948a9b34 src/gr/grnet/pithos/web/public/pithos.css

b/src/gr/grnet/pithos/web/public/pithos.css
34 34
 */
35 35
body {
36 36
	color: black;
37
	font: 13px Verdana, 'PT Sans', sans-serif;
37
	font-family: Verdana, 'PT Sans', sans-serif;
38
	font-size: 13px;
38 39
	margin: 8px;
39 40
	margin-top: 3px;
40 41
	background-color: transparent;
41 42
}
42 43

  
43 44
table td {
44
	font: 13px Verdana, 'PT Sans', sans-serif;
45
	font-family: Verdana, 'PT Sans', sans-serif;
46
	font-size: 13px;
45 47
}
46 48

  
47 49
.pithos-outer {
......
122 124
}
123 125

  
124 126
.pithos-DialogBox .close {
125
	background: url(images/close-popup.png) no-repeat;
126 127
	cursor: pointer;
127 128
	position: absolute;
128 129
	width: 13px;
129 130
	height: 13px;
130 131
	top: 12px;
131
	right: 7px;
132
	right: 27px;
133
	font-size: 0.8em;
132 134
}
133 135

  
134 136
.pithos-DialogBox .dialogMiddleCenter {

Also available in: Unified diff