summaryrefslogtreecommitdiff
path: root/modules/gallery/css
diff options
context:
space:
mode:
authorAndy Staudacher <andy.st@gmail.com>2010-02-21 13:08:06 -0800
committerAndy Staudacher <andy.st@gmail.com>2010-02-21 13:08:06 -0800
commitbe20309259de9310da3be703c93c4e42def2541b (patch)
tree38ecbb4fe4183e65af79cd9fbdfae3d99b8cd4d3 /modules/gallery/css
parentcb57c3912aef6bed394a4693f94e9c97001aff34 (diff)
parent1377b2c7b3110a132d4b2d748be72a6aafa537e6 (diff)
Merge commit 'upstream/master'
Diffstat (limited to 'modules/gallery/css')
-rw-r--r--modules/gallery/css/gallery.css34
1 files changed, 33 insertions, 1 deletions
diff --git a/modules/gallery/css/gallery.css b/modules/gallery/css/gallery.css
index e06c4dd9..f3e5ec6d 100644
--- a/modules/gallery/css/gallery.css
+++ b/modules/gallery/css/gallery.css
@@ -55,6 +55,34 @@
margin: 0;
}
+/* User profile ~~~~~~~~~~~~~~~~~~~~~~~~~ */
+
+#g-user-profile h1 {
+ margin: 1em 0;
+}
+
+#g-user-profile .g-avatar {
+ margin-right: .6em;
+}
+
+#g-user-profile .g-block {
+ margin-top: 0;
+}
+
+#g-user-profile .g-block-content {
+ margin-top: 0;
+}
+
+#g-user-profile th,
+#g-user-profile td {
+ border: none;
+}
+
+#g-user-profile th {
+ white-space: nowrap;
+ width: 1%;
+}
+
/** *******************************************************************
* 2) Admin
**********************************************************************/
@@ -96,4 +124,8 @@
.rtl #g-block-admin .g-left {
margin-left: 1em;
margin-right: 0;
-} \ No newline at end of file
+}
+
+.rtl #g-user-profile .g-avatar {
+ margin-left: .6em;
+}