source: sapic/static/css/style.css @ 79326b0

erwinexplicacion_situacionalgestion_usuariostaller_django
Last change on this file since 79326b0 was 10f099e, checked in by lhernandez <lhernandez@…>, 7 años ago

Se desarrollo e implemento el registro de oraganizaciones, preparando para asociar voceros al registro

  • Propiedad mode establecida a 100644
File size: 1.0 KB
Línea 
1
2
3/*.list-group-item
4{
5    margin-bottom: 5px;
6}
7*/
8
9body {
10    overflow-x: scroll; 
11    width: 1500px
12}
13
14#sortable1, #sortable2, #sortable3 { 
15    list-style-type: none; 
16    margin: 0; 
17    float: left; 
18    margin-right: 10px; 
19    background: #eee; 
20    padding: 5px; 
21}
22
23#sortable1 li, #sortable2 li, #sortable3 li { 
24    margin: 5px; 
25    padding: 5px; 
26    font-size: 1.2em; 
27    cursor: move;
28}
29
30
31div.box-tablero {
32    width: 395px;
33    display: inline-block;
34    margin: 10px;
35    background-color: #eee;
36}
37
38div.header {
39    text-align: center;
40    font-weight: bold;
41    padding: 10px 5px 5px;
42    cursor: move;
43}
44
45.box-tablero ul {
46    width: 290px;
47}
48
49div.orders {
50
51}
52
53div.column {
54    width: 419px;
55    float: left;
56    height: auto;
57    margin: 2px;
58    min-height: 50px;
59    border: 1px #d3d3d3 dashed;
60}
61
62label, input { display:block; }
63input.text { margin-bottom:12px; width:95%; padding: .4em; }
64fieldset { padding:0; border:0; margin-top:25px; }
65.ui-dialog .ui-state-error { padding: .3em; }
66
67.btnToolbar {
68    margin-bottom: 10px;
69}
Nota: Vea TracBrowser para ayuda de uso del navegador del repositorio.