-
Notifications
You must be signed in to change notification settings - Fork 400
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
1 parent
f27e1b1
commit 22b5c46
Showing
38 changed files
with
500 additions
and
516 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
.Sortable { | ||
position: relative; | ||
display: block; | ||
overflow: visible; | ||
-webkit-user-select: none; | ||
-moz-user-select: none; | ||
user-select: none; | ||
} | ||
|
||
.SortableItem { | ||
cursor: -webkit-grab; cursor:-moz-grab; cursor: grab; | ||
} | ||
|
||
.SortableItem.is-dragging { | ||
cursor: move; | ||
position: absolute; | ||
z-index: 1688; | ||
background-color: rgba(218, 218, 218, 0.8);; | ||
border: 1px dashed #8E8E8E; | ||
border-radius: 5px; | ||
box-shadow: 4px 4px 9px rgba(0, 0, 0, 0.28); | ||
} | ||
|
||
.SortableItem.is-placeholder { | ||
border: 1px dashed #8E8E8E; | ||
border-radius: 5px; | ||
} | ||
|
||
.SortableItem.is-undraggable { | ||
cursor: not-allowed; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,35 @@ | ||
.toc-group-children { | ||
margin-left: 15px; | ||
} | ||
|
||
.Sortable { | ||
position: relative; | ||
display: block; | ||
overflow: visible; | ||
-webkit-user-select: none; | ||
-moz-user-select: none; | ||
user-select: none; | ||
} | ||
|
||
.SortableItem { | ||
cursor: -webkit-grab; cursor:-moz-grab; cursor: grab; | ||
} | ||
|
||
.SortableItem.is-dragging { | ||
cursor: move; | ||
position: absolute; | ||
z-index: 1688; | ||
background-color: rgba(218, 218, 218, 0.8);; | ||
border: 1px dashed #8E8E8E; | ||
border-radius: 5px; | ||
box-shadow: 4px 4px 9px rgba(0, 0, 0, 0.28); | ||
} | ||
|
||
.SortableItem.is-placeholder { | ||
border: 1px dashed #8E8E8E; | ||
border-radius: 5px; | ||
} | ||
|
||
.SortableItem.is-undraggable { | ||
cursor: not-allowed; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
#mapstore-about { | ||
position: fixed; | ||
top: 0; | ||
left: calc(50% - 500px); | ||
width: 500px; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
|
||
#mapstore-identify-revgeocoder { | ||
min-height: 40px; | ||
margin-bottom: 10px; | ||
border-bottom: solid 1px #BBB; | ||
} | ||
|
||
|
||
#mapstore-getfeatureinfo { | ||
max-width: 100%; | ||
} | ||
|
||
@media (min-width: 500px) { | ||
#mapstore-getfeatureinfo { | ||
min-width: 500px !important; | ||
} | ||
} | ||
|
||
#mapstore-getfeatureinfo .swipeable-view .panel-heading { | ||
background-color: white; | ||
border: none; | ||
height: 60px; | ||
padding: 0; | ||
} | ||
|
||
#mapstore-getfeatureinfo .swipeable-view .panel { | ||
border: none; | ||
} | ||
|
||
#mapstore-getfeatureinfo .modal-body .panel-body { | ||
padding: 0; | ||
} | ||
|
||
#mapstore-getfeatureinfo .swipeable-view .panel-heading .swipe-header-left-button { | ||
right: 55px; | ||
top: 0; | ||
} | ||
|
||
#mapstore-getfeatureinfo .swipeable-view .panel-heading .swipe-header-right-button { | ||
top: 0; | ||
} | ||
|
||
#mapstore-getfeatureinfo .swipeable-view .panel-title { | ||
font-weight: bold; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
|
||
.swipe-header-left-button { | ||
float: none !important; | ||
right: 45px; | ||
top: 4px; | ||
position: absolute; | ||
} | ||
|
||
.swipe-header-right-button { | ||
float: none !important; | ||
position: absolute; | ||
top: 4px; | ||
right: 5px; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#navigationBar #locate-btn { | ||
position: static; | ||
} |
Oops, something went wrong.