web/static/admin/css/dashboard.css
author wakimd
Wed, 22 Dec 2010 12:01:05 +0100
changeset 25 c8dfd7ea87e5
parent 9 22ab430e9b64
permissions -rw-r--r--
Corrections on merge
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
9
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
     1
/* DASHBOARD */
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
     2
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
     3
.dashboard .module table th {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
     4
    width: 100%;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
     5
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
     6
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
     7
.dashboard .module table td {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
     8
    white-space: nowrap;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
     9
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    10
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    11
.dashboard .module table td a {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    12
    display: block;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    13
    padding-right: .6em;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    14
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    15
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    16
/* RECENT ACTIONS MODULE */
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    17
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    18
.module ul.actionlist {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    19
    margin-left: 0;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    20
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    21
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    22
ul.actionlist li {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    23
    list-style-type: none;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    24
}