X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fvier%2Fstyle.css;h=848a2a419007e9b6f9e389608c332a6e44d53151;hb=cf5c1b550b730ed52b9a72c453a3adf31c29d64d;hp=f5072c02cc3146b294c9dc7b458e769f1fa3b52c;hpb=3841c4118658a77f7025b7ea23d0c3cf4e4de7a7;p=friendica.git diff --git a/view/theme/vier/style.css b/view/theme/vier/style.css index f5072c02cc..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; */ } @@ -1390,6 +1396,44 @@ section.minimal { max-width: 510px; } +.children .wall-item-comment-wrapper textarea { + width: 570px; +} +.wall-item-container.thread_level_3 .wall-item-comment-wrapper textarea { + width: 555px; +} +.wall-item-container.thread_level_4 .wall-item-comment-wrapper textarea { + width: 540px; +} +.wall-item-container.thread_level_5 .wall-item-comment-wrapper textarea { + width: 525px; +} +.wall-item-container.thread_level_6 .wall-item-comment-wrapper textarea { + width: 510px; +} +.wall-item-container.thread_level_7 .wall-item-comment-wrapper textarea { + width: 495px; +} + +.children .wall-item-bottom .comment-edit-preview { + width: 575px; +} +.wall-item-container.thread_level_3 .wall-item-bottom .comment-edit-preview { + width: 560px; +} +.wall-item-container.thread_level_4 .wall-item-bottom .comment-edit-preview { + width: 545px; +} +.wall-item-container.thread_level_5 .wall-item-bottom .comment-edit-preview { + width: 530px; +} +.wall-item-container.thread_level_6 .wall-item-bottom .comment-edit-preview { + width: 515px; +} +.wall-item-container.thread_level_7 .wall-item-bottom .comment-edit-preview { + width: 500px; +} + .wall-item-container.comment .contact-photo { width: 32px; height: 32px; @@ -2888,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; }