source: OpenRLabs-Git/web2py/applications/rlabs/static/css/ous.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.4 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#container {
10        display : flex;
11        flex-flow : row;
12}
13
14#table_ous {   
15        flex-grow : 20;
16}
17
18#central_space {       
19        flex-grow : 80;
20}
21
22#table_active_reserves {       
23        flex-grow : 0;
24        display: inline-grid;
25        table-layout: fixed;
26        height: 0px;
27}
28
29#table_active_reserves thead { 
30    display: inline-table;
31}
32
33#table_active_reserves td {
34        display: table-cell;
35}
36
37#table_active_reserves tr {
38        display: table-row;
39}
40.image_user {
41        width: 40px;
42}
43.nopointer {
44        cursor : default;
45}
46
47.pointer:hover {
48        cursor : pointer;
49}
50
51.partitions_table {
52        display : none;
53}
54
55td {
56        vertical-align:top;
57}
58.image {
59        background-color: #e4e4e4;
60
61        border-style: double;
62
63    display: table-row-group;
64       
65        border-radius: 10px 10px 10px 10px;
66       
67}
68
69.image td {
70        vertical-align: middle;
71}
72
73.image td span button {
74        font-weight: bold;
75}
76
77.nivel1 {
78        position : relative;
79
80}
81
82.nivel2 {
83        position : relative;
84}
85
86.nivel3 {
87        position : relative;
88        margin-left: 40px;
89}
90
91.status {
92        font-weight: bold;
93}
94
95#status_equipo {
96        width: 8px;
97}
98
99
100#progress_bar {
101        width: 370px;
102        height: 20px;           
103        vertical-align: middle;
104}
105
106.modal-dialog {
107        max-width: 80%;
108        margin-left:20%;
109}
110.modal-content {
111                width: 80%;     
112}
113
114.modal-body {
115        height: 80%;
116}
117
118.disponible {
119        font-size: 0.8em;
120        vertical-align: text-bottom;
121        font-weight: bold;
122}
Note: See TracBrowser for help on using the repository browser.