Subversion Repositories wimsdev

Rev

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

Rev 15005 Rev 16285
Line 5... Line 5...
5
}
5
}
6
 
6
 
7
.wims_widget_box {
7
.wims_widget_box {
8
  margin: 5px;
8
  margin: 5px;
9
  max-width: 900px;
9
  max-width: 900px;
-
 
10
}
-
 
11
 
-
 
12
.wims_columns {
-
 
13
  display: flex;
-
 
14
  flex-wrap: wrap;
10
}
15
}
11
 
16
 
12
.wims_widget_box .title_box {
17
.wims_widget_box .title_box {
13
  border-radius: 5px 5px 0 0 ;
18
  border-radius: 5px 5px 0 0 ;
14
  border: 1px solid #BBB;
19
  border: 1px solid #BBB;
Line 44... Line 49...
44
 
49
 
45
 
50
 
46
/* Small screens */
51
/* Small screens */
47
@media only screen and (max-width: 40em) {
52
@media only screen and (max-width: 40em) {
48
  .medium_size {
53
  .medium_size {
-
 
54
    width:100%;
49
    margin: 5px;
55
    margin: 5px;
50
    float:none;
56
    float:none;
51
  }
57
  }
52
}
58
}
53
 
59
 
54
/* Medium screens */
60
/* Medium screens */
55
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
61
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
56
  .medium_size {
62
  .medium_size {
57
    /*width:100%;*/
-
 
58
    width:50%;
-
 
59
    /*max-width: 40em;*/
63
    max-width: 40em;
60
    margin: 5px auto;
64
    margin: .8em auto;
61
  }
65
  }
62
}
66
}
63
 
67
 
64
/* Large screens */
68
/* Large screens */
65
@media only screen and (min-width: 64.063em) {
69
@media only screen and (min-width: 64.063em) {