Template:Styles/2015 Trilogy default.css: Difference between revisions

Jump to navigation Jump to search
Content deleted Content added
No edit summary
No edit summary
Line 103: Line 103:
margin: 0 3px;
margin: 0 3px;
}
}

.frequency-options input[type="radio"],
.radiobuttons-cell input[type="radio"] {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
border: 0;
clip: rect(0 0 0 0);
}

.frequency-options label {
.frequency-options label {
display: block;
display: block;
Line 132: Line 119:
cursor: pointer;
cursor: pointer;
}
}
.frequency-options label[for="frequency_onetime"] {
.frequency-options label:first-child {
margin-right: 4px;
margin-right: 4px;
}
}
Line 159: Line 146:
box-shadow: inset 0 1px 3px rgba(0,0,0,.25);
box-shadow: inset 0 1px 3px rgba(0,0,0,.25);
}
}

.frequency-options input[type="radio"]:checked + label
.frequency-options label.checked {
.frequency-options label.checked {
background: #afafaf;
background: #afafaf;
Line 179: Line 164:
padding: 1px;
padding: 1px;
text-align: center;
text-align: center;
}

.radiobuttons-cell input[type="radio"] {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
border: 0;
clip: rect(0 0 0 0);
}
}