Subversion Repositories CoffeeCatalog

Rev

Rev 4 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4 Rev 6
Line 79... Line 79...
79
.nowrap {
79
.nowrap {
80
	white-space: nowrap;
80
	white-space: nowrap;
81
	margin: auto;
81
	margin: auto;
82
}
82
}
Line 83... Line 83...
83
 
83
 
-
 
84
input[type=text],
-
 
85
textarea
84
input[type=text] {
86
 {
85
	padding: 2px;
87
	padding: 2px;
86
	border: 1px solid var(--medium-color);
88
	border: 1px solid var(--medium-color);
87
  	border-radius: 4px;
89
  	border-radius: 4px;
88
	box-sizing: border-box;
90
	box-sizing: border-box;
89
  	outline: none;
91
  	outline: none;
90
	color: var(--dark-color);
92
	color: var(--dark-color);
Line 91... Line 93...
91
}
93
}
-
 
94
 
92
 
95
input[type=text]:focus,
93
input[type=text]:focus {
96
textarea:focus {
Line -... Line 97...
-
 
97
  border: 1px solid var(--dark-color);
94
  border: 1px solid var(--dark-color);
98
}
95
}
99
 
96
 
100
 
97
 
101
input[type=button],
98
input[type=button], input[type=submit] {
102
input[type=submit] {
99
	background-color: var(--medium-color);
103
	background-color: var(--medium-color);
Line 212... Line 216...
212
}
216
}
213
.quarters {
217
.quarters {
214
	width: 25%;
218
	width: 25%;
215
}
219
}
Line -... Line 220...
-
 
220
 
-
 
221
.right {
-
 
222
	text-align: right;
-
 
223
}
216
 
224
 
217
.shaded:nth-child(odd) {
225
.shaded:nth-child(odd) {
218
	background-color: var(--light-color);
226
	background-color: var(--light-color);
Line 219... Line 227...
219
}
227
}