frio - some small styling fixes for the manage page (badges, center name, paddings)
authorrabuzarus <rabuzarus@t-online.de>
Thu, 14 Feb 2019 02:06:57 +0000 (03:06 +0100)
committerrabuzarus <rabuzarus@t-online.de>
Thu, 14 Feb 2019 02:06:57 +0000 (03:06 +0100)
view/templates/manage.tpl
view/theme/frio/css/style.css

index d881e5f..d5ea0dc 100644 (file)
@@ -11,7 +11,7 @@
                        <div class="identity-match-photo" id="identity-match-photo-{{$id.uid}}">
                                <button name="identity" value="{{$id.uid}}" onclick="this.form.submit();" title="{{$id.username}}">
                                        <img src="{{$id.thumb}}" alt="{{$id.username}}" />
-                                       {{if $id.notifications}}<span class="manage-notify">{{$id.notifications}}</span>{{/if}}
+                                       {{if $id.notifications}}<span class="manage-notify badge">{{$id.notifications}}</span>{{/if}}
                                </button>
                        </div>
 
index c2ad62d..f213123 100644 (file)
@@ -3165,7 +3165,33 @@ section.help-content-wrapper li {
     pointer-events: none;
 }
 
-/* Register Page*/
+/* Manage Page */
+#identity-selector-wrapper {
+    width: auto;
+    height: auto;
+    margin-top: 20px;
+}
+#identity-selector-wrapper .identity-match-photo {
+    width: auto;
+    float: none;
+}
+#identity-selector-wrapper .identity-match-photo button {
+    position: relative;
+}
+#identity-selector-wrapper .identity-match-photo .badge {
+    position: absolute;
+    top: -8px;
+    right: -8px;
+}
+#identity-selector-wrapper .identity-match-name {
+    text-align: center;
+}
+#identity-selector-wrapper .identity-match-details {
+    width: auto;
+    float: none;
+}
+
+/* Register Page */
 #register-openid-wrapper, #register-name-wrapper, #register-invite-wrapper, #profile-publish-wrapper {
     margin-top: 20px;
 }