aboutsummaryrefslogtreecommitdiffstats
path: root/jm2l/static/css/jm2l.css
diff options
context:
space:
mode:
authortr4ck3ur <tr4ck3ur@style-python.fr>2015-02-14 03:35:21 +0100
committertr4ck3ur <tr4ck3ur@style-python.fr>2015-02-14 03:35:21 +0100
commit114d2d92147f53a1ed1d0090feedb3fb0b50d064 (patch)
treed8b9c71567b5b0fcd84f6285c669fc754fbde26f /jm2l/static/css/jm2l.css
parentfa4a9859c57de6b7894ff4b84b75d242f2b796f5 (diff)
downloadjm2l-114d2d92147f53a1ed1d0090feedb3fb0b50d064.tar.gz
jm2l-114d2d92147f53a1ed1d0090feedb3fb0b50d064.tar.bz2
jm2l-114d2d92147f53a1ed1d0090feedb3fb0b50d064.tar.xz
jm2l-114d2d92147f53a1ed1d0090feedb3fb0b50d064.zip
harmonize file structure for third party plugins
Diffstat (limited to 'jm2l/static/css/jm2l.css')
-rw-r--r--jm2l/static/css/jm2l.css140
1 files changed, 140 insertions, 0 deletions
diff --git a/jm2l/static/css/jm2l.css b/jm2l/static/css/jm2l.css
new file mode 100644
index 0000000..5a3de2f
--- /dev/null
+++ b/jm2l/static/css/jm2l.css
@@ -0,0 +1,140 @@
+.borderbox {
+ border: 1px solid #e1e4e5;
+ margin: 1px 0 24px;
+ color: #404040;
+ line-height: 1.5;
+ margin: 0;
+ overflow: auto;
+ padding: 12px;
+ background: none repeat scroll 0 0 #fcfcfc;
+ font-family: "Lato","proxima-nova","Helvetica Neue",Arial,sans-serif;
+}
+.titleborderbox {
+ background: none repeat scroll 0 0 #ffffff;
+ border: 1px solid #eee;
+ display: inline;
+ left: 16px;
+ padding: 2px 7px;
+ position: relative;
+ top: 10px;
+}
+.footborderbox {
+ background: none repeat scroll 0 0 #fff;
+ border: 1px solid #FEE;
+ display: inline;
+ padding: 2px 7px;
+ position: relative;
+ bottom: 10px;
+ float: right;
+ margin-right: 15px;
+}
+.borderboxtime {
+ float:right;
+ padding:1px 15px;
+ border: 1px solid #eee;
+}
+.Loading {
+ background-image: url(/vendor/select2/img/select2-spinner.gif);
+ background-position: center;
+ background-repeat: no-repeat;
+ height:100px;
+}
+.invalid {
+ background:url(../images/invalid.png) no-repeat 0 50%;
+ padding-left:22px;
+ line-height:24px;
+ color:#ec3f41;
+}
+.valid {
+ background:url(../images/valid.png) no-repeat 0 50%;
+ padding-left:22px;
+ line-height:24px;
+ color:#3aba34;
+}
+.intervbox {
+ border-style: dotted;
+}
+.tiers {
+ border-radius: 5px;
+ border: 1px solid #ccc;
+ padding: 4px;
+}
+.cke_show_borders {
+ border: 1px solid #ddd;
+ border-radius: 5px;
+ padding:5px;
+}
+#map {
+ height: 250px;
+ width:520px;
+}
+.Ucarousel-control {
+ background: none repeat scroll 0 0 #222;
+ border: 3px solid #fff;
+ border-radius: 12px;
+ color: #fff;
+ font-size: 24px;
+ font-weight: 100;
+ height: 15px;
+ line-height: 12px;
+ opacity: 0.5;
+ position: absolute;
+ text-align: center;
+ width: 15px;
+}
+.Ucarousel-control.left {
+ right: auto;
+ left: 15px;
+}
+.Ucarousel-control.right {
+ left: auto;
+ right: 15px;
+}
+
+.LogistiqueTable th, .LogistiqueTable td
+{
+ text-align:center;
+ vertical-align:middle;
+}
+
+#flash, #notfound {
+ font-size: 16px;
+ width: 500px;
+ text-align: center;
+ background-color: #e1ecfe;
+ border-top: 2px solid #7a9eec;
+ border-bottom: 2px solid #7a9eec;
+ padding: 10px 20px 10px 20px;
+}
+
+#notfound {
+ background-color: #fbe3e4;
+ border-top: 2px solid #fbc2c4;
+ border-bottom: 2px solid #fbc2c4;
+ padding: 0 20px 30px 20px;
+}
+
+#tasks {
+ width: 500px;
+}
+
+#tasks li {
+ padding: 5px 0 5px 0;
+ border-bottom: 1px solid #bbbbbb;
+}
+
+#tasks li.last {
+ border-bottom: none;
+}
+
+#tasks .name {
+ width: 400px;
+ text-align: left;
+ display: inline-block;
+}
+
+#tasks .actions {
+ width: 95px;
+ text-align: right;
+ display: inline-block;
+}