]> git.mxchange.org Git - friendica.git/commitdiff
hopefully fix the overflow issue everywhere this time
authorSimon L'nu <simon.lnu@gmail.com>
Mon, 5 Mar 2012 15:55:26 +0000 (10:55 -0500)
committerSimon L'nu <simon.lnu@gmail.com>
Mon, 5 Mar 2012 15:55:26 +0000 (10:55 -0500)
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
view/theme/dispy/style.css

index a9d680d943bcc8f448e0e203c42a58ab1a260f70..01c7fe66463b65e610852761f778a07ae193bb6b 100644 (file)
@@ -414,8 +414,8 @@ div.jGrowl div.info {
     padding-left: 58px;
 }
 #nav-notifications-menu {
-    margin-top: 30px;
-    width: 255px;
+    margin: 30px 0 0 -45px;
+    width: 300px;
     max-height: 400px;
     overflow: auto;
     font-size: 9pt;
@@ -1021,6 +1021,7 @@ section {
        /*border: 1px #aaa solid;*/
        /*border-radius: 5px;*/
     padding: 0px;
+       overflow-x: auto;
 }
 .wall-item-photo-menu {
     display: none;