Subversion Repositories eFlore/Applications.cel

Rev

Rev 1217 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1217 Rev 1238
Line 34... Line 34...
34
/*+--------------------------------------------------------------------------------------------------------+*/
34
/*+--------------------------------------------------------------------------------------------------------+*/
35
/* Correction style CSS Bootstrap */
35
/* Correction style CSS Bootstrap */
36
.well {
36
.well {
37
	margin-bottom: 5px;
37
	margin-bottom: 5px;
38
	padding: 4px;
38
	padding: 4px;
39
}
-
 
40
.table thead th {
-
 
41
	vertical-align:top;
-
 
42
	border: 1px solid #DDDDDD !important;
-
 
43
}
-
 
44
.table tbody td.obs-action, .table tbody td.obs-miniature {
-
 
45
	vertical-align:middle;
-
 
46
	text-align:center;
-
 
47
}
-
 
48
.table tbody td.obs-miniature img {
-
 
49
	max-width:100px;
-
 
50
	max-height:100px;
-
 
51
}
39
}
52
40