consistently indent css by 2 spaces

matching the Google CSS style guide
This commit is contained in:
Scott Lamb 2020-05-03 16:45:59 -07:00
parent 482d8a3074
commit be479a1ffe

View File

@ -1,54 +1,54 @@
body { body {
font-family: Arial, Helvetica, sans-serif; font-family: Arial, Helvetica, sans-serif;
} }
#nav { #nav {
float: left; float: left;
} }
#session { #session {
float: right; float: right;
} }
#datetime .ui-datepicker { #datetime .ui-datepicker {
width: 100%; width: 100%;
} }
#videos { #videos {
display: inline-block; display: inline-block;
padding-top: 0.5em; padding-top: 0.5em;
padding-left: 1em; padding-left: 1em;
padding-right: 1em; padding-right: 1em;
} }
#videos tbody:after { #videos tbody:after {
content: ""; content: "";
display: block; display: block;
height: 3ex; height: 3ex;
} }
table.videos { table.videos {
border-collapse: collapse; border-collapse: collapse;
} }
tbody tr.name { tbody tr.name {
font-size: 110%; font-size: 110%;
background-color: #eee; background-color: #eee;
} }
tbody tr.name th { tbody tr.name th {
border-bottom: 1px solid #666; border-bottom: 1px solid #666;
} }
tbody tr.hdr { tbody tr.hdr {
color: #555; color: #555;
font-size: 90%; font-size: 90%;
} }
tr.r:hover { tr.r:hover {
background-color: #ddd; background-color: #ddd;
} }
tr.r td { tr.r td {
font-size: 80%; font-size: 80%;
cursor: pointer; cursor: pointer;
} }
tr.r th, tr.r th,
tr.r td { tr.r td {
border: 0; border: 0;
padding: 0.5ex 1.5em; padding: 0.5ex 1.5em;
text-align: right; text-align: right;
} }
fieldset { fieldset {
@ -60,21 +60,21 @@ fieldset legend {
} }
#from, #to { #from, #to {
padding-right: 0.75em; padding-right: 0.75em;
} }
#st { #st {
width: 100%; width: 100%;
} }
#range { #range {
padding: 0.5em 0; padding: 0.5em 0;
} }
.ui-dialog .ui-dialog-content { .ui-dialog .ui-dialog-content {
overflow: visible; /* remove stupid scroll bars when resizing. */ overflow: visible; /* remove stupid scroll bars when resizing. */
padding: 0; padding: 0;
} }
video { video {
width: 100%; width: 100%;
height: 100%; height: 100%;
} }