]> git.mxchange.org Git - friendica.git/commitdiff
frio: add css for settings templates
authorrabuzarus <>
Sun, 12 Jun 2016 17:59:27 +0000 (19:59 +0200)
committerrabuzarus <>
Sun, 12 Jun 2016 17:59:27 +0000 (19:59 +0200)
view/theme/frio/css/style.css
view/theme/frio/templates/profile_edit.tpl
view/theme/frio/templates/profile_listing_header.tpl
view/theme/frio/templates/settings.tpl
view/theme/frio/templates/settings_features.tpl

index 4e8ba06e3bd4dbddc984d0a9722aeeab30956269..68c971c48d0e988efb4ddc9f4580208d04eb395a 100644 (file)
@@ -1747,13 +1747,12 @@ ul.dropdown-menu li:hover {
 /* PAGES */
 
 /* 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,
 .allfriends-content-wrapper, .match-content-wrapper, .dirfind-content-wrapper,
 .directory-content-wrapper, .manage-content-wrapper, .notes-content-wrapper,
 .events-content-wrapper, .message-content-wrapper, .apps-content-wrapper, 
-.notifications-content-wrapper, .admin-content-wrapper, .group-content-wrapper,
-.profile_photo-content-wrapper, photos-content-wrapper {
+.notifications-content-wrapper, .admin-content-wrapper, .group-content-wrapper {
     min-height: calc(100vh - 150px);
     padding: 15px;
     padding-bottom: 20px;
@@ -1971,11 +1970,11 @@ ul li:hover .contact-wrapper a.contact-action-link:hover {
 #profile-listing-new-link-wrapper {
     margin-bottom: 20px;
 }
-.profiles-content-wrapper #profile-edit-wrapper {
+.panel-group-settings {
     margin-left: -15px;
     margin-right: -15px;
 }
-.profiles-content-wrapper #profile-edit-wrapper > .panel {
+.panel-group-settings > .panel {
     padding-left: 15px;
     padding-right: 15px;
 }
@@ -2003,6 +2002,12 @@ ul li:hover .contact-wrapper a.contact-action-link:hover {
     font-family: FontAwesome;
     content: "\f0da";
 }
+#settings-nick-wrapper {
+    margin-bottom: 20px;
+}
+.group {
+    margin-left: 20px;
+}
 /*
 * Overwriting for transparency and other colors
 */
index 09dfc33f2fddfda400832c1c6a47cda41d84077c..5d82c1c1401b667eecadeced89884c59e1c39372 100644 (file)
@@ -69,7 +69,7 @@
 
                {{* friendica differs in $detailled_profile (all fields available and a short Version if this is variable false *}}
                {{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 *}}
                        <div class="panel">
                                <div class="section-subtitle-wrapper" role="tab" id="personal">
index 7b612f959ba79bcd5737e860665d7cf2a894f93b..e042ff72a18a1c6de9617da3cb14cc57b9ef438b 100644 (file)
@@ -1,5 +1,5 @@
 
-<div class="gerneric-page-wrapper">
+<div class="generic-page-wrapper">
        <div class="section-title-wrapper">
                <h2>{{$header}}</h2>
        </div>
index fc11fb32a255a72bda6f33e34d5cb074ab4d700d..6eed613ddd53eae038765bd2b8ab89f89b6200bc 100644 (file)
@@ -8,7 +8,7 @@
                <input type='hidden' name='form_security_token' value='{{$form_security_token}}'>
 
                {{* 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 *}}
                        <div class="panel">
                                <div class="section-subtitle-wrapper" role="tab" id="password-settings">
index 8d92caa5dae490304e2c1e4c22470d760344fa5e..6d7ec79f9a218b0a732f83fb6982b9ebbbe345a5 100644 (file)
@@ -6,7 +6,7 @@
        <form action="settings/features" method="post" autocomplete="off">
                <input type='hidden' name='form_security_token' value='{{$form_security_token}}'>
                {{* 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}}
                        <div class="panel">
                                <div class="section-subtitle-wrapper" role="tab" id="{{$g}}-settings-title">