X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=view%2Ftheme%2Fquattro%2Flilac%2Fstyle.css;h=064b60ba694859e8a18254462a8bf763a067d221;hb=02f02d44dc46fc4a0813833ca3fa9e5ebc724d09;hp=b424534206328ead1dd3e9fc28e44d97c7c5f452;hpb=6a165656426a533848554e7b8e0fae2e70f21399;p=friendica.git diff --git a/view/theme/quattro/lilac/style.css b/view/theme/quattro/lilac/style.css index b424534206..064b60ba69 100644 --- a/view/theme/quattro/lilac/style.css +++ b/view/theme/quattro/lilac/style.css @@ -1,3 +1,4 @@ +/* THIS FILE IS GENERATED FROM THE less SOURCE DO NOT EDIT MANUALLY */ /** * Fabio Comuni **/ @@ -468,7 +469,7 @@ blockquote { margin-left: 1em; border-left: 1em solid #e6e6e6; } -code { +pre code { font-family: Courier, monospace; white-space: pre; display: block; @@ -2135,7 +2136,7 @@ ul.tabs li .active { .identity-match-photo { position: relative; } -.identity-match-photo .manage-notify { +.identity-match-photo .delegation-notify { background-color: #19AEFF; border-radius: 5px; font-size: 10px; @@ -2154,10 +2155,6 @@ ul.tabs li .active { margin: 0 10px 10px 0; position: relative; } -.videos .video-top-wrapper .video-js { - width: 200px!important; - height: 132px!important; -} .videos .video-top-wrapper .video-delete { position: absolute; opacity: 0; @@ -2481,6 +2478,9 @@ footer { margin-top: 25px; clear: both; } +.pager .disabled { + display: none; +} /** * ADMIN */ @@ -2515,11 +2515,11 @@ footer { clear: left; text-align: right; } -#adminpage #pluginslist { +#adminpage #addonslist { margin: 0; padding: 0; } -#adminpage .plugin { +#adminpage .addon { list-style: none; display: block; border: 1px solid #888888; @@ -2527,10 +2527,10 @@ footer { margin-bottom: 5px; clear: left; } -#adminpage .plugin desc { +#adminpage .addon desc { margin-left: 2.5em; } -#adminpage .toggleplugin { +#adminpage .toggleaddon { float: left; margin-right: 1em; } @@ -2555,6 +2555,9 @@ footer { #adminpage .selectall { text-align: right; } +#adminpage .settings-block { + border-bottom: 1px solid #cccccc; +} /* edit buttons for comments */ .icon.dim { opacity: 0.3;