diff --git a/WEB/View/src/CSS/Enigmev2.css b/WEB/View/src/CSS/Enigmev2.css index e861a9ee..83e4f2d3 100644 --- a/WEB/View/src/CSS/Enigmev2.css +++ b/WEB/View/src/CSS/Enigmev2.css @@ -9,11 +9,8 @@ /*Ace CSS */ .ace{ - width: 45%; - height: 90%; - max-height: 100%; - margin-bottom: 0; - margin-right: 10px; + width: 100%; + height: 100%; } @@ -212,4 +209,19 @@ .modal .buttons #bottom .btn:nth-child(1):before, .modal .buttons #bottom .btn:nth-child(1):after { background: linear-gradient(45deg, #d400d4, #0e1538, #fb5942); - } \ No newline at end of file + } + + /* Console CSS*/ + +#console{ + font-size: .8rem; + opacity: 0.85; + letter-spacing: 1px; + background-color: #040a29; + color: #fff; + border: solid 1px #414141; + max-width: 95%; + max-height: 85%; + line-height: 1.5; + resize: none; +} \ No newline at end of file diff --git a/WEB/View/src/pages/Enigme/Enigmebootstrap.html b/WEB/View/src/pages/Enigme/Enigmebootstrap.html index 4238858c..e8558723 100644 --- a/WEB/View/src/pages/Enigme/Enigmebootstrap.html +++ b/WEB/View/src/pages/Enigme/Enigmebootstrap.html @@ -23,7 +23,7 @@ crossorigin="anonymous">
-