@@ -85,12 +85,10 @@ html body .ui-tabs .ui-tabs-nav li
85
85
text-decoration : underline
86
86
.ui-state-active
87
87
text-shadow : 0px 0px 2px #FFF
88
- .ui-tabs-panel
89
- padding : 0px
90
- padding-right : 20px
91
- padding-left : 20px
92
- .ui-widget-content
93
- height : 100%
88
+
89
+
90
+ .ui-widget-content
91
+ height : 100%
94
92
95
93
.ui-corner-all .ui-corner-bottom , .ui-corner-bottom , .ui-corner-left , .ui-corner-right , .ui-corner-bl , .ui-corner-br
96
94
+ border-radius (none )
@@ -103,7 +101,7 @@ html body .ui-tabs .ui-tabs-nav li
103
101
background : $panel-bg url (image_path( ' page_bg.png' )) repeat
104
102
font-size : 13px
105
103
106
- .paginated-activities
104
+ .paginated-activities , #head-mask
107
105
+ box-shadow (5px 0px 5px -3px #cccccc , -5px 0px 5px -3px #cccccc , 5px 10px 5px -3px #cccccc , -5px 10px 5px -3px #cccccc )
108
106
+ border-top-radius (4px )
109
107
float : left
@@ -118,6 +116,39 @@ html body .ui-tabs .ui-tabs-nav li
118
116
.channel-activities
119
117
width : 100%
120
118
119
+ .ui-tabs-panel , #mask_container
120
+ padding : 0px
121
+ padding-right : 20px
122
+ padding-left : 20px
123
+
124
+ #mask_container
125
+ position : fixed
126
+ top : 64px !important
127
+ background : #E6EBEE url (" /assets/page_bg.png" ) repeat
128
+ z-index : 9002
129
+ padding-top : 25px
130
+ width : 80%
131
+
132
+ .corner_cover
133
+ display : block
134
+ width : 15px
135
+ height : 15px
136
+ background : #FFF
137
+
138
+ html body .ui-tabs .ui-tabs-panel , html body #app_body .main-area #mask_container
139
+ padding-left : 20px !important
140
+ padding-right : 20px !important
141
+
142
+
143
+ html body #app_body .main-area #head-mask
144
+ min-height : 0 !important
145
+ padding-bottom : 0px !important
146
+ height : 20px
147
+ + box-shadow (0px 10px 5px -3px #FFFFFF , 0px 7px 4px -3px #FFFFFF , 6px 3px 3px -3px #cccccc , -5px 3px 5px -2px #cccccc )
148
+
149
+ /* html body .ui-tabs .ui-tabs-panel
150
+ /* padding: 0px !important
151
+
121
152
.chatbox
122
153
+ border-bottom-radius (4px )
123
154
+ box-shadow (5px 0px 5px -3px #cccccc , -5px 0px 5px -3px #cccccc , 0px 5px 5px 0px #cccccc )
0 commit comments