Subversion Repositories wimsdev

Rev

Rev 13696 | Rev 13991 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 13696 Rev 13975
Line 55... Line 55...
55
  margin: 0;
55
  margin: 0;
56
  padding-left: 1.5em;
56
  padding-left: 1.5em;
57
}
57
}
58
/* this is generaly a fieldset class */
58
/* this is generaly a fieldset class */
59
.property_fields{
59
.property_fields{
60
  /* Sadly, Safari don't handle flex on fieldsets yet (you have to add a div inside)...
60
  /* Sadly, Safari don't handle flex on fieldsets yet (you have to add a div inside)...*/
61
  display:flex;
61
  display:flex;
62
  flex-flow: row wrap;*/
62
  flex-flow: row wrap;
63
  position: relative;
63
  position: relative;
64
  margin-top:1em;
64
  margin-top:1em;
65
  margin-bottom:1em;
65
  margin-bottom:1em;
66
  max-width:900px;
66
  max-width:900px;
67
  padding:.5em 3px;
67
  padding:.5em 3px;
68
  /*Background-image is here to lighten background color */
68
  /*Background-image is here to lighten background color */
69
  background-image: linear-gradient(to bottom,  rgba(255,255,255,0.7) 0%,rgba(255, 255, 255, 0.9) 48%,rgba(255,255,255,0.4) 100%); /* W3C */
69
  background-image: linear-gradient(to bottom,  rgba(255,255,255,0.7) 0%,rgba(255, 255, 255, 0.9) 48%,rgba(255,255,255,0.4) 100%); /* W3C */
70
}
70
}
71
/* If property_fields is flex, wimscenter must take the full width
71
/* If property_fields is flex, wimscenter must take the full width*/
72
.property_fields .wimscenter{
72
.property_fields .wimscenter{
73
  width:100%;
73
  width:100%;
74
}*/
74
}
75
 
75
 
76
/*.property_fields .field {
76
/*.property_fields .field {
77
        margin: auto;
77
        margin: auto;
78
}*/
78
}*/
79
 
79
 
80
.property_fields .actions,
80
.property_fields .actions,
81
.property_fields .wimsform{
81
.property_fields .wimsform{
82
  padding:.5em;
82
  padding:.5em;
83
  margin-top:.5em;
83
  margin-top:.5em;
84
}
84
}
85
.property_fields>fieldset{
85
.property_fields>fieldset{
86
  margin-bottom:.5em;
86
  margin-bottom:.5em;
87
}
87
}
88
 
88
 
89
.field.box{
89
.field.box{
90
  padding: .4em .4em .8em .4em; /*.4em seems max for Chrome 2-columns layout */
90
  padding: .4em .4em .8em .4em; /*.4em seems max for Chrome 2-columns layout */
91
  border:1px solid #CFCFCF;
91
  border:1px solid #CFCFCF;
92
  /*margin-bottom:1px;*/
92
  /*margin-bottom:1px;*/
93
  line-height:1.2em;
93
  line-height:1.2em;
94
  /* min height lets having an help button right float*/
94
  /* min height lets having an help button right float*/
95
  min-height:2em;
95
  min-height:2em;
-
 
96
  flex-grow: 1;
96
}
97
}
-
 
98
 
-
 
99
.box_title{margin-top:0;}
-
 
100
 
97
.property_fields p{
101
.property_fields p{
98
  padding:0 1em;
102
  padding:0 1em;
99
}
103
}
100
 
104
 
101
/*.box>div, .box>input, .box>textarea, .box>select{
105
/*.box>div, .box>input, .box>textarea, .box>select{