diff --git a/newDesign/assets/css/main.css b/newDesign/assets/css/main.css index 4df7127d6..b24578542 100644 --- a/newDesign/assets/css/main.css +++ b/newDesign/assets/css/main.css @@ -74,16 +74,16 @@ img { #header .brand { float: left; width: 240px; - min-height: 80px; - padding: 0 0 0 10px; + height: 80px; + padding: 0; position: relative; - background: #e84c3d url('../img/logo.png') no-repeat 25px 26px; + background: url('../img/logoBG.jpg') no-repeat 0px 0px; } #header .logo { color: #fff; font-size: 1.7em; text-transform: uppercase; - padding: 23px 0 0 57px; + padding: 23px 0 0 75px; display: inline-block; } #header .logo span { @@ -696,6 +696,16 @@ fieldset[disabled] .btn-warning.active { color: #fff; border: none; } +/* ========================================================================== + Modal + ========================================================================== */ +.modal-footer .btn + .btn { + margin-bottom: 5px; +} +.modal .modal-body.modal-scroll { + max-height: 350px; + overflow-y: auto; +} /* ========================================================================== Media Queries ========================================================================== */ diff --git a/newDesign/assets/img/logoBG.jpg b/newDesign/assets/img/logoBG.jpg new file mode 100644 index 000000000..cdc20d82e Binary files /dev/null and b/newDesign/assets/img/logoBG.jpg differ diff --git a/newDesign/index.html b/newDesign/index.html index 1db9c762d..d1020068a 100644 --- a/newDesign/index.html +++ b/newDesign/index.html @@ -57,7 +57,7 @@