File: style.css

package info (click to toggle)
r-cran-rlumshiny 0.2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,332 kB
  • sloc: javascript: 922; makefile: 2
file content (70 lines) | stat: -rw-r--r-- 1,303 bytes parent folder | download | duplicates (32)
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
.custom-modal {
 padding-left: 10px;
 padding-top: 10px;
 padding-bottom: 10px;
 padding-right: 10px;
 line-height: 200%;
 background-color: #fff;
 overflow: visible;
 position: absolute;
 z-index: 999;
 border-radius: 10px;
 border-style: solid;
 border-color: #428bca;
}

.h {
 font-size: 11px;
 margin: 0 0 0px;
}

h5, h6 {
 color: #428bca;
}

.tooltip-inner {
  max-width: 450px;
}

.control-label, .selectize-dropdown, .item, .btn, .uneditable-input, .sorting, .odd, .even, .dataTables-info, .fa, .fa-refresh  {
 font-size: 12px;
}

.selectize-input {
 padding: 0px 10px;
 min-height: 20px;
}

label, body, input {
	font-size: 12px;
}

.label, .badge {
	font-size: 12px;
	padding: 4px 20px;
	margin: 10px;
	line-height: 18px;
}

.label-info, .badge-info {
background-color: #428bca;
}

input[type="text"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input{
	display:inline-block;
	height:18px;
	padding:0px 0px 0px 7px;
	margin-bottom:10px;
	font-size: 11px;
	line-height: 1.5;
	color:#555;
	vertical-align:middle;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px
	}

input,textarea,.uneditable-input{
	width: auto;
	}