]> git.aero2k.de Git - dfde-theme.git/commitdiff
Quickmenu: Schrift groesser css
authoreggy <eggy@localhost>
Wed, 20 Sep 2017 08:35:14 +0000 (10:35 +0200)
committereggy <eggy@localhost>
Wed, 20 Sep 2017 08:35:14 +0000 (10:35 +0200)
theme/debianforum.css

index 3c74c8dcbf922baee7fdf0f1c3a8246e042c8b21..b0653251887a749eb4971753960af45e23289a28 100644 (file)
     padding: 0 5px;
 }
 
+.dfde_quickmenu_li{
+
+       font-size:28px !important;
+}
+
+.dfde_quickmenu_dropdown {
+       
+       max-height:400px !important;
+       width:400px !important;
+
+
+    background: #fff none repeat scroll 0 0 !important;
+    border-color: #b9b9b9;
+    box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2) !important;
+    
+       border-radius: 5px;
+    overflow-x: hidden;
+    overflow-y: auto;
+    padding: 5px;
+    position: relative;
+    z-index: 2;
+}
+.dfde_quickmenu_dropdown ul ul, ol ul {
+    list-style-type: circle;
+}
+
+.dfde_quickmenu_dropdown ol, ul {
+    margin: 0;
+}