Merge branch 'master' of github.com:FinalsClub/karmaworld
[oweals/karmaworld.git] / karmaworld / assets / css / dashboard.css
1 #stats-container {
2   margin: 20px 0 20px 0;
3 }
4
5 #user-name {
6   font-size: 1.5em;
7 }
8
9 .stat-count {
10   font-size: 2.5em;
11 }
12
13 div.stat-container {
14   border-left: solid 1px #dfdfdf;
15 }
16
17 .activity_item {
18   margin: 15px 0 15px 0;
19 }
20
21 .activity_timestamp {
22   font-size: 0.7em;
23 }
24
25 .activity_details_action {
26   margin: 10px 0 5px 0;
27 }
28
29 .activity_details_object {
30   margin: 5px 0 5px 0;
31 }
32
33 .activity_details_points_positive,
34 .activity_details_points_negative {
35   background: #f1592a;
36   padding: 0px 5px 0 5px;
37   border-radius: 2px;
38   color: #ffffff;
39 }
40
41 .account_settings_row {
42   padding: 15px 0 15px 0;
43   border-bottom: 1px solid #f0f0f0;
44 }
45
46 .account_settings_category {
47   text-align: right;
48   font-weight: normal;
49 }
50
51 .account_settings_edit {
52   text-align: right;
53   font: 0.8em 'museo700';
54 }
55
56 @media only screen and (max-width: 40.063em) {
57   .account_settings_category,
58   .account_settings_edit {
59     text-align: left;
60   }
61 } /* medium screens and down */