aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/public/css/moon.css
blob: ef8983e7b3381cd44c3b36228822fb13e0861e50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
.navbar .nav-item:first-child {
    margin-left: 0 !important;
}

.inline {
    display: inline;
}

.inline-block {
    display: inline-block;
}

summary{
    outline:none;
    margin-bottom: 10px;
}

details {
    cursor: default;
}

.filter {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

.categories {
    min-height: 130px;
}

.categories td {
    width: 33%;
    vertical-align: top !important;
}

.width-200 {
    width: 200px; 
}

.height-200 {
    height: 200px;
}

.mh-100 {
    min-height: 100px;
}

.border {
    border: 1px #DDD solid;
}

.padding-10 {
    padding: 10px;
}

.scroll {
    overflow-y: auto;
}

.input-file {
    display: none !important;
}

.overflow-hidden {
    overflow: hidden;
}

.selected-data {
    background-color: #f16e00;
    padding: 10px;
    display: block;
}

.selected-data > span {
    font-weight: bold;
    color: #FFFFFF;
}

.nav, .pagination, .carousel, .panel-title a { 
    cursor: pointer; 
}

.toast-background {
    background: none !important;
    border: 0 !important;
    box-shadow: none !important;
    color: #444 !important;
}

.toast-body {
    min-width: 600px;
}

.assignments-details, .icon-helpstring {
    margin-left: 2%;
}