summary | 
shortlog | 
log | 
commit | commitdiff | 
tree
raw | 
patch | 
inline | side by side (from parent 1: 
1b643fe)
 
Add session and location styles
Add p, dt, dd font sizes
Remove dashboard
Cleanup
+p,
+dt {
+       font-size: 1rem;
+}
+
+dd {
+       font-size: .9rem;
 #form,
 #content,
 #regulation,
 #form,
 #content,
 #regulation,
        border: .1rem solid #00c3f9;
        border-radius: .5rem;
        margin: .5rem;
        border: .1rem solid #00c3f9;
        border-radius: .5rem;
        margin: .5rem;
        border-radius: .2rem;
        font-size: .8rem;
        color: #066;
        border-radius: .2rem;
        font-size: .8rem;
        color: #066;
+       background-color: transparent;
 
 /* Vertical form */
 form.col {
 
 /* Vertical form */
 form.col {
-       margin-left: .5rem;
-       width: 10rem;
 
 form.col label {
        text-align: center;
 
 form.col label {
        text-align: center;
        flex-direction: row;
        flex-wrap: wrap;
        place-content: space-between;
        flex-direction: row;
        flex-wrap: wrap;
        place-content: space-between;
+       border: 0;
+       margin: 0;
+       padding: 0;
        flex-grow: 1;
        border-radius: .2rem; /* marche pas sur chrome */
        table-layout: fixed;
        flex-grow: 1;
        border-radius: .2rem; /* marche pas sur chrome */
        table-layout: fixed;
-       width: calc(100% - 12rem);
-       border-collapse: collapse;
+       /*width: calc(100% - 12rem);
+       border-collapse: collapse;*/
        color: #acc;
        background-color: #bee;
 }
 
        color: #acc;
        background-color: #bee;
 }
 
        background-color: #cff;
 }
 
        background-color: #cff;
 }
 
        background-color: #eff;
 }
 
        background-color: #eff;
 }
 
        border-radius: .2rem;
        border: .1rem solid #00c3f9;
        font-size: .8rem;
        border-radius: .2rem;
        border: .1rem solid #00c3f9;
        font-size: .8rem;
        text-overflow: ellipsis;
 }
 
        text-overflow: ellipsis;
 }
 
        background-color: #ccc;
 }
 
        background-color: #ccc;
 }
 
        background-color: #cff;
        /*background-color: #33b679;
        border-color: #33b679;*/
 }
 
        background-color: #cff;
        /*background-color: #33b679;
        border-color: #33b679;*/
 }
 
        background-color: #fcc;
 }
 
        background-color: #fcc;
 }
 
        background-color: #fc9;
 }
 
        background-color: #fc9;
 }
 
+/* Session */
+#session {
+}
+
+#session h2 a::after {
+       content: " >";
+}
+
+#session h2 a:last-child::after {
+       content: none;
+}
+
+#location .panel,
+#session .panel {
+       display: flex;
+       flex-direction: row;
+       flex-wrap: nowrap;
+       place-content: space-between;
+       border: 0;
+       margin: 0;
+       padding: 0;
+}
+
+#location .grid,
+#session .grid {
+       display: table;
+       line-height: normal;
+       padding: 0;
+       flex-grow: 1;
+       table-layout: fixed;
+       border: 0 none;
+       /*width: calc(100% - 12rem);
+       border-collapse: collapse;*/
+}
+
+#location .grid {
+       width: calc(100% - 12rem);
+       border-collapse: collapse;
+}
+
+#session .row {
+       display: flex;
+       flex-wrap: wrap;
+       margin-bottom: .5rem;
+       border: .1rem solid #00c3f9;
+       border-radius: .2rem;
+}
+
+#location .cell,
+#session .cell {
+       display: table-cell;
+       text-align: left;
+       padding: .5rem;
+       flex-grow: 1;
+       border: 0;
+}
+
+#location .cell {
+       border: .05rem solid #00c3f9;
+       Height: 6rem;
+}
+
+#session .sub {
+       display: flex;
+       flex-direction: column;
+       line-height: normal;
+       margin-bottom: .5rem;
+       margin-top: .5rem;
+       padding: .5rem;
+       border: .1rem solid #00c3f9;
+       border-radius: .2rem;
+}
+
+#session .grid dd dd {
+       text-indent: .5rem;
+}
+
+#location .form,
+#session .form {
+       border: .1rem solid #00c3f9;
+       border-radius: .2rem;
+       padding: .5rem;
+       margin-left: .5rem;
+       width: 10rem;
+}
+
+#location .form label,
+#location .form input,
+#location .form button,
+#session .form label,
+#session .form input,
+#session .form button {
+       text-align: center;
+       min-width: 6rem;
+}
 
 /* Regulation */
 #regulation {
 
 /* Regulation */
 #regulation {
 /* Footer */
 #footer {
        border: .1rem solid #00c3f9;
 /* Footer */
 #footer {
        border: .1rem solid #00c3f9;
        margin: .5rem;
        margin-top: 0;
        padding: .5rem;
        margin: .5rem;
        margin-top: 0;
        padding: .5rem;
 }
 
 /* viewport responsive hack */
 }
 
 /* viewport responsive hack */
-@media ( max-width: 650px ) {
+@media ( max-width: 850px ) {
        #header {
                flex-wrap: wrap;
        }
 
        #header {
                flex-wrap: wrap;
        }
 
+       #location .panel,
+       #session .panel {
                place-content: center;
                flex-direction: column;
                place-content: center;
                flex-direction: column;
-       #dashboard .grid {
-               width: 100%;
-       }
-
-       #dashboard div.grid {
-               display: grid;
+       #location .grid,
+       #location .form,
+       #session .grid,
+       #session .form {
+               width: auto;
+       #location .form,
+       #session .form {
                margin: .5rem auto 0 auto;
        }
 }
                margin: .5rem auto 0 auto;
        }
 }