Skip to content

Commit

Permalink
SOS-992 Fix for permissioning icons
Browse files Browse the repository at this point in the history
  • Loading branch information
aarondelani authored and brianchandotcom committed Apr 17, 2012
1 parent 414a021 commit 71fc15e
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions themes/so-theme/docroot/_diffs/css/custom.css
Expand Up @@ -1934,18 +1934,20 @@ input[type=submit], input[type=button], input[type=reset], .aui-state-hover, .co
font-size: 1em;
}

.results-grid, .results-row td, .results-row.alt td {
background-color: transparent;
border-width: 0;
padding: 0;
}
.today-events {
.results-grid, .results-row td, .results-row.alt td {
background-color: transparent;
border-width: 0;
/*padding: 0;*/
}

.results-row td, .results-row.alt td {
border-bottom: 1px solid #EEE;
}
.results-row td, .results-row.alt td {
border-bottom: 1px solid #EEE;
}

.results-row.hover td {
background: #EEE;
.results-row.hover td {
background: #EEE;
}
}
}

Expand Down

0 comments on commit 71fc15e

Please sign in to comment.