frio: add css for settings templates

This commit is contained in:
rabuzarus 2016-06-12 19:59:27 +02:00
parent 0aa15f74ff
commit b19af8f0b7
5 changed files with 14 additions and 9 deletions

View File

@ -1747,13 +1747,12 @@ ul.dropdown-menu li:hover {
/* PAGES */ /* PAGES */
/* Profile-page */ /* Profile-page */
.generic-page-wrapper ,#profile-page, .settings-content-wrapper, .generic-page-wrapper ,#profile-page, .profile_photo-content-wrapper, photos-content-wrapper,
.contacts-content-wrapper, .suggest-content-wrapper, .common-content-wrapper, .contacts-content-wrapper, .suggest-content-wrapper, .common-content-wrapper,
.allfriends-content-wrapper, .match-content-wrapper, .dirfind-content-wrapper, .allfriends-content-wrapper, .match-content-wrapper, .dirfind-content-wrapper,
.directory-content-wrapper, .manage-content-wrapper, .notes-content-wrapper, .directory-content-wrapper, .manage-content-wrapper, .notes-content-wrapper,
.events-content-wrapper, .message-content-wrapper, .apps-content-wrapper, .events-content-wrapper, .message-content-wrapper, .apps-content-wrapper,
.notifications-content-wrapper, .admin-content-wrapper, .group-content-wrapper, .notifications-content-wrapper, .admin-content-wrapper, .group-content-wrapper {
.profile_photo-content-wrapper, photos-content-wrapper {
min-height: calc(100vh - 150px); min-height: calc(100vh - 150px);
padding: 15px; padding: 15px;
padding-bottom: 20px; padding-bottom: 20px;
@ -1971,11 +1970,11 @@ ul li:hover .contact-wrapper a.contact-action-link:hover {
#profile-listing-new-link-wrapper { #profile-listing-new-link-wrapper {
margin-bottom: 20px; margin-bottom: 20px;
} }
.profiles-content-wrapper #profile-edit-wrapper { .panel-group-settings {
margin-left: -15px; margin-left: -15px;
margin-right: -15px; margin-right: -15px;
} }
.profiles-content-wrapper #profile-edit-wrapper > .panel { .panel-group-settings > .panel {
padding-left: 15px; padding-left: 15px;
padding-right: 15px; padding-right: 15px;
} }
@ -2003,6 +2002,12 @@ ul li:hover .contact-wrapper a.contact-action-link:hover {
font-family: FontAwesome; font-family: FontAwesome;
content: "\f0da"; content: "\f0da";
} }
#settings-nick-wrapper {
margin-bottom: 20px;
}
.group {
margin-left: 20px;
}
/* /*
* Overwriting for transparency and other colors * Overwriting for transparency and other colors
*/ */

View File

@ -69,7 +69,7 @@
{{* friendica differs in $detailled_profile (all fields available and a short Version if this is variable false *}} {{* friendica differs in $detailled_profile (all fields available and a short Version if this is variable false *}}
{{if $detailled_profile}} {{if $detailled_profile}}
<div class="panel-group" id="profile-edit-wrapper" role="tablist" aria-multiselectable="true"> <div class="panel-group panel-group-settings" id="profile-edit-wrapper" role="tablist" aria-multiselectable="true">
{{* The personal settings *}} {{* The personal settings *}}
<div class="panel"> <div class="panel">
<div class="section-subtitle-wrapper" role="tab" id="personal"> <div class="section-subtitle-wrapper" role="tab" id="personal">

View File

@ -1,5 +1,5 @@
<div class="gerneric-page-wrapper"> <div class="generic-page-wrapper">
<div class="section-title-wrapper"> <div class="section-title-wrapper">
<h2>{{$header}}</h2> <h2>{{$header}}</h2>
</div> </div>

View File

@ -8,7 +8,7 @@
<input type='hidden' name='form_security_token' value='{{$form_security_token}}'> <input type='hidden' name='form_security_token' value='{{$form_security_token}}'>
{{* We organize the settings in collapsable panel-groups *}} {{* We organize the settings in collapsable panel-groups *}}
<div class="panel-group" id="settings" role="tablist" aria-multiselectable="true"> <div class="panel-group panel-group-settings" id="settings" role="tablist" aria-multiselectable="true">
{{* The password setting section *}} {{* The password setting section *}}
<div class="panel"> <div class="panel">
<div class="section-subtitle-wrapper" role="tab" id="password-settings"> <div class="section-subtitle-wrapper" role="tab" id="password-settings">

View File

@ -6,7 +6,7 @@
<form action="settings/features" method="post" autocomplete="off"> <form action="settings/features" method="post" autocomplete="off">
<input type='hidden' name='form_security_token' value='{{$form_security_token}}'> <input type='hidden' name='form_security_token' value='{{$form_security_token}}'>
{{* We organize the settings in collapsable panel-groups *}} {{* We organize the settings in collapsable panel-groups *}}
<div class="panel-group" id="settings" role="tablist" aria-multiselectable="true"> <div class="panel-group panel-group-settings" id="settings" role="tablist" aria-multiselectable="true">
{{foreach $features as $g => $f}} {{foreach $features as $g => $f}}
<div class="panel"> <div class="panel">
<div class="section-subtitle-wrapper" role="tab" id="{{$g}}-settings-title"> <div class="section-subtitle-wrapper" role="tab" id="{{$g}}-settings-title">