X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fvier%2Fstyle.css;h=848a2a419007e9b6f9e389608c332a6e44d53151;hb=cf5c1b550b730ed52b9a72c453a3adf31c29d64d;hp=99fcb4fd78d03429ed146aaad06820952ac2ae07;hpb=6eebfb2e137117fa82fcae4b5755863111b509fe;p=friendica.git diff --git a/view/theme/vier/style.css b/view/theme/vier/style.css index 99fcb4fd78..848a2a4190 100644 --- a/view/theme/vier/style.css +++ b/view/theme/vier/style.css @@ -746,8 +746,10 @@ nav #nav-user-linkmenu { top: 56px; } +.notify-unseen { background-color: #FFF; } + .notify-seen { - background: none repeat scroll 0 0 #DDDDDD; + background: none repeat scroll 0 0 #EEE; } ul.menu-popup { @@ -1107,6 +1109,9 @@ section { section.minimal { top: 0px; left: 0px; + position: absolute; + width: 100%; + height: 100%; } /* wall item */ @@ -1214,6 +1219,7 @@ section.minimal { .wall-item-container .wall-item-content img { max-width: 100%; + vertical-align: middle; /* max-width: 650px; */ /* max-width: 580px; */ } @@ -2926,3 +2932,6 @@ a.mail-list-link { .videos .video-top-wrapper:hover .video-delete { opacity: 1; } + +/* upload/select popup */ +.fbrowser.image .photo-album-image-wrapper { margin-left: 10px; }