-
Notifications
You must be signed in to change notification settings - Fork 0
/
ksenseChallenge.css
53 lines (47 loc) · 967 Bytes
/
ksenseChallenge.css
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
body {
padding-top: 50px;
padding-bottom: 20px;
}
/* Set padding to keep content from hitting the edges */
.body-content {
padding-left: 15px;
padding-right: 15px;
}
/* Override the default bootstrap behavior where horizontal description lists
will truncate terms that are too long to fit in the left column
*/
.dl-horizontal dt {
white-space: normal;
}
/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
max-width: 280px;
}
#user-container{
margin-top: 3em;
}
table {
border: solid;
}
table th{
border: solid;
background-color: lightblue;
padding: .5em;
}
table td {
border: solid;
padding: .5em;
}
tr:nth-child(even) {
background-color: #f2f2f2;
}
#main-title{
background-color: lightblue;
height: 50px;
}
h1 {
padding-top: .5%;
margin-left : 3em;
}