2 Commity

Autor SHA1 Wiadomość Data
  kenn408k 87bf6a1460 Update to design 6 lat temu
  kenn408k 200561c136 Update to eventlist 6 lat temu
2 zmienionych plików z 11 dodań i 1 usunięć
  1. 1
    1
      classes/design.class.php
  2. 10
    0
      css/style.css

+ 1
- 1
classes/design.class.php Wyświetl plik

@@ -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">

+ 10
- 0
css/style.css Wyświetl plik

@@ -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;
@@ -512,6 +517,11 @@ a:hover {
512 517
     display:block;
513 518
 }
514 519
 
520
+.eventslice-top {
521
+    height:178px;
522
+    overflow:hidden;
523
+}
524
+
515 525
 .eventslice-top img {
516 526
     padding-left:5px;
517 527
     padding-right:5px;

Ładowanie…
Anuluj
Zapisz