Project

General

Profile

Revision 693e96f1

ID693e96f14bcfcee4f0c42e0619adf0347901063b
Parent 477d2eb1
Child a2d3e48e

Added by Thomas ANDREJAK over 14 years ago

Ajout du refresh dans la toolbar et correction CSS / W3C

git-svn-id: https://vigilo-dev.si.c-s.fr/svn@538 b22e2e97-25c9-44ff-b637-2e5ceca36478

View differences:

vigiboard/public/css/vigiboard_style.css
14 14
	border-collapse:collapse;
15 15
	margin-bottom: 10px;
16 16
}
17
.table_top tr td {
18
	padding: 4px;
19
}
20

  
21
.history_table {
22
	width: 100%;
23
	margin-bottom: 30px;
24
}
25
.history_table thead {
26
	background-color:#F8F8F8;
27
	font-weight:bold;
28
}
29

  
30

  
17 31
.vigitable {
18 32
	width: 100%;
19 33
	border-collapse: collapse;
......
25 39

  
26 40
.vigitable thead tr td {
27 41
	padding: 0px;
28
	color:white;
29 42
}
30 43

  
31 44
.vigitable thead tr th {
32 45
	padding: 4px 10px;
33 46
	background-color: #EBECF0;
34 47
	font-weight: bold;
35
	border: none;
48
	border: solid 1px #EBECF0;
36 49
}
37 50

  
38 51
.vigitable tbody tr {
......
139 152
clear:both;
140 153
}
141 154

  
155
.refresh_select {
156
	background-color: #DBEAF5;
157
	border: 1px solid #4682B4;
158
}
159

  
160
.refresh_button {
161
	background-color: red;
162
	color: white
163
}
164

  

Also available in: Unified diff