Ignore:
Timestamp:
08/20/14 09:10:24 (10 years ago)
Author:
Twan Goosen
Message:

Styling of the wizard
Refs #594

File:
1 edited

Legend:

Unmodified
Added
Removed
  • VirtualCollectionRegistry/trunk/VirtualCollectionRegistry/src/main/webapp/css/_table.scss

    r5573 r5574  
    3030
    3131    tr:hover td {
    32         border-top: 6px solid #ccc;
     32        border-top: 6px solid $red !important;
    3333    }
    3434
    3535    tr.moving:hover td {
    36         border-top: 0px;
     36        border-top: 0px !important;
    3737    }
    3838}
     
    4040table.resourcesTable {
    4141
     42    width: 800px;
     43    table-layout: fixed;     
     44   
    4245    td.move {
    4346        width: 5em;
     
    4548
    4649    tr.moving {
    47         background: #ccc;
     50        background-color: $red !important;
    4851
    4952        td, td a {
    50             color: #333;
     53            background-color: $red !important;
     54            color: white !important;
    5155        }
    5256    }
     
    5660table.creatorsTable {
    5761
    58     width: 805px;
     62    width: 800px;
     63    table-layout: fixed;
    5964
    6065    td {
Note: See TracChangeset for help on using the changeset viewer.