Quellcode durchsuchen

Moves the moderator menu down.

master
hristoterezov vor 10 Jahren
Ursprung
Commit
3b81336b89
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2
    2
      css/popup_menu.css

+ 2
- 2
css/popup_menu.css Datei anzeigen

5
     padding:0;
5
     padding:0;
6
     margin: 0;
6
     margin: 0;
7
     bottom: 0;
7
     bottom: 0;
8
-    margin-bottom: 35px;
8
+    margin-bottom: 25px;
9
     padding-bottom: 5px;
9
     padding-bottom: 5px;
10
     padding-top: 5px;
10
     padding-top: 5px;
11
     right: 10px;
11
     right: 10px;
20
     content: url('../images/popupPointer.png');
20
     content: url('../images/popupPointer.png');
21
     display: block;
21
     display: block;
22
     position: absolute;
22
     position: absolute;
23
-    bottom: -9px;
23
+    bottom: -8px;
24
     left: 11px;
24
     left: 11px;
25
 }
25
 }
26
 
26
 

Laden…
Abbrechen
Speichern