diff --git a/samples/map/add-user-1.html b/samples/map/add-user-1.html new file mode 100644 index 0000000..6803246 --- /dev/null +++ b/samples/map/add-user-1.html @@ -0,0 +1,105 @@ + + + + +Navbar MapStore2 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/samples/map/add-user-2.html b/samples/map/add-user-2.html new file mode 100644 index 0000000..f2de28b --- /dev/null +++ b/samples/map/add-user-2.html @@ -0,0 +1,96 @@ + + + + +Navbar MapStore2 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/samples/map/add-user-3.html b/samples/map/add-user-3.html new file mode 100644 index 0000000..266b58e --- /dev/null +++ b/samples/map/add-user-3.html @@ -0,0 +1,124 @@ + + + + +Navbar MapStore2 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/samples/map/img/manage-img.jpg b/samples/map/img/manage-img.jpg new file mode 100644 index 0000000..9acc7f8 Binary files /dev/null and b/samples/map/img/manage-img.jpg differ diff --git a/samples/map/manager.html b/samples/map/manager.html new file mode 100644 index 0000000..a5288b5 --- /dev/null +++ b/samples/map/manager.html @@ -0,0 +1,234 @@ + + + + +Homepage MapStore2 + + + + + + + + + + + + + + + +
+ +
+
+ +
+
+ +
+ + + + +
+ +
+
+ +
+
+ +
+
+ +
+ + +
+ +
+ + + + +
+ +
+
+ +
Andrea Biagi
+ +
+ +
Role:
+ Administrator +
+ +
Group:
+ group A
+ group B
+ group C
+ group D
+ group E
+
+ +
+ Status:
+
+
+ +
+ + + +
+ + + +
+ +
+
+ + + +
+
+ +
Andrea Biagi
+ +
+ +
Role:
+ Administrator +
+ +
Group:
+ group A
+ group B
+ group C
+ group D
+ group E
+
+ +
+ Status:
+
+
+ +
+ + + +
+ + + +
+ +
+
+ + + +
+ +
+ +
+ + + +
+
+ + + + + + + diff --git a/theme/default/css/custom.css b/theme/default/css/custom.css index 1c01fe3..293a049 100644 --- a/theme/default/css/custom.css +++ b/theme/default/css/custom.css @@ -68,10 +68,22 @@ a:hover, a:active, a:link, a:focus { padding:0; } +.margin10 { + margin:10px; +} + +.margin10-top { + margin-top:10px; +} + .padding10-right { padding-right:10px; } +.margin15 { + margin:15px; +} + .border-grey { border:grey solid 1px; } @@ -220,6 +232,16 @@ a:hover, a:active, a:link, a:focus { background-position: center; } +.mapstore-header-manage { + height: 200px; + width: 100%; + background-image:url(../../../samples/map/img/manage-img.jpg); + background-size: cover; + background-repeat: no-repeat; + overflow: hidden; + background-position: center; +} + .navbar-home{ z-index:1000; } @@ -261,14 +283,12 @@ a:hover, a:active, a:link, a:focus { .map-thumb { height: 180px; max-width: 100%; - background: url(../../../samples/map/img/background-map.jpg); - background-size: cover; - background-repeat: no-repeat; overflow: hidden; transition: all 0.3s ease-in; -webkit-transition:all 0.3s ease-in; -moz-transition:all 0.3s ease-in; -o-transition:all 0.3s ease-in; + font-size:12px; } .map-thumb-001 { @@ -367,11 +387,6 @@ a:hover, a:active, a:link, a:focus { right:15px; } -.map-editing-button { - float: left; - height: 30px; - width: 30px; -} /*end home/welcome page */ .absolute-map { @@ -391,7 +406,7 @@ a:hover, a:active, a:link, a:focus { } .square-button .glyphicon { - margin-left: -6px; + margin-left: -5px; font-size: 35px; } @@ -557,6 +572,13 @@ a:hover, a:active, a:link, a:focus { background-color: #5C9FB4 /* azzurro chiaro */ !important; } +.divider-horiz-md { + width: 1px; + height: 30px; + overflow: hidden; + background-color: #5C9FB4 /* azzurro chiaro */ !important; +} + .divider-edit { width: 1px; height: 30px; @@ -1051,6 +1073,37 @@ input[type=radio]:checked+.lbl::before { content: "\e01a"; } +/* --------------manager pages----------------------- */ +.navbar-dx { + width:320px; +} + +.status{ + position:absolute; + top:130px; + left:25px; +} + +.status .glyphicon{ + font-size:32px; +} + +.green{ + color:#4E8C75; +} + +.red{ + color:#A23F37; +} + +.wrap-user-btn{ + height:50px; +} + +.groups-area { + width: 260px; + height: 100px; +} @media (min-width: 768px) { @@ -1083,10 +1136,6 @@ input[type=radio]:checked+.lbl::before { background-repeat:no-repeat; background-size:contain; } - -.navbar-dx { - width:402px; -} .navbar-dx .search-wrap { width: 300px;