Skip to content

Instantly share code, notes, and snippets.

@acodesmith
Created January 28, 2015 00:04
Show Gist options
  • Save acodesmith/c7bcb718c091b80fdf1f to your computer and use it in GitHub Desktop.
Save acodesmith/c7bcb718c091b80fdf1f to your computer and use it in GitHub Desktop.
Yii 1 CGridView SCSS Template
.grid-view {
.summary {
}
.items {
thead {
th {
&.checkbox-column {
}
}
.filters {
input {
}
select {
}
}
}
tbody {
tr {
&.odd {
}
&.even {
}
td {
&.checkbox-column {
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment