More CSS works for dropdown, to make it look more like the rest of the site
authorMagnus Hagander <magnus@hagander.net>
Sun, 25 Nov 2012 15:39:31 +0000 (16:39 +0100)
committerMagnus Hagander <magnus@hagander.net>
Sun, 25 Nov 2012 15:40:40 +0000 (16:40 +0100)
Including updating to a new version of jqueryui and jquery

django/archives/mailarchives/templates/base.html
django/archives/mailarchives/templates/message.html

index 240f24717b714ebc6467ccc7a79fde1c52c91c52..c3fa9bd2ed61f794640e1bf3871ab1390943d023 100644 (file)
@@ -10,9 +10,9 @@
   <link rel="shortcut icon" href="/favicon.ico" />
   <link rel="alternate" type="application/rss+xml" title="PostgreSQL News" href="http://www.postgresql.org/news.rss" />
   <link rel="alternate" type="application/rss+xml" title="PostgreSQL Events" href="http://www.postgresql.org/events.rss" />
-  <link rel="stylesheet" type="text/css" media="screen" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/themes/ui-lightness/jquery-ui.css" />
-  <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.js"></script>
-  <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.21/jquery-ui.js"></script>
+  <link rel="stylesheet" type="text/css" media="screen" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.9.1/themes/smoothness/jquery-ui.css" />
+  <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.js"></script>
+  <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.9.1/jquery-ui.js"></script>
   <script type="text/javascript" src="/media-archives/js/jquery/jquery.ui.selectmenu.js"></script>
   <link rel="stylesheet" type="text/css" media="screen" href="/media-archives/css/jquery/jquery.ui.selectmenu.css" />
   <script type="text/javascript">
index 407d74bb3be0cd532f1c97e3e641568e93afc616..065312446f1ee618111d4f27831cb131f78d4da1 100644 (file)
@@ -26,6 +26,17 @@ span.listname {
 }
 a.ui-selectmenu {
    text-decoration: none;
+   color: black;
+}
+.ui-selectmenu-status {
+   font-weight: bold;
+}
+.ui-widget {
+   font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
+   font-size: 1em;
+}
+.ui-selectmenu-menu, .ui-selectmenu-status {
+   white-space: nowrap;
 }
 </style>
 {%endblock%}