|
|
@@ -219,10 +219,19 @@ td.numeric {
|
|
|
|
|
|
/*=== Buttons */
|
|
|
.stick {
|
|
|
- display: inline-block;
|
|
|
+ display: inline-flex;
|
|
|
+ max-width: 100%;
|
|
|
white-space: nowrap;
|
|
|
}
|
|
|
|
|
|
+.stick > input.long {
|
|
|
+ flex-shrink: 1;
|
|
|
+}
|
|
|
+
|
|
|
+.stick > .btn {
|
|
|
+ flex-shrink: 0;
|
|
|
+}
|
|
|
+
|
|
|
.btn,
|
|
|
a.btn {
|
|
|
display: inline-block;
|
|
|
@@ -1031,6 +1040,10 @@ br {
|
|
|
left: 0;
|
|
|
}
|
|
|
|
|
|
+#close-slider img {
|
|
|
+ display: none;
|
|
|
+}
|
|
|
+
|
|
|
/*=== SLIDESHOW */
|
|
|
/*==============*/
|
|
|
.slides {
|
|
|
@@ -1199,7 +1212,6 @@ input:checked + .slide-container .properties {
|
|
|
|
|
|
@media (max-width: 840px) {
|
|
|
.header,
|
|
|
- .aside .btn-important,
|
|
|
.flux_header .item.website span,
|
|
|
.item.date, .day .date,
|
|
|
.dropdown-menu > .no-mobile,
|
|
|
@@ -1207,6 +1219,18 @@ input:checked + .slide-container .properties {
|
|
|
display: none;
|
|
|
}
|
|
|
|
|
|
+ .form-group {
|
|
|
+ margin-bottom: 10px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .form-group .group-name {
|
|
|
+ float: none;
|
|
|
+ }
|
|
|
+
|
|
|
+ .form-group .group-controls {
|
|
|
+ margin-left: 0;
|
|
|
+ }
|
|
|
+
|
|
|
.dropdown .dropdown-menu {
|
|
|
width: 100%;
|
|
|
border-radius: 0;
|
|
|
@@ -1242,6 +1266,10 @@ input:checked + .slide-container .properties {
|
|
|
width: 90%;
|
|
|
}
|
|
|
|
|
|
+ .aside_feed .configure-feeds {
|
|
|
+ margin-top: 10px;
|
|
|
+ }
|
|
|
+
|
|
|
.flux_header .item.website {
|
|
|
width: 40px;
|
|
|
}
|
|
|
@@ -1274,6 +1302,26 @@ input:checked + .slide-container .properties {
|
|
|
width: 30px;
|
|
|
height: 30px;
|
|
|
}
|
|
|
+
|
|
|
+ #slider.active {
|
|
|
+ left: 0;
|
|
|
+ top: 50px;
|
|
|
+ }
|
|
|
+
|
|
|
+ #close-slider img {
|
|
|
+ display: initial;
|
|
|
+ }
|
|
|
+
|
|
|
+ #close-slider.active {
|
|
|
+ background: #f6f6f6;
|
|
|
+ display: block;
|
|
|
+ width: 100%;
|
|
|
+ height: 50px;
|
|
|
+ z-index: 10;
|
|
|
+ text-align: center;
|
|
|
+ line-height: 50px;
|
|
|
+ border-bottom: 1px solid #ddd;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
/*=== PRINTER */
|