~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to ivle/webapp/coremedia/ivle.css

  • Committer: Matt Giuca
  • Date: 2009-12-08 06:47:04 UTC
  • Revision ID: matt.giuca@gmail.com-20091208064704-iszsqi6mgx30vs6e
CSS: Moved ivle/webapp/admin/subject-media/project.css's project_list styles to ivle/webapp/coremedia/ivle.css as pretty_table, since it is generally useful and very pretty.

Show diffs side-by-side

added added

removed removed

Lines of Context:
214
214
    margin-right: 5px;
215
215
    font-weight: bold;
216
216
}
 
217
 
 
218
.pretty_table {
 
219
  text-align: left;
 
220
  border-collapse: collapse;
 
221
}
 
222
 
 
223
.pretty_table td, .pretty_table th {
 
224
  padding: 0.2em 0.7em;
 
225
  border-bottom: 1px solid #ccc;
 
226
}
 
227
 
 
228
.pretty_table th {
 
229
  border-bottom: 2px solid gray;
 
230
}
 
231
 
 
232
.pretty_table tbody td {
 
233
  color: #444;
 
234
}
 
235
 
 
236
.pretty_table tbody tr:hover {
 
237
  background-color: #efefef;
 
238
}
 
239
 
 
240
.pretty_table td:first-child, .pretty_table th:first-child {
 
241
  padding-left: 0;
 
242
}
 
243
 
 
244
.pretty_table tbody tr:hover td {
 
245
  color: #111;
 
246
}