Bläddra i källkod

Update to design

tags/rls1
kenn408k 6 år sedan
förälder
incheckning
87bf6a1460
2 ändrade filer med 6 tillägg och 1 borttagningar
  1. 1
    1
      classes/design.class.php
  2. 5
    0
      css/style.css

+ 1
- 1
classes/design.class.php Visa fil

@@ -49,7 +49,7 @@ class Design {
49 49
         <div class="contentwrapper"> <!-- Contentwrapper start -->
50 50
             <header> <!-- Header start -->
51 51
                 <div class="topnav">
52
-                   ' . (User::userLevel() > 0 ? "<div class=\"pull_left\"><span class=\"white\">&nbsp;Velkommen tilbage $username!</span></div>" : "") . '<p>Support:</p> <a href="?page=order"><button>Bestil nu</button></a>
52
+                   ' . (User::userLevel() > 0 ? "<div class=\"pull_left\"><span class=\"white\">&nbsp;Velkommen tilbage $username!</span></div>" : "") . '<p>Support: <a href="?page=contact"><i class="fa fa-envelope"></i></a></p> <a href="?page=order"><button>Bestil nu</button></a>
53 53
                 </div>
54 54
 
55 55
                 <div class="header">

+ 5
- 0
css/style.css Visa fil

@@ -100,6 +100,7 @@ a:hover {
100 100
     font-size:15px;
101 101
     line-height:12px;
102 102
     display:inline-block;
103
+    margin-right:10px;
103 104
 }
104 105
 
105 106
 .topnav button {
@@ -114,6 +115,10 @@ a:hover {
114 115
 
115 116
 }
116 117
 
118
+.topnav a {
119
+    color:red;
120
+}
121
+
117 122
 .mainnav {
118 123
     border-top:1px solid #2e2e2e;
119 124
     height:50px;

Laddar…
Avbryt
Spara