Subversion Repositories ALCASAR

Rev

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

Rev 2565 Rev 2809
Line 85... Line 85...
85
.schedule-rows td[data-disabled] { opacity: 0.55; }
85
.schedule-rows td[data-disabled] { opacity: 0.55; }
86
 
86
 
87
.schedule-header tr th:first-child {
87
.schedule-header tr th:first-child {
88
	background-color: transparent;
88
	background-color: transparent;
89
}
89
}
-
 
90
 
-
 
91
/*
-
 
92
 * Panel
-
 
93
 */
-
 
94
.panel {
-
 
95
	width: 100%;
-
 
96
	border-spacing: 0;
-
 
97
	border-collapse: collapse;
-
 
98
}
-
 
99
.panel .panel-header {
-
 
100
	border-bottom: 2px solid #FFCC66;
-
 
101
	padding: 0;
-
 
102
	font-family: "DejaVu Sans";
-
 
103
	font-size: small;
-
 
104
	text-align: center;
-
 
105
	font-weight: bold;
-
 
106
	color: #EFEFEF;
-
 
107
	background-color: #666666;
-
 
108
}
-
 
109
.panel .panel-body {
-
 
110
	border: 2px ridge black;
-
 
111
	overflow: auto;
-
 
112
}