Browse Source

Upload files to 'public_html/style'

david.ortiz11 4 years ago
parent
commit
5e309bc159
1 changed files with 82 additions and 0 deletions
  1. 82
    0
      public_html/style/add.css

+ 82
- 0
public_html/style/add.css View File

@@ -0,0 +1,82 @@
1
+/*  Authors         :   Carlos C. Corrada-Bravo
2
+                        David J. Ortiz-Rivera
3
+
4
+    Organization    :   Centro de Desarrollo y Consultoria Computacional
5
+    Project         :   OPASO Material Registry   
6
+    File            :   add.css
7
+    Description     :   Styling for add forms */
8
+
9
+.add-personnel,.add-laboratory{
10
+	display: block;
11
+	text-align: left;
12
+	margin-top: 15px;
13
+}
14
+
15
+.ap-field{
16
+	float: left;
17
+	width: 100%;
18
+	height: 35px;
19
+	padding: 7.5px;
20
+    color: #202124;
21
+	text-align: left;
22
+	position: relative;
23
+	margin-bottom: 15px;
24
+	border-radius: 2.5px;
25
+	display: inline-block;
26
+	border: 1px solid rgb(218,220,224);
27
+}
28
+
29
+.form-label{
30
+    color: #202124;
31
+	font-size: 15px;
32
+}
33
+
34
+.li-append{
35
+	width: 100%;
36
+	float: left;
37
+	display: inline-block;
38
+}
39
+
40
+.laboratory{
41
+	float: left;
42
+	display: inline-block;
43
+}
44
+
45
+.medium-field{
46
+  	width: 55%;
47
+}
48
+.quasi-medium-field{
49
+  	width: 40%;
50
+}
51
+.large-field{
52
+  	width: 100%;
53
+}
54
+.small-field{
55
+  	width: 45%;
56
+}
57
+.extra-small-field{
58
+  	width: 3.5%;
59
+}
60
+.number-field{
61
+	width: 7.5%;
62
+}
63
+
64
+.li-wrapper{
65
+	display: inline-block;
66
+}
67
+.margin-left{
68
+	padding-left: 7.5px;
69
+}
70
+
71
+.li-append .li-wrapper{
72
+	float: left;
73
+	display: inline-block;
74
+}
75
+
76
+.pi{
77
+	padding: 2.5px;
78
+}
79
+
80
+.invalid-feedback{
81
+	margin-bottom: 5px;
82
+}