]> dev.renevier.net Git - syj.git/blobdiff - public/css/list.css
interface to manage list of created routes
[syj.git] / public / css / list.css
diff --git a/public/css/list.css b/public/css/list.css
new file mode 100644 (file)
index 0000000..c78f909
--- /dev/null
@@ -0,0 +1,63 @@
+.item {
+    float: left;
+    width: 240px;
+    margin: 0px 10px 10px 10px;
+}
+
+.geom {
+    float: left;
+    border: 1px solid black;
+    width: 100px;
+    height: 100px;
+    margin: 0 10px 6px 0;
+}
+
+.map {
+    width: 100%;
+    height: 100%;
+}
+
+.title {
+    height: 2em;
+    clear: left;
+}
+
+.page-link {
+    margin-left: 10px;
+    margin-right: 10px;
+}
+#navigation {
+    text-align: center;
+}
+
+#footer {
+    position: fixed;
+    z-index: 2000;
+    background-color: white;
+}
+
+.noroute {
+    text-align: center;
+    border-width: 2px;
+    border-style: solid;
+    -moz-border-radius: 5px;
+    -webkit-border-radius: 5px;
+    border-radius: 5px;
+    width: 40%;
+    margin: auto;
+    padding: 12px;
+    margin-top: 28px;
+}
+
+#message {
+    width: 40%;
+    margin: 20px auto 20px auto;
+    padding: 1.5em 1.5em 1.5em 1.5em;
+    text-align: center;
+    border-width: 2px;
+    border-style: solid;
+    -moz-border-radius: 5px;
+    -webkit-border-radius: 5px;
+    border-radius: 5px;
+}
+