Browse Source

Update to design

tags/rls1
kenn408k 6 years ago
parent
commit
87bf6a1460
2 changed files with 6 additions and 1 deletions
  1. 1
    1
      classes/design.class.php
  2. 5
    0
      css/style.css

+ 1
- 1
classes/design.class.php View File

49
         <div class="contentwrapper"> <!-- Contentwrapper start -->
49
         <div class="contentwrapper"> <!-- Contentwrapper start -->
50
             <header> <!-- Header start -->
50
             <header> <!-- Header start -->
51
                 <div class="topnav">
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
                 </div>
53
                 </div>
54
 
54
 
55
                 <div class="header">
55
                 <div class="header">

+ 5
- 0
css/style.css View File

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

Loading…
Cancel
Save