-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathstyle-ipad.css
More file actions
94 lines (88 loc) · 1.53 KB
/
style-ipad.css
File metadata and controls
94 lines (88 loc) · 1.53 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
/* ipad+ */
@media only screen and (min-width: 480px) {
#workspace {
margin: 25px 0 0 0;
}
#tools {
width: 75px;
margin: 0 25px 0;
}
#tools .buttons li {
width: 70px;
height: 70px;
line-height: 50px;
margin-top: 2em;
}
#paper {
margin: 0 0 0 25px;
}
#paper, #colorbox {
width: calc(100% - 75px - 25px - 25px - 25px);
height: calc(100% - 40px - 25px - 25px);
}
#colorbox {
width: calc(100% - 75px - 25px - 25px - 25px);
}
#picker {
overflow: auto;
padding: 15px;
}
#picker li, #swatches li {
height: 45px;
width: 45px;
}
#swatches li {
width: 20%;
height: 75px;
}
.box {
top: 40px;
}
#saved li {
width: 17.8%;
height: 220px;
}
nav.closed {
-webkit-transform: translateY(-160px);
transform: translateY(-160px);
}
#colorbox {
top: 65px;
left: 25px;
}
#colorbox p:first-child {
padding: 25px 0 6px;
}
#colorbox p:nth-child(2) {
padding: 5px 0 10px;
}
#colorbox input[type="range"] {
margin: 10px auto 35px;
}
#size {
width: 220px;
}
.control-gridsize {
display: inline;
}
/* messy x vs ... */
h1:after {
right: 45px;
}
#swatchplus:after {
line-height: 2.3;
}
.x #swatchplus:after {
line-height: 2.9;
}
/* ios7 title bar */
.ios7 #colorbox {
top: 85px;
}
.ios7 #loadbox, .ios7 .fullbox {
top: 60px;
}
.ios7 #paper, .ios7 #colorbox {
height: calc(100% - 60px - 25px - 25px);
}
}