Subversion Repositories wimsdev

Rev

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

Rev 12004 Rev 12654
Line 4... Line 4...
4
  /*padding: 2.5em 0 0 1em;*/
4
  /*padding: 2.5em 0 0 1em;*/
5
  margin:10px;
-
 
6
  border: thin solid;
5
  border: thin solid;
7
  border-bottom: 2px solid #888;
6
  border-bottom: 2px solid #888;
8
  border-right: 2px solid #888;
7
  border-right: 2px solid #888;
9
}
8
}
10
 
9
 
Line 38... Line 37...
38
.wims_seq_item_n {
37
.wims_seq_item_n {
39
    padding: 3px 6px;
38
    padding: 3px 6px;
40
    border:1px solid gray;
39
    border:1px solid gray;
41
    border-radius: 20px;
40
    border-radius: 20px;
42
}
41
}
-
 
42
 
-
 
43
/* Small screens */
-
 
44
/* max-width 640px, mobile-only styles, use when QAing mobile issues */
-
 
45
@media only screen and (max-width: 40em) {
-
 
46
  .wims_seq, .wims_sheet {margin:3px 0;}
-
 
47
}
-
 
48
 
-
 
49
/* Small and Medium screens */
-
 
50
/* max-width 1024px  */
-
 
51
@media only screen and (max-width: 64em) {}
-
 
52
 
-
 
53
/* Medium screens */
-
 
54
/* min-width 641px and max-width 1024px, use when QAing tablet-only issues */
-
 
55
@media only screen and (min-width: 40.063em) and (max-width: 64em) {}
-
 
56
 
-
 
57
/* Medium and Large screens */
-
 
58
/* min-width 641px */
-
 
59
@media only screen and (min-width: 40.063em) {
-
 
60
  .wims_seq, .wims_sheet {
-
 
61
    margin:10px;
-
 
62
  }
-
 
63
}
-
 
64
 
-
 
65
 
-
 
66
/* min-width 1025px, large screens */
-
 
67
/* Large screens */
-
 
68
@media only screen and (min-width: 64.063em) {}
43
 
69
 
44
/* ****** END OF SEQUENCES ******** */
70
/* ****** END OF SEQUENCES ******** */