diff --git a/frontend/views/common/index.php b/frontend/views/common/index.php index 7d06940..c929b6b 100644 --- a/frontend/views/common/index.php +++ b/frontend/views/common/index.php @@ -130,7 +130,7 @@ - + diff --git a/frontend/web/assets/css/popUps.css b/frontend/web/assets/css/popUps.css index 2acf13b..81fdfd6 100644 --- a/frontend/web/assets/css/popUps.css +++ b/frontend/web/assets/css/popUps.css @@ -21,26 +21,34 @@ font-size:20px; } .jump{ + width:80px; background-color: coral; font-size:16px; color:#fff; padding: 10px 20px; border-radius: 6px; - margin-top:50%; + margin-left:450px; + margin-bottom:20px; + text-align: center; } .Previous{ - background-color: coral; + width:100px; + text-align: center; + background-color: #4fbd51; font-size:16px; color:#fff; padding: 10px 20px; border-radius: 6px; - margin-top:50%; + margin-top:20px; } .nextPage{ - background-color: coral; + width: 100px; + background-color: #4fbd51; font-size:16px; color:#fff; padding: 10px 20px; border-radius: 6px; - margin-top:50%; + margin-top: -42px; + margin-left: 145px; + text-align: center; } \ No newline at end of file