-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappadd.css
64 lines (62 loc) · 1.24 KB
/
appadd.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
.block-target {
padding: 2px;
background: #ffd;
margin-bottom: 5px;
}
.block-target-hover {
background: #ffd;
border: 1px solid #000;
height: 30px;
box-shadow: 0 0 15px #888 inset;
}
#box-organizer .block {
cursor: move;
}
#box-organizer .block:hover {
box-shadow: 0px 0px 0px 2px #FFF,
0px 0px 0px 2px #FFF,
0px 0px 10px rgba(0, 0, 0, 0.6);
outline: none;
}
#box-organizer .block {
cursor: move;
position: relative;
min-height: 20px;
}
#box-organizer .block .button-bar {
cursor: move;
position: absolute;
display: block;
width: 100%;
height: 100%;
background: rgba(255, 255, 255, 0.3);
top: -40px;
padding-bottom: 40px;
display: none;
}
#box-organizer .block:focus .button-bar,
#box-organizer .block:hover .button-bar {
display: block;
}
#box-organizer .main-block {
font-size: 24px;
box-shadow: none;
outline: none;
display: block;
height: 150px;
line-height: 120px;
}
#box-organizer .main-block:hover {
border: 0px;
border-style: none;
box-shadow: none;
outline: none;
}
#box-organizer .feed-reader-block,
#box-organizer .article-block,
#box-organizer .recent-documents-block {
overflow: visible !important;
}
#box-organizer .blog-post {
margin: auto;
}