-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmbr.css
More file actions
38 lines (31 loc) · 687 Bytes
/
Copy pathmbr.css
File metadata and controls
38 lines (31 loc) · 687 Bytes
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
body {
padding-top: 50px;
padding-bottom:30px;
}
h2 {
margin-top: 10px;
font-size: 24px;
}
.outwrapper { max-width:800px; }
.starter-template {
padding: 10px;
}
.navbar-inverse .navbar-brand { color: #fff; }
.navbar-inverse .navbar-brand em { font-size:14px; }
.nav>li>a.nav-highlight { font-weight:700; }
#myform { margin-bottom:20px; }
table.filelist { margin-top:10px;text-align:left; }
table.filelist tbody tr td em { color:#7F7F7F; }
/*#msg { text-align:center; }*/
.send-options {
display:none;
border:1px solid #e3e3e3;
padding: 9px;
border-radius: 3px;
margin:15px 0;
}
@media (min-width: 768px) {
.form-inline .form-control {
width: 250px;
}
}