forked from blamarche/openbookmark
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmobile.css
73 lines (68 loc) · 846 Bytes
/
mobile.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
/* mobile style */
.desktop {
display: none;
}
.mobile {
display: block;
}
.navblock {
width: 49%;
float:left;
border: 1px solid #bbb;
}
h2.nav,ul.nav{
margin-left: 0px;
margin-right: 0px;
width: 95%;
border: none;
}
ul.nav{
width: 100%;
}
#menu-head {
width: auto;
margin-bottom: 5px;
float: none;
}
#folders-head {
width: auto;
float: none;
}
div #menu {
position: absolute;
top: 30px;
left: 5px;
z-index: 10;
width: auto;
background-color: white;
}
div.folders {
float: none;
padding: 5px;
margin-bottom: 5px;
margin-right: 0px;
width: 100%;
}
div#main {
margin-left: 0px;
margin-bottom: 5px;
}
#openAll {
display:none;
}
span.date {
display: none;
}
.bookmark-move {
display: none;
}
.bookmarks input {
display: none;
}
.bookmarks {
margin-top: 5px;
border: 1px solid #bbb;
}
#footer {
display: none;
}