fix attribute selectors (IE requires doublequotes)

3col
Vitaliy Filippov 2015-01-16 14:54:08 +03:00
parent 945d98c512
commit 3ed2b2224b
2 changed files with 25 additions and 20 deletions

View File

@ -98,7 +98,7 @@ a:hover, #header a:hover, #footer a:hover {
color: #00539f;
}
#page_index, select, select[multiple], textarea, input[type=text], input[type=password], input:not([type]), .text_input {
#page_index, select, textarea, .text_input, input[type="text"], input[type="password"], input:not([type]) {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
@ -112,7 +112,7 @@ a:hover, #header a:hover, #footer a:hover {
vertical-align: top;
}
input[type=checkbox], input[type=radio] {
input[type="checkbox"], input[type="radio"] {
vertical-align: middle;
}
@ -123,11 +123,11 @@ legend {
/* Boolean Charts */
.chart input[type=button] {
.chart input[type="button"] {
padding: 1px .8em;
margin-left: 4px;
}
.chart input[type=button].chart_rm_button {
.chart input[type="button"].chart_rm_button {
margin-left: 0;
}
.chart select, .chart input {
@ -168,29 +168,29 @@ legend {
.search_description._or {
color: #754f00;
}
.chart._or > legend > input[type=button] {
.chart._or > legend > input[type="button"] {
background-color: #e2a643;
background-image: -moz-linear-gradient(#e2a643,#c17a27);
background-image: -webkit-linear-gradient(#e2a643,#c17a27);
background-image: linear-gradient(#e2a643,#c17a27);
}
.chart._or > legend > input[type=button]:hover {
.chart._or > legend > input[type="button"]:hover {
-webkit-box-shadow: 0 1px 0 0 rgba(0,0,0,0.2),inset 0 -1px 0 0 rgba(0,0,0,0.3),inset 0 12px 24px 2px #eda938;
-moz-box-shadow: 0 1px 0 0 rgba(0,0,0,0.2),inset 0 -1px 0 0 rgba(0,0,0,0.3),inset 0 12px 24px 2px #eda938;
box-shadow: 0 1px 0 0 rgba(0,0,0,0.2),inset 0 -1px 0 0 rgba(0,0,0,0.3),inset 0 12px 24px 2px #eda938;
}
.chart._neg > legend > input[type=button] {
.chart._neg > legend > input[type="button"] {
background-color: #e24343;
background-image: -moz-linear-gradient(#f04747,#cf2a2a);
background-image: -webkit-linear-gradient(#f04747,#cf2a2a);
background-image: linear-gradient(#f04747,#cf2a2a);
}
.chart._neg > legend > input[type=button]:hover {
.chart._neg > legend > input[type="button"]:hover {
-webkit-box-shadow: 0 1px 0 0 rgba(0,0,0,0.2),inset 0 -1px 0 0 rgba(0,0,0,0.3),inset 0 12px 24px 2px #fc3c3c;
-moz-box-shadow: 0 1px 0 0 rgba(0,0,0,0.2),inset 0 -1px 0 0 rgba(0,0,0,0.3),inset 0 12px 24px 2px #fc3c3c;
box-shadow: 0 1px 0 0 rgba(0,0,0,0.2),inset 0 -1px 0 0 rgba(0,0,0,0.3),inset 0 12px 24px 2px #fc3c3c;
}
.chart._or > legend > input[type=button]:active, .chart._neg > legend > input[type=button]:active {
.chart._or > legend > input[type="button"]:active, .chart._neg > legend > input[type="button"]:active {
-webkit-box-shadow: inset 0 2px 0 0 rgba(0,0,0,0.2),inset 0 12px 24px 6px rgba(0,0,0,0.2),inset 0 0 2px 2px rgba(0,0,0,0.2);
-moz-box-shadow: inset 0 2px 0 0 rgba(0,0,0,0.2),inset 0 12px 24px 6px rgba(0,0,0,0.2),inset 0 0 2px 2px rgba(0,0,0,0.2);
box-shadow: inset 0 2px 0 0 rgba(0,0,0,0.2),inset 0 12px 24px 6px rgba(0,0,0,0.2),inset 0 0 2px 2px rgba(0,0,0,0.2);
@ -202,7 +202,7 @@ fieldset {
margin-top: .5em;
}
input[type=text][disabled], input[type=password][disabled], input[disabled]:not([type]) {
input[type="text"][disabled], input[type="password"][disabled], input[disabled]:not([type]) {
background: #eee;
}
@ -352,7 +352,7 @@ hr {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
background: url(search.png) 5px center no-repeat, #fafafa;
background: url(search.png) 5px center no-repeat #fafafa;
background: url(search.png) 5px center no-repeat, -moz-linear-gradient(#fafafa, #fff);
background: url(search.png) 5px center no-repeat, -webkit-linear-gradient(#fafafa, #fff);
background: url(search.png) 5px center no-repeat, linear-gradient(#fafafa, #fff);
@ -809,7 +809,7 @@ input.required, select.required, span.required_explanation {
margin-bottom: 1em;
}
button, input[type=submit], input[type=button], #commit, #commit_top, #header .btn, #header input[type=submit] {
button, input[type="submit"], input[type="button"], #commit, #commit_top, #header .btn, #header input[type="submit"] {
background-color: #43a6e2;
background-image: -moz-linear-gradient(#43a6e2,#277ac1);
background-image: -webkit-linear-gradient(#43a6e2,#277ac1);
@ -831,7 +831,7 @@ button, input[type=submit], input[type=button], #commit, #commit_top, #header .b
margin-top: -2px;
}
button:hover, input[type=submit]:hover, input[type=button]:hover, #commit:hover, #commit_top:hover, #header .btn:hover, #header input[type=submit]:hover {
button:hover, input[type="submit"]:hover, input[type="button"]:hover, #commit:hover, #commit_top:hover, #header .btn:hover, #header input[type="submit"]:hover {
-webkit-box-shadow: 0 1px 0 0 rgba(0,0,0,0.2),inset 0 -1px 0 0 rgba(0,0,0,0.3),inset 0 12px 24px 2px #38a9ed;
-moz-box-shadow: 0 1px 0 0 rgba(0,0,0,0.2),inset 0 -1px 0 0 rgba(0,0,0,0.3),inset 0 12px 24px 2px #38a9ed;
box-shadow: 0 1px 0 0 rgba(0,0,0,0.2),inset 0 -1px 0 0 rgba(0,0,0,0.3),inset 0 12px 24px 2px #38a9ed;
@ -840,7 +840,7 @@ button:hover, input[type=submit]:hover, input[type=button]:hover, #commit:hover,
transition: all linear 0.25s;
}
button:active, input[type=submit]:active, input[type=button]:active, #commit:active, #commit_top:active, #header .btn:active, #header input[type=submit]:active {
button:active, input[type="submit"]:active, input[type="button"]:active, #commit:active, #commit_top:active, #header .btn:active, #header input[type="submit"]:active {
-webkit-box-shadow: inset 0 2px 0 0 rgba(0,0,0,0.2),inset 0 12px 24px 6px rgba(0,0,0,0.2),inset 0 0 2px 2px rgba(0,0,0,0.2);
-moz-box-shadow: inset 0 2px 0 0 rgba(0,0,0,0.2),inset 0 12px 24px 6px rgba(0,0,0,0.2),inset 0 0 2px 2px rgba(0,0,0,0.2);
box-shadow: inset 0 2px 0 0 rgba(0,0,0,0.2),inset 0 12px 24px 6px rgba(0,0,0,0.2),inset 0 0 2px 2px rgba(0,0,0,0.2);
@ -849,7 +849,7 @@ button:active, input[type=submit]:active, input[type=button]:active, #commit:act
transition: all linear 0.25s;
}
button[disabled], input[type=submit][disabled], input[type=button][disabled], button[disabled]:hover, input[type=submit][disabled]:hover, input[type=button][disabled]:hover, button[disabled]:active, input[type=submit][disabled]:active, input[type=button][disabled]:active {
button[disabled], input[type="submit"][disabled], input[type="button"][disabled], button[disabled]:hover, input[type="submit"][disabled]:hover, input[type="button"][disabled]:hover, button[disabled]:active, input[type="submit"][disabled]:active, input[type="button"][disabled]:active {
background-color: #bfc7cd;
background-image: -moz-linear-gradient(#bfc7cd,#9ca3aa);
background-image: -webkit-linear-gradient(#bfc7cd,#9ca3aa);
@ -859,11 +859,11 @@ button[disabled], input[type=submit][disabled], input[type=button][disabled], bu
}
.notransition {
-webkit-transition: none !important;
-moz-transition: none !important;
-o-transition: none !important;
-ms-transition: none !important;
transition: none !important;
-webkit-transition: none !important;
-moz-transition: none !important;
-o-transition: none !important;
-ms-transition: none !important;
transition: none !important;
}
.calendar_button, .calendar_button:hover {

View File

@ -325,6 +325,11 @@ div#docslinks {
font-size: 110%;
}
pre, code, kbd, samp, tt {
font-family: "Droid Sans Mono", Menlo, Monaco, Consolas, monospace;
font-size: 1em;
}
.bz_comment_hilite {
background-color: lightgreen;
margin: 0;