File tree 3 files changed +20
-7
lines changed
3 files changed +20
-7
lines changed Original file line number Diff line number Diff line change 84
84
width : $main-area-width
85
85
float : left
86
86
border-right : 1px solid #CDD1D4
87
+ padding-bottom : 70px
88
+ padding-top : 22px
87
89
88
-
89
- .main-area , .sidebar
90
- padding-top : 15px
Original file line number Diff line number Diff line change @@ -84,7 +84,6 @@ html body .ui-tabs .ui-tabs-nav li
84
84
height : 88%
85
85
background : #FFF
86
86
padding : 10px
87
- padding-bottom : 72px
88
87
.pagination
89
88
text-decoration : underline
90
89
cursor : pointer
@@ -95,13 +94,14 @@ html body .ui-tabs .ui-tabs-nav li
95
94
+ border-bottom-radius (4px )
96
95
+ box-shadow (5px 0px 5px -3px #cccccc , -5px 0px 5px -3px #cccccc , 0px 5px 5px 0px #cccccc )
97
96
float : left
98
- border-top : 1px solid #EBEFF1
97
+ border-top : 1px solid #f5f8f9
99
98
padding : 10px 0px 10px 10px
100
- width : 77%
99
+ width : 77.2 %
101
100
position : fixed
102
101
bottom : 0px
103
102
margin-bottom : 20px
104
103
background : #e6edef
104
+ z-index : 600
105
105
textarea
106
106
+ border-top-left-radius (4px )
107
107
+ border-bottom-left-radius (4px )
@@ -124,3 +124,13 @@ html body .ui-tabs .ui-tabs-nav li
124
124
margin : 0px
125
125
height : 40px
126
126
font-size : 16px
127
+
128
+ #mask
129
+ position : fixed
130
+ z-index : 100
131
+ bottom : 0
132
+ display : block
133
+ height : 30px
134
+ margin-left : -16px
135
+ width : 81%
136
+ background : #E6EBEE url (" /assets/page_bg.png" ) repeat
Original file line number Diff line number Diff line change 27
27
</ div >
28
28
29
29
< div id ="app_body ">
30
- < div class ="main-area "> </ div >
30
+ < div class ="main-area "> </ div >
31
31
32
32
< div class ="sidebar ">
33
33
< div class ="widgets "> </ div >
34
34
</ div >
35
35
</ div >
36
+
37
+ < div id ="mask "> </ div >
38
+
39
+
36
40
</ div >
37
41
You can’t perform that action at this time.
0 commit comments