Skip to content

Commit 3d3aa9c

Browse files
committed
Update css.less
change .pbox min-width to 150px
1 parent d65e9aa commit 3d3aa9c

File tree

1 file changed

+51
-1
lines changed

1 file changed

+51
-1
lines changed

src/css.less

Lines changed: 51 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,51 @@
1-
.pbox { position: absolute; z-index: 1000; display: none; min-width: 300px; text-align: left; font-size: 14px; background: #FFF; border: solid 1px #BBBBBB; border-radius: 5px; box-shadow: 0px 0px 15px #999; &.pbox-open { display: block; } &.pbox-close { display: none; } .pbox-header { position: relative; padding: 9px 10px; border-bottom: 1px solid #e1e1e1; background-color: #f5f5f5; //box-shadow: inset 0 1px 0 #ffffff; h3{ font-size: 14px; line-height: 20px; font-weight: bolder; margin: 0; } } .pbox-body { position: relative; padding: 15px; } .pbox-footer { position: relative; padding: 10px 15px 0px; margin-bottom: 0; //text-align: right; min-height: 40px; //background-color: #f5f5f5; //border-top: 1px solid #ddd; border-radius: 0 0 6px 6px; }}
1+
.pbox {
2+
position: absolute;
3+
z-index: 1000;
4+
display: none;
5+
min-width: 150px;
6+
text-align: left;
7+
font-size: 14px;
8+
background: #FFF;
9+
border: solid 1px #BBBBBB;
10+
border-radius: 5px;
11+
box-shadow: 0px 0px 15px #999;
12+
13+
&.pbox-open {
14+
display: block;
15+
}
16+
17+
&.pbox-close {
18+
display: none;
19+
}
20+
21+
.pbox-header {
22+
position: relative;
23+
padding: 9px 10px;
24+
border-bottom: 1px solid #e1e1e1;
25+
background-color: #f5f5f5;
26+
//box-shadow: inset 0 1px 0 #ffffff;
27+
28+
h3{
29+
font-size: 14px;
30+
line-height: 20px;
31+
font-weight: bolder;
32+
margin: 0;
33+
}
34+
}
35+
36+
.pbox-body {
37+
position: relative;
38+
padding: 15px;
39+
}
40+
41+
.pbox-footer {
42+
position: relative;
43+
padding: 10px 15px 0px;
44+
margin-bottom: 0;
45+
//text-align: right;
46+
min-height: 40px;
47+
//background-color: #f5f5f5;
48+
//border-top: 1px solid #ddd;
49+
border-radius: 0 0 6px 6px;
50+
}
51+
}

0 commit comments

Comments
 (0)