X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Floozah%2Fstyle.css;h=73c8639b1946966a99d86af785282f80168e60da;hb=d658cdaa84cb4e0c5c8bf7b9fb902da9efe3c919;hp=6b8aef500bde7ad4eb0eaac12a874e0682e59ddf;hpb=a9670cbb7d2cab644ee9d499aade98164f92631a;p=friendica.git diff --git a/view/theme/loozah/style.css b/view/theme/loozah/style.css old mode 100644 new mode 100755 index 6b8aef500b..73c8639b19 --- a/view/theme/loozah/style.css +++ b/view/theme/loozah/style.css @@ -164,7 +164,7 @@ blockquote:before { margin-bottom: 10px; } -.group-selected { +.group-selected, .nets-selected { padding: 3px; border: 1px solid #CCCCCC; background: #F8F8F8; @@ -1216,6 +1216,16 @@ padding: 5px 10px 0px; font-size: 1.2em; } +#jot-preview-link { + margin-left: 45px; +} + +.preview { + background: #FFFFC8; +} + + + #profile-jot-perms-end { clear: both; } @@ -1901,6 +1911,21 @@ a.mail-list-link { width: 12px; } +.nets-ul { + list-style-type: none; +} + +.nets-ul li { + margin-top: 10px; +} + +.nets-link { + margin-left: 24px; +} +.nets-all { + margin-left: 42px; +} + #search-save { margin-left: 5px; } @@ -1929,6 +1954,11 @@ a.mail-list-link { margin-top: 15px; } +.photos { + height: auto; + overflow: auto; +} + .photo-album-image-wrapper { float: left; margin-top: 15px;