|
|
@@ -208,10 +208,11 @@ select[multiple] option {
|
|
|
display: none;
|
|
|
position: absolute;
|
|
|
background-color: #f1f1f1;
|
|
|
- min-width: 320px;
|
|
|
+ min-width: 260px;
|
|
|
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
|
|
|
z-index: 1;
|
|
|
right: 0;
|
|
|
+
|
|
|
}
|
|
|
|
|
|
/* Links inside the dropdown */
|
|
|
@@ -220,6 +221,11 @@ select[multiple] option {
|
|
|
padding: 0 16px;
|
|
|
text-decoration: none;
|
|
|
display: block;
|
|
|
+ width: 100%;
|
|
|
+}
|
|
|
+
|
|
|
+#notif-dropdown {
|
|
|
+ min-width: 320px;
|
|
|
}
|
|
|
|
|
|
/* Change color of dropdown links on hover */
|
|
|
@@ -463,6 +469,12 @@ select[multiple] option {
|
|
|
padding: 25px !important;
|
|
|
}
|
|
|
|
|
|
+.sprint-retro {
|
|
|
+ border-left: solid 2px #d3c5c5;
|
|
|
+ padding: 10px 20px;
|
|
|
+ margin: 20px;
|
|
|
+}
|
|
|
+
|
|
|
/* Sprint cloture */
|
|
|
|
|
|
.already-checked {
|