Browse Source

Allow scrolling of the humane popups

Jordi Boggiano 12 years ago
parent
commit
9690e46304

+ 4 - 0
src/Packagist/WebBundle/Resources/public/css/main.css

@@ -637,6 +637,10 @@ pre {
   margin: 10px 0;
   margin: 10px 0;
 }
 }
 
 
+.humane {
+  max-height: 90%;
+  overflow: auto;
+}
 .humane pre {
 .humane pre {
   text-align: left;
   text-align: left;
   background-color: #111;
   background-color: #111;

+ 1 - 1
src/Packagist/WebBundle/Resources/views/layout.html.twig

@@ -13,7 +13,7 @@
         <link rel="shortcut icon" href="{{ asset('favicon.ico') }}" />
         <link rel="shortcut icon" href="{{ asset('favicon.ico') }}" />
         <link rel="apple-touch-icon" href="{{ asset('apple-touch-icon.png') }}" />
         <link rel="apple-touch-icon" href="{{ asset('apple-touch-icon.png') }}" />
 
 
-        <link rel="stylesheet" href="{{ asset('bundles/packagistweb/css/main.css?v=10') }}" />
+        <link rel="stylesheet" href="{{ asset('bundles/packagistweb/css/main.css?v=11') }}" />
         <link rel="stylesheet" href="{{ asset('css/humane/jackedup.css?v=3') }}" />
         <link rel="stylesheet" href="{{ asset('css/humane/jackedup.css?v=3') }}" />
         <link rel="stylesheet" href="{{ asset('css/fontawesome/font-awesome.css') }}" />
         <link rel="stylesheet" href="{{ asset('css/fontawesome/font-awesome.css') }}" />
         <!--[if lt IE 8]>
         <!--[if lt IE 8]>