source: OpenRLabs-Git/web2py/applications/rlabs/static/css/setup.css

main
Last change on this file was 42bd667, checked in by David Fuertes <dfuertes@…>, 4 years ago

Historial Limpio

  • Property mode set to 100644
File size: 1.2 KB
Line 
1body {
2        background-image : url("../images/logo_openRLabs.png");
3        background-repeat: no-repeat;
4        background-position-x: center;
5    background-position-y: 200px;
6    background-size: 400px;
7   
8}
9
10.container_setup {
11        display: flex;
12        flex-flow: row;
13}
14
15.menu_config{
16        border-style: double;
17        background-color: #eeebeb;
18        padding-top: 20px;   
19        display: table;
20    width: 400px;
21}
22
23
24.form_config{
25        border-style: double;
26        background-color: #eeebeb;
27        padding-top: 20px;
28    margin-left: 20px;
29    padding-left: 20px;   
30}
31
32.form_config input {
33        margin-left: 20px;
34}
35
36.form_config select {
37    margin-left: 20px;
38}
39
40.form-check-label input {
41        margin-left: -15px;
42}
43
44.form-control {
45        width: 80%;
46}
47
48a {
49        color: black;
50        text-decoration: none;
51}
52
53#form_import {
54        display: flex;
55        flex-direction: column;
56}
57#form_import input {
58        width: min-content;
59        padding-right: 20px;
60}
61
62#label_input {
63        display: flex;
64        flex-flow: column;
65}
66
67#console_csv{
68        display: flex;
69        flex-flow: column;
70    background-color: #212529;
71    margin-right: 20px;
72
73}
74.lines_csv {
75        font-style: oblique;
76    margin-left: 30px;
77    margin-right: 20px;
78    padding-left: 20px;
79    padding-right: 10px;
80    color: #bdbbbb;
81    font-weight: bold;
82}
Note: See TracBrowser for help on using the repository browser.