myexperiment-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[myexperiment-hackers] [3525] trunk/public/stylesheets/styles.css: Tweak


From: noreply
Subject: [myexperiment-hackers] [3525] trunk/public/stylesheets/styles.css: Tweaked menu appearance
Date: Thu, 2 May 2013 10:30:57 +0000 (UTC)

Revision
3525
Author
fbacall
Date
2013-05-02 10:30:56 +0000 (Thu, 02 May 2013)

Log Message

Tweaked menu appearance

Modified Paths

Diff

Modified: trunk/public/stylesheets/styles.css (3524 => 3525)


--- trunk/public/stylesheets/styles.css	2013-05-01 15:03:41 UTC (rev 3524)
+++ trunk/public/stylesheets/styles.css	2013-05-02 10:30:56 UTC (rev 3525)
@@ -2424,9 +2424,10 @@
 
 #user_menu {
   position: absolute;
-  border: 1px solid #ccc;
   background-color: white;
   text-align: left;
+  margin-top: 12px;
+  box-shadow: 0 6px 8px 4px #666666
 }
 
 #user_menu a{
@@ -2456,7 +2457,20 @@
 }
 
 #user_menu div.header {
-  background-color: #CCDDFF;
+  background-color: #e6e6e6;
   color: #444444;
   font-weight: bold;
-}
\ No newline at end of file
+}
+
+#user_menu:before {
+  border-color: transparent transparent #e6e6e6;
+  border-style: solid;
+  border-width: 0 10px 10px;
+  content: "";
+  display: block;
+  height: 0;
+  left: 10px;
+  position: absolute;
+  top: -10px;
+  width: 0;
+}

reply via email to

[Prev in Thread] Current Thread [Next in Thread]