File tree 2 files changed +36
-1
lines changed
2 files changed +36
-1
lines changed Original file line number Diff line number Diff line change 98
98
margin-top : 5px ;
99
99
border : 1px solid rgb (204 , 204 , 204 );
100
100
border-radius : 2px ;
101
+ background-color : white;
101
102
}
102
103
103
104
.map-box img {
@@ -124,10 +125,35 @@ nav {
124
125
margin-top : 11px ;
125
126
}
126
127
128
+ /* EXTENDED BOXES */
129
+
130
+ .extended-box-top {
131
+ width : 10px ;
132
+ height : 10px ;
133
+ border : 1px solid rgb (204 , 204 , 204 );
134
+ margin : auto;
135
+ margin-top : 3px ;
136
+ transform : rotate (-45deg );
137
+ -moz-transform : rotate (-45deg );
138
+ -webkit-transform : rotate (-45deg );
139
+ background-color : white;
140
+ }
141
+
142
+ .extended-box {
143
+ width : 100% ;
144
+ position : relative;
145
+ border : 1px solid rgb (204 , 204 , 204 );
146
+ border-radius : 2px ;
147
+ background-color : white;
148
+ margin-top : -6px ;
149
+ margin-bottom : 5px ;
150
+ z-index : 100 ;
151
+ }
152
+
127
153
/* USER MENU */
128
154
129
155
.user-menu {
130
- border : 1px solid # cccccc ;
156
+ border : 1px solid rgb ( 204 , 204 , 204 ) ;
131
157
border-radius : 3px ;
132
158
margin-right : 8px ;
133
159
margin-top : 10px ;
@@ -211,6 +237,7 @@ nav {
211
237
margin : 0px ;
212
238
padding : 0px ;
213
239
position : fixed;
240
+ z-index : 500 ;
214
241
}
215
242
216
243
# tabs .ui-tabs-nav a {
Original file line number Diff line number Diff line change @@ -58,6 +58,14 @@ <h4>Map Title</h4>
58
58
< b > Edited 5 minutes ago</ b >
59
59
</ div >
60
60
</ div >
61
+ < div class ="extended-box-top " aria-hidden ="true "> </ div >
62
+ < div class ="extended-box ">
63
+ placeholder
64
+ < br >
65
+ placeholder
66
+ < br >
67
+ placeholder
68
+ </ div >
61
69
< div class ="map-box ">
62
70
< img aria-hidden ="true " src ="http://fakeimg.pl/300/ " />
63
71
< div >
You can’t perform that action at this time.
0 commit comments