-
Notifications
You must be signed in to change notification settings - Fork 0
/
base.css
55 lines (50 loc) · 929 Bytes
/
base.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
#boxlabel {
position: absolute;
margin: 0px;
padding: 1px;
border: 1px solid #5574b2;
top: 1px;
left: 1px;
bottom: 1px;
right: 1px;
z-index:10;
}
#pageHolder {
padding: 0px;
width: 100%; /*width: 500px;*/
/*max-width: 500px;*/
height: auto;
border: 1px solid #505050;
float: left;
/* visibility: hidden;
*/}
#sortable {
list-style-type: none;
margin: 0px;
padding: 0px;
}
#sortable li
{
position: relative;
padding: 0px;
/* margin-right:2.08333%;*/
float: left;
font-family: arial;
text-align: center;
background-color: #e9e9e9;
}
#sortable li.placeholder {
vertical-align: middle;
text-align: center;
outline: none;
border: 1px dashed black;
background-color: BlanchedAlmond;
}
/* Grid Overlay for visual sadisfaction :-) */
.gridoverlay div {
height:100em;
border-left:1px solid red;
border-right:1px solid red;
background-color:#FFCCCC;
opacity:0.2;
}