From: rabuzarus <> Date: Fri, 17 Jun 2016 12:33:08 +0000 (+0200) Subject: Merge develop into 1206-events-template X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7dc5fc8b9f3d2bb1a9dc8d743ee413778eb59a0e;p=friendica.git Merge develop into 1206-events-template Conflicts: view/theme/frio/css/style.css --- 7dc5fc8b9f3d2bb1a9dc8d743ee413778eb59a0e diff --cc .gitignore index b300f579e2,b300f579e2..77151060d2 --- a/.gitignore +++ b/.gitignore @@@ -42,3 -42,3 +42,16 @@@ nbprojec #ignore local folder /local/ ++ ++#other stuff ++.directory ++.gitignore ++ ++/view/theme/Friendiboot ++/view/theme/Viereinhalb ++/view/theme/blog ++/view/theme/boheme ++/view/theme/clean ++/view/theme/suckerberg ++ ++/addon/frio_hovercard diff --cc view/theme/frio/css/style.css index deb3436ded,dc892c60b0..eda0b3d718 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@@ -1911,77 -1960,62 +1969,133 @@@ ul li:hover .contact-wrapper a.contact- clear: both; } +/* Events page */ +#fc-header { + margin-top: 20px; + margin-bottom: 10px; +} +#fc-header-left, +#fc-header-right, +#event-calendar-title { + display: inline-block; +} +#fc-title { + margin: 0; + padding-left: 20px; + +} +#fc-header-right { + margin-top: -4px; +} +#event-calendar-title { + vertical-align: middle; +} +a#event-calendar-views { + padding: 6px 9px; + font-size: 14px +} +tr.fc-first, +tr.fc-first th { + border-left: none; + border-right: none; + border-top: none; +} +td.fc-day { + border-left: none; + border-right: none; + padding: 0 6px; +} +#events-calendar .fc-grid .fc-day-number { + float: left; + font-size: 0.9em; +} +.event-wrapper .event-owner { + margin-bottom: 15px; +} +.event-wrapper .event-owner img { + display: block; +} +.event-owner img { + margin-right: 5px; + height: 48px; + width: 48; + border-radius: 3px; +} +.event-wrapper .vevent { + margin-left: 0; + margin-right: 0; + box-shadow: 1.5px 0 0 0 rgba(0, 0, 0, .1) inset; +} +.event-wrapper .event-buttons { + margin-top: 15px; +} +#event-form-wrapper { + padding-top: 5px; +} +#event-edit-form-wrapper { + padding-top: 15px; +} +#event-nav a { + color: #555; +} +#event-edit-form-wrapper #event-edit-time { + padding: 10px 0; + /* Profiles Page */ + .profile-listing-table { + display: table; + width: 100%; + } + .profile-listing-row { + display: table-row; + } + .profile-listing-cell { + display: table-cell; + } + .profile-listing-photo { + width: 48px; + height: 48px; + margin: 10px 0px; + } + #profile-listing-new-link-wrapper { + margin-bottom: 20px; + } + .panel-group-settings { + margin-left: -15px; + margin-right: -15px; + } + .panel-group-settings > .panel { + padding-left: 15px; + padding-right: 15px; + } + .profiles-content-wrapper #profile-photo-upload-section { + display: none; + margin-left: -15px; + margin-right: -15px; + margin-top: 15px; + padding: 15px; + } + #profile-photo-upload-close { + font-size: 14px; + } + + /* Settings */ + .section-subtitle-wrapper { + padding: 1px 10px; + } + .panel .section-subtitle-wrapper a.accordion-toggle:before { + font-family: FontAwesome; + content: "\f0d7"; + padding-right: 5px; + } + .panel .section-subtitle-wrapper a.accordion-toggle.collapsed:before { + font-family: FontAwesome; + content: "\f0da"; + } + #settings-nick-wrapper { + margin-bottom: 20px; + } + .group { + margin-left: 20px; } /* * Overwriting for transparency and other colors