-
Notifications
You must be signed in to change notification settings - Fork 2
/
window.css
78 lines (66 loc) · 1.07 KB
/
window.css
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
.controls-bar{
background-color: #e05188;
display: block;
height: 30px;
-webkit-app-region: drag;
-webkit-user-select: none;
z-index: 4;
width:100%;
}
.header{
width: 100%;
padding:15px 10px 1px 10px;
background-color: #ef5390;
}
.controls-bar-ul{
list-style-type: none;
margin: 0;
padding: 0;
}
.controls-bar-control{
float:right;
height:30px;
-webkit-app-region: no-drag;
}
.controls-bar-control img{
height:100%;
}
.controls-bar-title{
color: #FFF;
float:left;
line-height: 30px;
margin-left:10px;
}
#search-form{
width: 100%;
display: flex;
}
#search-tags{
display: block;
flex: 1;
}
.ui-autocomplete{
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}
nav.lower-nav{
display: block;
padding:3px;
width: 100%;
height: 75px;
background-color: #ef5390;
}
.pagination{
margin: 17px;
float:left;
}
#post-quantity{
float:right;
width: 70px;
margin: 17px;
}
.ppp{
float:right;
color: #FFF;
margin:23px;
}