|
@@ -3946,6 +3946,16 @@ ul.inline li {
|
|
|
max-height: 440px;
|
|
|
}
|
|
|
|
|
|
+.log_popup {
|
|
|
+ .bar {
|
|
|
+ -webkit-transition: width 0.0s ease;
|
|
|
+ -moz-transition: width 0.0s ease;
|
|
|
+ -ms-transition: width 0.0s ease;
|
|
|
+ -o-transition: width 0.0s ease;
|
|
|
+ transition: width 0.0s ease;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
#step10-content {
|
|
|
max-height: 440px;
|
|
|
}
|