diff --git a/skyonnweb/media/profile_pics/Logo.png b/skyonnweb/media/profile_pics/Logo.png new file mode 100644 index 0000000..6ee10c4 Binary files /dev/null and b/skyonnweb/media/profile_pics/Logo.png differ diff --git a/skyonnweb/media/profile_pics/Web-Backround.png b/skyonnweb/media/profile_pics/Web-Backround.png new file mode 100644 index 0000000..c9011c2 Binary files /dev/null and b/skyonnweb/media/profile_pics/Web-Backround.png differ diff --git a/skyonnweb/skyonnweb/settings.py b/skyonnweb/skyonnweb/settings.py index f85028c..b5ec941 100644 --- a/skyonnweb/skyonnweb/settings.py +++ b/skyonnweb/skyonnweb/settings.py @@ -25,8 +25,8 @@ SECRET_KEY = 'django-insecure-r*y737z-@#o&lm&hfylvv4*h$8c_288g2m_y=e3gz%_-ig!i^_ # SECURITY WARNING: don't run with debug turned on in production! DEBUG = True -ALLOWED_HOSTS = ["armintacareers.com","34.93.75.170:8000","34.36.25.135:8000"] - +# ALLOWED_HOSTS = ["armintacareers.com","34.93.75.170:8000","34.36.25.135:8000"] +ALLOWED_HOSTS = [] # Application definition diff --git a/skyonnweb/templates/user/Messages.html b/skyonnweb/templates/user/Messages.html index 842010b..50e4012 100644 --- a/skyonnweb/templates/user/Messages.html +++ b/skyonnweb/templates/user/Messages.html @@ -117,10 +117,6 @@ input { cursor: pointer; z-index: 999; } -.emailRow:hover { - border-top: 1px solid whitesmoke; - box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.24); -} .emailRow__message { display: flex; flex: 0.8; @@ -217,10 +213,11 @@ input { .sidebar__compose { text-transform: capitalize; color: gray; - padding: 15px; + padding: 13px; border-radius: 20px; background-color: white; display: flex; + font-size: 14px; align-items: center; cursor: pointer; outline: none; @@ -231,9 +228,9 @@ input { /* Style for the 'add' icon */ .sidebar__compose .material-icons { - margin-right: 8px; /* Add space between the icon and text */ + margin-right: 3px; /* Add space between the icon and text */ vertical-align: middle; /* Ensures the icon is vertically aligned with text */ - font-size: 26px; + font-size: 22px; color:black; } @@ -309,16 +306,19 @@ cursor:pointer; } #dropdownIcon { - position: relative; /* Position it relative to its container */ + position: relative; cursor: pointer; } .email-input-container { - position: relative; /* The dropdown will be positioned relative to this container */ + position: relative; } .emailRow:hover { - border-top: 1px solid whitesmoke; - box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.24); + border: 1px solid white !important; + box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2); +} +.emailRow:first-child { + margin-top: 10px; /* Fixes first row issue */ } #BackToInboxButton { margin-bottom: 10px; @@ -345,11 +345,9 @@ cursor:pointer; padding: 2px; transition: opacity 0.3s ease; /* Smooth opacity transition */ } - -/* On hover, show the text and add background color to the arrow */ #BackToInboxButton:hover i { - background-color: #d3d3d3; /* Gray background color on hover */ - border-radius: 5%; /* Round the corners of the background */ + background-color: #d3d3d3; + border-radius: 5%; } #BackToInboxButton:hover span { @@ -425,12 +423,12 @@ cursor:pointer;